{"id":18867,"date":"2026-07-13T10:39:57","date_gmt":"2026-07-13T10:39:57","guid":{"rendered":"https:\/\/rio-conference.com\/new\/?page_id=18867"},"modified":"2026-07-13T11:08:36","modified_gmt":"2026-07-13T11:08:36","slug":"simulator","status":"publish","type":"page","link":"https:\/\/rio-conference.com\/new\/simulator\/","title":{"rendered":"Simulator"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"18867\" class=\"elementor elementor-18867\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-84606ef elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"84606ef\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c7d48e1\" data-id=\"c7d48e1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-df02a9c elementor-widget elementor-widget-html\" data-id=\"df02a9c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\n<html lang=\"ar\" dir=\"rtl\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>RIO \u00b7 Cataract Simulator Training<\/title>\n  <!-- Font Awesome -->\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n  <!-- Google Fonts: Inter (English) + Cairo (Arabic) -->\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=Inter:opsz,wght@14..32,300;14..32,400;14..32,600;14..32,700&family=Cairo:wght@300;400;600;700;800&display=swap\" rel=\"stylesheet\">\n  <style>\n    \/* scope everything inside .rio-card \u2013 no global * \/ html \/ body *\/\n    .rio-card,\n    .rio-card *,\n    .rio-card *::before,\n    .rio-card *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    .rio-card {\n      font-family: 'Cairo', 'Inter', 'Segoe UI', sans-serif;\n      background: #f6f9fc;\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      min-height: 100vh;\n      padding: 2rem 1.5rem;\n      line-height: 1.6;\n      direction: rtl;  \/* RTL base, but English sections will be LTR via class *\/\n    }\n\n    .rio-card .card {\n      max-width: 1100px;\n      width: 100%;\n      background: white;\n      border-radius: 2.5rem;\n      box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.20);\n      overflow: hidden;\n      transition: all 0.2s ease;\n    }\n\n    \/* main color #26818c *\/\n    .rio-card .hero {\n      background: #26818c;\n      padding: 2.5rem 2.8rem 2rem;\n      color: white;\n      position: relative;\n    }\n\n    .rio-card .hero-badge {\n      display: inline-block;\n      background: rgba(255, 255, 255, 0.18);\n      backdrop-filter: blur(2px);\n      padding: 0.3rem 1.2rem;\n      border-radius: 40px;\n      font-size: 0.8rem;\n      font-weight: 700;\n      letter-spacing: 0.4px;\n      text-transform: uppercase;\n      margin-bottom: 1.5rem;\n      border: 1px solid rgba(255, 255, 255, 0.2);\n    }\n\n    .rio-card .hero h1 {\n      font-size: 2.8rem;\n      font-weight: 800;\n      letter-spacing: -0.02em;\n      line-height: 1.2;\n      margin-bottom: 0.5rem;\n    }\n\n    .rio-card .hero h1 i {\n      margin-left: 0.5rem;\n      opacity: 0.9;\n    }\n\n    .rio-card .hero-sub {\n      font-size: 1.15rem;\n      font-weight: 300;\n      opacity: 0.92;\n      max-width: 75%;\n      border-right: 4px solid rgba(255, 255, 255, 0.4);\n      padding-right: 1.2rem;\n      margin-top: 0.2rem;\n    }\n\n    .rio-card .hero .sim-icon {\n      position: absolute;\n      left: 2.8rem;\n      top: 2rem;\n      font-size: 4.2rem;\n      opacity: 0.2;\n      transform: rotate(-6deg);\n    }\n\n    .rio-card .content {\n      padding: 2.8rem 2.8rem 3rem;\n    }\n\n    .rio-card .lang-toggle {\n      display: flex;\n      justify-content: flex-end;\n      gap: 0.5rem;\n      margin-bottom: 1.8rem;\n    }\n\n    .rio-card .lang-toggle button {\n      background: transparent;\n      border: 2px solid #26818c;\n      color: #26818c;\n      padding: 0.4rem 1.2rem;\n      border-radius: 40px;\n      font-weight: 700;\n      font-size: 0.85rem;\n      cursor: pointer;\n      transition: 0.15s ease;\n      font-family: inherit;\n    }\n\n    .rio-card .lang-toggle button.active {\n      background: #26818c;\n      color: white;\n    }\n\n    .rio-card .lang-toggle button:hover:not(.active) {\n      background: #26818c10;\n    }\n\n    \/* bilingual blocks: each language version is a separate container *\/\n    .rio-card .lang-block {\n      display: block;\n    }\n\n    .rio-card .lang-block.hidden {\n      display: none;\n    }\n\n    \/* English block: override direction and font *\/\n    .rio-card .lang-block.en {\n      direction: ltr;\n      font-family: 'Inter', 'Cairo', sans-serif;\n    }\n\n    .rio-card .lang-block.ar {\n      direction: rtl;\n      font-family: 'Cairo', 'Inter', sans-serif;\n    }\n\n    .rio-card .grid-2col {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 2.2rem;\n      margin-bottom: 2.5rem;\n    }\n\n    .rio-card .feature-block {\n      background: #f8fbfc;\n      border-radius: 1.8rem;\n      padding: 1.8rem 1.8rem 2rem;\n      transition: 0.15s ease;\n      border: 1px solid #eaf0f3;\n    }\n\n    .rio-card .feature-block:hover {\n      background: white;\n      border-color: #26818c30;\n      box-shadow: 0 8px 18px -8px rgba(38, 129, 140, 0.12);\n    }\n\n    .rio-card .feature-block .icon-circle {\n      display: inline-flex;\n      background: #26818c0d;\n      color: #26818c;\n      width: 48px;\n      height: 48px;\n      border-radius: 60px;\n      align-items: center;\n      justify-content: center;\n      font-size: 1.6rem;\n      margin-bottom: 1.2rem;\n      border: 1px solid #26818c20;\n    }\n\n    .rio-card .feature-block h3 {\n      font-size: 1.25rem;\n      font-weight: 700;\n      color: #0b2b30;\n      margin-bottom: 0.6rem;\n      letter-spacing: -0.01em;\n    }\n\n    .rio-card .feature-block p {\n      color: #2b4a50;\n      font-weight: 400;\n      font-size: 0.98rem;\n      margin-bottom: 0.25rem;\n    }\n\n    .rio-card .feature-block .highlight {\n      color: #26818c;\n      font-weight: 700;\n    }\n\n    .rio-card .details-row {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 1.2rem 2rem;\n      background: #f2f7f9;\n      padding: 1.5rem 2rem;\n      border-radius: 3rem;\n      margin-top: 0.8rem;\n      align-items: center;\n      border: 1px solid #e3edf0;\n    }\n\n    .rio-card .details-row .item {\n      display: flex;\n      align-items: center;\n      gap: 0.6rem;\n      color: #15454d;\n      font-weight: 500;\n      font-size: 0.98rem;\n    }\n\n    .rio-card .details-row .item i {\n      color: #26818c;\n      font-size: 1.2rem;\n      width: 1.8rem;\n      text-align: center;\n    }\n\n    .rio-card .details-row .item span {\n      font-weight: 400;\n      color: #1f4f58;\n    }\n\n    .rio-card .btn-cta {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.8rem;\n      background: #26818c;\n      color: white;\n      padding: 0.9rem 2.4rem;\n      border-radius: 60px;\n      font-weight: 700;\n      font-size: 1.05rem;\n      border: none;\n      margin-top: 2rem;\n      cursor: default;\n      transition: 0.15s ease;\n      box-shadow: 0 6px 14px rgba(38, 129, 140, 0.25);\n      letter-spacing: 0.2px;\n    }\n\n    .rio-card .btn-cta i {\n      font-size: 1.2rem;\n    }\n\n    .rio-card .btn-cta:hover {\n      background: #1f6d77;\n      transform: scale(1.01);\n      box-shadow: 0 8px 20px rgba(38, 129, 140, 0.30);\n    }\n\n    .rio-card .quote {\n      margin-top: 2.2rem;\n      background: #f2fafc;\n      padding: 1.6rem 2rem;\n      border-radius: 2rem;\n      border-right: 6px solid #26818c;\n      font-style: italic;\n      color: #12434b;\n      display: flex;\n      align-items: center;\n      gap: 1rem;\n      flex-wrap: wrap;\n    }\n\n    .rio-card .quote i {\n      color: #26818c;\n      font-size: 2rem;\n      opacity: 0.6;\n    }\n\n    .rio-card .quote p {\n      flex: 1;\n      font-weight: 400;\n      font-size: 1.05rem;\n      margin: 0;\n    }\n\n    .rio-card .quote strong {\n      color: #0b3e46;\n      font-weight: 700;\n      font-style: normal;\n    }\n\n    \/* responsive *\/\n    @media (max-width: 720px) {\n      .rio-card .hero {\n        padding: 2rem 1.8rem 1.8rem;\n      }\n      .rio-card .hero h1 {\n        font-size: 2.2rem;\n      }\n      .rio-card .hero-sub {\n        max-width: 100%;\n        font-size: 1rem;\n        padding-right: 0.8rem;\n        border-right-width: 3px;\n      }\n      .rio-card .hero .sim-icon {\n        display: none;\n      }\n      .rio-card .content {\n        padding: 2rem 1.5rem;\n      }\n      .rio-card .grid-2col {\n        grid-template-columns: 1fr;\n        gap: 1.5rem;\n      }\n      .rio-card .details-row {\n        flex-direction: column;\n        align-items: flex-start;\n        padding: 1.5rem;\n        border-radius: 2rem;\n        gap: 0.8rem;\n      }\n      .rio-card .details-row .item {\n        width: 100%;\n      }\n      .rio-card .btn-cta {\n        width: 100%;\n        justify-content: center;\n      }\n      .rio-card .lang-toggle {\n        justify-content: center;\n      }\n    }\n\n    @media (max-width: 450px) {\n      .rio-card .hero h1 {\n        font-size: 1.8rem;\n      }\n      .rio-card .feature-block {\n        padding: 1.4rem;\n      }\n    }\n\n    .rio-card .text-muted-small {\n      font-size: 0.85rem;\n      opacity: 0.7;\n      margin-top: 0.2rem;\n    }\n\n    \/* override border for english quote *\/\n    .rio-card .lang-block.en .quote {\n      border-right: 6px solid #26818c;\n      border-left: none;\n    }\n    .rio-card .lang-block.ar .quote {\n      border-right: 6px solid #26818c;\n      border-left: none;\n    }\n  <\/style>\n<\/head>\n<body>\n\n<div class=\"rio-card\">\n  <div class=\"card\">\n\n    <!-- HERO (shared, but we duplicate inside each block for full bilingual) -->\n    <!-- We'll put the hero inside each lang block to keep everything self-contained -->\n    <!-- But we need the toggle outside -->\n\n    <!-- language toggle -->\n    <div style=\"padding: 1.5rem 2.8rem 0 2.8rem;\" class=\"lang-toggle-wrapper\">\n      <div class=\"lang-toggle\">\n        <button class=\"active\" data-lang=\"ar\" id=\"toggleAr\"><i class=\"fas fa-language\"><\/i> \u0627\u0644\u0639\u0631\u0628\u064a\u0629<\/button>\n        <button data-lang=\"en\" id=\"toggleEn\"><i class=\"fas fa-language\"><\/i> English<\/button>\n      <\/div>\n    <\/div>\n\n    <!-- ARABIC VERSION -->\n    <div class=\"lang-block ar\" id=\"blockAr\">\n      <div class=\"hero\">\n        <div class=\"hero-badge\">\n          <i class=\"fas fa-gem\" style=\"margin-left: 6px;\"><\/i> \u0645\u062d\u0627\u0643\u0627\u0629 RIO\n        <\/div>\n        <h1>\n          <i class=\"fas fa-eye\" style=\"font-size: 2.4rem;\"><\/i> \u062a\u062f\u0631\u064a\u0628 <br>\u0627\u0644\u0645\u064a\u0627\u0647 \u0627\u0644\u0628\u064a\u0636\u0627\u0621\n        <\/h1>\n        <div class=\"hero-sub\">\n          \u0628\u0625\u0634\u0631\u0627\u0641 \u0627\u0633\u062a\u0634\u0627\u0631\u064a\u064a\u0646 \u0648\u0623\u062e\u0635\u0627\u0626\u064a\u064a\u0646 \u00b7 \u062a\u062f\u0631\u064a\u0628 \u0641\u0631\u062f\u064a\n        <\/div>\n        <div class=\"sim-icon\">\n          <i class=\"fas fa-microscope\"><\/i>\n        <\/div>\n      <\/div>\n\n      <div class=\"content\">\n        <div class=\"grid-2col\">\n          <div class=\"feature-block\">\n            <div class=\"icon-circle\"><i class=\"fas fa-user-md\"><\/i><\/div>\n            <h3>\u0625\u0634\u0631\u0627\u0641 \u062e\u0628\u064a\u0631<\/h3>\n            <p>\u0627\u0644\u062a\u062f\u0631\u064a\u0628 \u064a\u0634\u0631\u0641 \u0639\u0644\u064a\u0647 \u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u0646 <span class=\"highlight\">\u0627\u0644\u0627\u0633\u062a\u0634\u0627\u0631\u064a\u064a\u0646 \u0648\u0627\u0644\u0623\u062e\u0635\u0627\u0626\u064a\u064a\u0646<\/span> \u0645\u0646 \u0627\u0644\u0645\u0639\u0647\u062f. \u062c\u0644\u0633\u0627\u062a <strong>\u0641\u0631\u062f\u064a\u0629<\/strong> \u0644\u062a\u0639\u0638\u064a\u0645 \u0627\u0644\u0641\u0627\u0626\u062f\u0629.<\/p>\n            <p style=\"margin-top: 0.5rem;\"><i class=\"fas fa-clock\" style=\"color: #26818c; width: 1.4rem;\"><\/i> \u0645\u062f\u0629 \u0627\u0644\u0643\u0648\u0631\u0633: <strong>\u0666 \u0633\u0627\u0639\u0627\u062a<\/strong><\/p>\n          <\/div>\n          <div class=\"feature-block\">\n            <div class=\"icon-circle\"><i class=\"fas fa-sliders-h\"><\/i><\/div>\n            <h3>\u062c\u0647\u0627\u0632 \u0645\u062d\u0627\u0643\u0627\u0629 \u0648\u0627\u0642\u0639\u064a<\/h3>\n            <p>\u0627\u0644\u062c\u0647\u0627\u0632 <span class=\"highlight\">\u064a\u0642\u0644\u0644 \u0643\u062b\u064a\u0631\u0627\u064b \u0645\u0646 \u0645\u0646\u062d\u0646\u0649 \u0627\u0644\u062a\u0639\u0644\u0645<\/span>\u060c \u0648\u064a\u0648\u0641\u0631 \u0633\u064a\u0646\u0627\u0631\u064a\u0648\u0647\u0627\u062a \u0645\u062a\u0646\u0648\u0639\u0629 \u062a\u063a\u0637\u064a \u0627\u0644\u0645\u0646\u0627\u0648\u0631\u0627\u062a \u0627\u0644\u0628\u0633\u064a\u0637\u0629 \u0648\u0627\u0644\u0645\u0639\u0642\u062f\u0629 \u0645\u062b\u0644 <strong>\u0627\u0644\u0627\u0633\u062a\u062d\u0644\u0627\u0628 \u0641\u064a \u0627\u0644\u062d\u0627\u0644\u0627\u062a \u0627\u0644\u0645\u0646\u062a\u0641\u062e\u0629<\/strong>.<\/p>\n            <p style=\"margin-top: 0.5rem;\"><i class=\"fas fa-check-circle\" style=\"color: #26818c;\"><\/i> \u064a\u0646\u0627\u0633\u0628 \u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u0633\u062a\u0648\u064a\u0627\u062a: <strong>\u0645\u0646 \u0627\u0644\u0645\u0628\u062a\u062f\u0626 \u0625\u0644\u0649 \u0627\u0644\u0645\u062a\u0648\u0633\u0637<\/strong><\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"details-row\">\n          <div class=\"item\"><i class=\"fas fa-user-graduate\"><\/i> <span>\u062a\u062f\u0631\u064a\u0628 \u0641\u0631\u062f\u064a<\/span><\/div>\n          <div class=\"item\"><i class=\"fas fa-hourglass-half\"><\/i> <span>\u0666 \u0633\u0627\u0639\u0627\u062a<\/span><\/div>\n          <div class=\"item\"><i class=\"fas fa-layer-group\"><\/i> <span>\u0633\u064a\u0646\u0627\u0631\u064a\u0648\u0647\u0627\u062a \u0645\u0628\u062a\u062f\u0626 \u2192 \u0645\u062a\u0642\u062f\u0645<\/span><\/div>\n          <div class=\"item\"><i class=\"fas fa-syringe\"><\/i> <span>\u062d\u0627\u0644\u0627\u062a \u0645\u0639\u0642\u062f\u0629 \u0648\u0645\u0646\u062a\u0641\u062e\u0629<\/span><\/div>\n        <\/div>\n\n        <div class=\"quote\">\n          <i class=\"fas fa-quote-right\"><\/i>\n          <p><strong>\u201c\u062a\u062c\u0631\u0628\u0629 \u0642\u0631\u064a\u0628\u0629 \u062c\u062f\u0627\u064b \u0645\u0646 \u0627\u0644\u062d\u064a\u0627\u0629 \u0627\u0644\u0648\u0627\u0642\u0639\u064a\u0629\u201d<\/strong> \u2014 \u0627\u0644\u062c\u0647\u0627\u0632 \u064a\u0642\u0644\u0644 \u0628\u0634\u0643\u0644 \u0643\u0628\u064a\u0631 \u0645\u0646 \u0645\u0646\u062d\u0646\u0649 \u0627\u0644\u062a\u0639\u0644\u0645. \u0625\u0630\u0627 \u0643\u0646\u062a \u062a\u0648\u0627\u062c\u0647 \u0635\u0639\u0648\u0628\u0627\u062a \u0641\u064a \u0627\u0644\u0627\u0633\u062a\u062d\u0644\u0627\u0628\u060c \u0641\u0647\u0630\u0647 \u0641\u0631\u0635\u0629 \u0644\u0627 \u062a\u0641\u0648\u0651\u062a.<\/p>\n        <\/div>\n\n        <div style=\"display: flex; justify-content: flex-start; align-items: center; gap: 1.5rem; flex-wrap: wrap;\">\n          <div class=\"btn-cta\" id=\"btnAr\"><i class=\"fas fa-play-circle\"><\/i> \u0627\u062d\u062c\u0632 \u062c\u0644\u0633\u062a\u0643<\/div>\n          <span style=\"color: #2b5d66; font-weight: 400; font-size: 0.95rem;\">\n            <i class=\"fas fa-phone-alt\" style=\"color: #26818c; margin-left: 6px;\"><\/i> 01276668148\n          <\/span>\n        <\/div>\n\n        <div style=\"margin-top: 2rem; border-top: 1px solid #e2edf0; padding-top: 1.2rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem;\">\n          <span style=\"color: #1b5b66; font-weight: 500; font-size: 0.9rem;\">\n            <i class=\"fas fa-certificate\" style=\"color: #26818c; margin-left: 6px;\"><\/i> RIO \u2014 \u0645\u0639\u0647\u062f \u0628\u062d\u0648\u062b \u0627\u0644\u0639\u064a\u0648\u0646\n          <\/span>\n          <span style=\"color: #3b727e; font-size: 0.85rem; background: #eaf5f7; padding: 0.2rem 1rem; border-radius: 40px;\">\n            <i class=\"fas fa-check-circle\" style=\"color: #26818c;\"><\/i> \u0623\u0645\u0627\u0643\u0646 \u0645\u062d\u062f\u0648\u062f\u0629\n          <\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- ENGLISH VERSION -->\n    <div class=\"lang-block en hidden\" id=\"blockEn\">\n      <div class=\"hero\">\n        <div class=\"hero-badge\">\n          <i class=\"fas fa-gem\" style=\"margin-right: 6px;\"><\/i> RIO simulation\n        <\/div>\n        <h1>\n          <i class=\"fas fa-eye\" style=\"font-size: 2.4rem;\"><\/i> Cataract <br>Simulator Training\n        <\/h1>\n        <div class=\"hero-sub\">\n          supervised by specialists & consultants \u00b7 one\u2011on\u2011one\n        <\/div>\n        <div class=\"sim-icon\">\n          <i class=\"fas fa-microscope\"><\/i>\n        <\/div>\n      <\/div>\n\n      <div class=\"content\">\n        <div class=\"grid-2col\">\n          <div class=\"feature-block\">\n            <div class=\"icon-circle\"><i class=\"fas fa-user-md\"><\/i><\/div>\n            <h3>Expert guidance<\/h3>\n            <p>Training is supervised by a group of <span class=\"highlight\">specialists and consultants<\/span> from RIO. One\u2011on\u2011one sessions give you the maximum benefit.<\/p>\n            <p style=\"margin-top: 0.5rem;\"><i class=\"fas fa-clock\" style=\"color: #26818c; width: 1.4rem;\"><\/i> Course duration: <strong>6 hours<\/strong><\/p>\n          <\/div>\n          <div class=\"feature-block\">\n            <div class=\"icon-circle\"><i class=\"fas fa-sliders-h\"><\/i><\/div>\n            <h3>Realistic simulator<\/h3>\n            <p>The machine <span class=\"highlight\">decreases the learning curve<\/span> significantly. Different scenarios cover everything from simple maneuvers to complex cases like <strong>phaco in intumescent<\/strong> situations.<\/p>\n            <p style=\"margin-top: 0.5rem;\"><i class=\"fas fa-check-circle\" style=\"color: #26818c;\"><\/i> Suitable for all levels: <strong>beginner to intermediate<\/strong><\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"details-row\">\n          <div class=\"item\"><i class=\"fas fa-user-graduate\"><\/i> <span>One\u2011on\u2011one<\/span><\/div>\n          <div class=\"item\"><i class=\"fas fa-hourglass-half\"><\/i> <span>6 hours<\/span><\/div>\n          <div class=\"item\"><i class=\"fas fa-layer-group\"><\/i> <span>Basic \u2192 Advanced scenarios<\/span><\/div>\n          <div class=\"item\"><i class=\"fas fa-syringe\"><\/i> <span>Intumescent & complex<\/span><\/div>\n        <\/div>\n\n        <div class=\"quote\">\n          <i class=\"fas fa-quote-left\"><\/i>\n          <p><strong>\u201cExperience very close to real life\u201d<\/strong> \u2014 the simulator reduces the learning curve dramatically. If you have difficulties in phaco, this is something you should definitely try.<\/p>\n        <\/div>\n\n        <div style=\"display: flex; justify-content: flex-start; align-items: center; gap: 1.5rem; flex-wrap: wrap;\">\n          <div class=\"btn-cta\" id=\"btnEn\"><i class=\"fas fa-play-circle\"><\/i> Book your session<\/div>\n          <span style=\"color: #2b5d66; font-weight: 400; font-size: 0.95rem;\">\n            <i class=\"fas fa-phone-alt\" style=\"color: #26818c; margin-right: 6px;\"><\/i> 01276668148\n          <\/span>\n        <\/div>\n\n        <div style=\"margin-top: 2rem; border-top: 1px solid #e2edf0; padding-top: 1.2rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem;\">\n          <span style=\"color: #1b5b66; font-weight: 500; font-size: 0.9rem;\">\n            <i class=\"fas fa-certificate\" style=\"color: #26818c; margin-right: 6px;\"><\/i> RIO \u2014 Research Institute of Ophthalmology\n          <\/span>\n          <span style=\"color: #3b727e; font-size: 0.85rem; background: #eaf5f7; padding: 0.2rem 1rem; border-radius: 40px;\">\n            <i class=\"fas fa-check-circle\" style=\"color: #26818c;\"><\/i> limited seats\n          <\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n  <\/div><!-- end card -->\n<\/div><!-- end rio-card -->\n\n<script>\n  (function() {\n    const arBlock = document.getElementById('blockAr');\n    const enBlock = document.getElementById('blockEn');\n    const toggleAr = document.getElementById('toggleAr');\n    const toggleEn = document.getElementById('toggleEn');\n\n    function setLanguage(lang) {\n      if (lang === 'ar') {\n        arBlock.classList.remove('hidden');\n        enBlock.classList.add('hidden');\n        toggleAr.classList.add('active');\n        toggleEn.classList.remove('active');\n      } else {\n        enBlock.classList.remove('hidden');\n        arBlock.classList.add('hidden');\n        toggleEn.classList.add('active');\n        toggleAr.classList.remove('active');\n      }\n    }\n\n    toggleAr.addEventListener('click', function() { setLanguage('ar'); });\n    toggleEn.addEventListener('click', function() { setLanguage('en'); });\n\n    \/\/ button feedback for both CTA buttons\n    const btnAr = document.getElementById('btnAr');\n    const btnEn = document.getElementById('btnEn');\n\n    function handleClick(btn, originalText, doneText) {\n      btn.addEventListener('click', function(e) {\n        const orig = this.innerHTML;\n        this.innerHTML = '<i class=\"fas fa-check-circle\"><\/i> ' + doneText;\n        this.style.background = '#1d6b75';\n        this.style.cursor = 'default';\n        setTimeout(() => {\n          this.innerHTML = orig;\n          this.style.background = '#26818c';\n        }, 2000);\n      });\n    }\n\n    if (btnAr) handleClick(btnAr, '\u0627\u062d\u062c\u0632 \u062c\u0644\u0633\u062a\u0643', '\u062a\u0645 \u0627\u0644\u0625\u0631\u0633\u0627\u0644!');\n    if (btnEn) handleClick(btnEn, 'Book your session', 'Sent!');\n  })();\n<\/script>\n\n<\/body>\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4cb6c8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a4cb6c8\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f73ff54\" data-id=\"f73ff54\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"nav-border-none dot-border-none dot-active-border-none elementor-element elementor-element-9afc5e4 elementor-widget thim-widget-gallery-images\" data-id=\"9afc5e4\" data-element_type=\"widget\" data-widget_type=\"thim-gallery-images.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"thim-carousel-wrapper gallery-img\" data-visible=\"\" data-autoplay=\"0\" data-navigation=\"1\" data-pagination=\"1\" data-loop=\"true\"><div class=\"item\"><img loading=\"lazy\" width=\"565\" height=\"753\" src=\"https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-1.jpg\" class=\"attachment-full size-full\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-1.jpg 565w, https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-1-225x300.jpg 225w, https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-1-500x666.jpg 500w\" sizes=\"(max-width: 565px) 100vw, 565px\" \/><\/div><div class=\"item\"><img loading=\"lazy\" width=\"747\" height=\"808\" src=\"https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-3.jpg\" class=\"attachment-full size-full\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-3.jpg 747w, https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-3-277x300.jpg 277w, https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-3-500x541.jpg 500w, https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-3-600x649.jpg 600w\" sizes=\"(max-width: 747px) 100vw, 747px\" \/><\/div><div class=\"item\"><img loading=\"lazy\" width=\"751\" height=\"572\" src=\"https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-4.jpg\" class=\"attachment-full size-full\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-4.jpg 751w, https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-4-300x228.jpg 300w, https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-4-500x381.jpg 500w, https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-4-600x457.jpg 600w\" sizes=\"(max-width: 751px) 100vw, 751px\" \/><\/div><div class=\"item\"><img loading=\"lazy\" width=\"745\" height=\"815\" src=\"https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-5.jpg\" class=\"attachment-full size-full\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-5.jpg 745w, https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-5-274x300.jpg 274w, https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-5-500x547.jpg 500w, https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-5-600x656.jpg 600w\" sizes=\"(max-width: 745px) 100vw, 745px\" \/><\/div><div class=\"item\"><img loading=\"lazy\" width=\"731\" height=\"752\" src=\"https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-6.jpg\" class=\"attachment-full size-full\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-6.jpg 731w, https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-6-292x300.jpg 292w, https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-6-500x514.jpg 500w, https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-6-600x617.jpg 600w\" sizes=\"(max-width: 731px) 100vw, 731px\" \/><\/div><div class=\"item\"><img loading=\"lazy\" width=\"715\" height=\"699\" src=\"https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-7.jpg\" class=\"attachment-full size-full\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-7.jpg 715w, https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-7-300x293.jpg 300w, https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-7-500x489.jpg 500w, https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-7-600x587.jpg 600w\" sizes=\"(max-width: 715px) 100vw, 715px\" \/><\/div><div class=\"item\"><img loading=\"lazy\" width=\"704\" height=\"701\" src=\"https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-8.jpg\" class=\"attachment-full size-full\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-8.jpg 704w, https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-8-300x300.jpg 300w, https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-8-150x150.jpg 150w, https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-8-500x498.jpg 500w, https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-8-600x597.jpg 600w, https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-8-100x100.jpg 100w\" sizes=\"(max-width: 704px) 100vw, 704px\" \/><\/div><div class=\"item\"><img loading=\"lazy\" width=\"596\" height=\"795\" src=\"https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator.jpg\" class=\"attachment-full size-full\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator.jpg 596w, https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-225x300.jpg 225w, https:\/\/rio-conference.com\/new\/wp-content\/uploads\/2026\/07\/stimulator-500x667.jpg 500w\" sizes=\"(max-width: 596px) 100vw, 596px\" \/><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>RIO \u00b7 Cataract Simulator Training \u0627\u0644\u0639\u0631\u0628\u064a\u0629 English \u0645\u062d\u0627\u0643\u0627\u0629 RIO \u062a\u062f\u0631\u064a\u0628 \u0627\u0644\u0645\u064a\u0627\u0647 \u0627\u0644\u0628\u064a\u0636\u0627\u0621 \u0628\u0625\u0634\u0631\u0627\u0641 \u0627\u0633\u062a\u0634\u0627\u0631\u064a\u064a\u0646 \u0648\u0623\u062e\u0635\u0627\u0626\u064a\u064a\u0646 \u00b7 \u062a\u062f\u0631\u064a\u0628 \u0641\u0631\u062f\u064a \u0625\u0634\u0631\u0627\u0641 \u062e\u0628\u064a\u0631 \u0627\u0644\u062a\u062f\u0631\u064a\u0628 \u064a\u0634\u0631\u0641 \u0639\u0644\u064a\u0647 \u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u0646 \u0627\u0644\u0627\u0633\u062a\u0634\u0627\u0631\u064a\u064a\u0646 \u0648\u0627\u0644\u0623\u062e\u0635\u0627\u0626\u064a\u064a\u0646 \u0645\u0646 \u0627\u0644\u0645\u0639\u0647\u062f. \u062c\u0644\u0633\u0627\u062a \u0641\u0631\u062f\u064a\u0629 \u0644\u062a\u0639\u0638\u064a\u0645 \u0627\u0644\u0641\u0627\u0626\u062f\u0629. \u0645\u062f\u0629 \u0627\u0644\u0643\u0648\u0631\u0633: \u0666 \u0633\u0627\u0639\u0627\u062a \u062c\u0647\u0627\u0632 \u0645\u062d\u0627\u0643\u0627\u0629 \u0648\u0627\u0642\u0639\u064a &hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":"","_vp_format_video_url":"","_vp_image_focal_point":[]},"_links":{"self":[{"href":"https:\/\/rio-conference.com\/new\/wp-json\/wp\/v2\/pages\/18867"}],"collection":[{"href":"https:\/\/rio-conference.com\/new\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rio-conference.com\/new\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rio-conference.com\/new\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rio-conference.com\/new\/wp-json\/wp\/v2\/comments?post=18867"}],"version-history":[{"count":16,"href":"https:\/\/rio-conference.com\/new\/wp-json\/wp\/v2\/pages\/18867\/revisions"}],"predecessor-version":[{"id":18896,"href":"https:\/\/rio-conference.com\/new\/wp-json\/wp\/v2\/pages\/18867\/revisions\/18896"}],"wp:attachment":[{"href":"https:\/\/rio-conference.com\/new\/wp-json\/wp\/v2\/media?parent=18867"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}