{"id":1739,"date":"2026-09-10T17:19:13","date_gmt":"2026-09-10T13:49:13","guid":{"rendered":"https:\/\/ircpr.com\/workshop-schedule\/"},"modified":"2026-09-12T11:41:03","modified_gmt":"2026-09-12T08:11:03","slug":"workshop-schedule","status":"publish","type":"page","link":"https:\/\/ircpr.com\/en\/workshop-schedule\/","title":{"rendered":"Workshop Schedule"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1739\" class=\"elementor elementor-1739 elementor-1634\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3f1f173 e-con-full e-flex e-con e-parent\" data-id=\"3f1f173\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4dc4d08 elementor-widget elementor-widget-html\" data-id=\"4dc4d08\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!doctype html>\n<html lang=\"fa\" dir=\"ltr\">\n  <head>\n    <meta charset=\"UTF-8\" \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n    <title>\u062c\u062f\u0648\u0644 \u0632\u0645\u0627\u0646\u200c\u0628\u0646\u062f\u06cc \u06a9\u0627\u0631\u06af\u0627\u0647\u200c\u0647\u0627\u06cc \u06a9\u0646\u06af\u0631\u0647<\/title>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\n    <link\n      href=\"https:\/\/fonts.googleapis.com\/css2?family=Vazirmatn:wght@400;500;600;700;800;900&display=swap\"\n      rel=\"stylesheet\"\n    \/>\n    <style>\n      :root {\n        --ink: #1e1b2e;\n        --muted: #6b6478;\n\n        --line: #e6e1f0;\n      }\n\n      * {\n        box-sizing: border-box;\n      }\n\n      .schedule-section {\n        font-family: \"Vazirmatn\", Tahoma, sans-serif;\n        background: var(--bg);\n        padding: 10px 20px;\n        direction: ltr;\n      }\n\n      .schedule-inner {\n        max-width: 1180px;\n        margin: 0 auto;\n      }\n\n      .schedule-head {\n        text-align: center;\n        margin-bottom: 48px;\n      }\n\n      .schedule-head .eyebrow {\n        display: inline-block;\n        font-size: 13.5px;\n        font-weight: 700;\n        color: #fff;\n        background: linear-gradient(90deg, #7c1fa2, #dc2626, #1e3a8a);\n        padding: 8px 22px;\n        border-radius: 999px;\n        margin-bottom: 20px;\n      }\n\n      .schedule-head h2 {\n        font-size: clamp(26px, 4vw, 38px);\n        font-weight: 800;\n        color: var(--ink);\n        margin: 0 0 12px;\n      }\n\n      .schedule-head p {\n        font-size: 15.5px;\n        color: var(--muted);\n        max-width: 560px;\n        margin: 0 auto;\n        line-height: 1.9;\n      }\n\n      .schedule-legend {\n        display: flex;\n        justify-content: center;\n        gap: 22px;\n        flex-wrap: wrap;\n        margin-top: 20px;\n        font-size: 13px;\n        color: var(--muted);\n      }\n      .schedule-legend span {\n        display: inline-flex;\n        align-items: center;\n        gap: 7px;\n      }\n      .legend-badge {\n        display: inline-block;\n        font-size: 10.5px;\n        font-weight: 700;\n        color: #dc2626;\n        background: rgba(220, 38, 38, 0.1);\n        padding: 3px 9px;\n        border-radius: 999px;\n      }\n      .legend-dot {\n        width: 10px;\n        height: 10px;\n        border-radius: 3px;\n        background: linear-gradient(135deg, #7c1fa2, #dc2626, #1e3a8a);\n        display: inline-block;\n      }\n\n      \/* ============ SCHEDULE COLUMNS ============ *\/\n      .schedule-columns {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 22px;\n        align-items: start;\n      }\n\n      .day-col {\n        background: #fff;\n        border: 1px solid var(--line);\n        border-radius: 20px;\n        padding: 20px;\n      }\n\n      .day-head {\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        padding: 12px 16px;\n        border-radius: 14px;\n        margin-bottom: 20px;\n        color: #fff;\n      }\n\n      .day-head .d-name {\n        font-size: 16px;\n        font-weight: 800;\n      }\n      .day-head .d-date {\n        font-size: 12.5px;\n        font-weight: 600;\n        opacity: 0.9;\n      }\n\n      .day-head.w1 {\n        background: linear-gradient(120deg, #7c1fa2, #a21caf);\n      }\n      .day-head.w2 {\n        background: linear-gradient(120deg, #dc2626, #be123c);\n      }\n      .day-head.w3 {\n        background: linear-gradient(120deg, #1e3a8a, #2563eb);\n      }\n\n      .slot {\n        position: relative;\n        margin-bottom: 16px;\n        padding-inline-start: 16px;\n      }\n      .slot:last-child {\n        margin-bottom: 0;\n      }\n\n      \/* vertical timeline rail *\/\n      .slot::before {\n        content: \"\";\n        position: absolute;\n        top: 4px;\n        bottom: -16px;\n        inline-size: 2px;\n        inset-inline-start: 0;\n        background: var(--line);\n      }\n      .slot:last-child::before {\n        display: none;\n      }\n\n      .slot::after {\n        content: \"\";\n        position: absolute;\n        top: 2px;\n        inset-inline-start: -4px;\n        width: 10px;\n        height: 10px;\n        border-radius: 50%;\n        background: var(--slot-dot, #7c1fa2);\n        box-shadow: 0 0 0 3px #fff;\n      }\n\n      .slot-time-row {\n        display: flex;\n        align-items: center;\n        gap: 8px;\n        margin-bottom: 10px;\n        flex-wrap: wrap;\n      }\n\n      .slot-time {\n        font-size: 16px;\n        font-weight: 800;\n        color: var(--ink);\n        font-variant-numeric: tabular-nums;\n      }\n\n      .slot-parallel-tag {\n        font-size: 10.5px;\n        font-weight: 700;\n        color: #dc2626;\n        background: rgba(220, 38, 38, 0.09);\n        padding: 3px 9px;\n        border-radius: 999px;\n      }\n\n      .slot-items {\n        display: flex;\n        flex-direction: column;\n        gap: 8px;\n      }\n\n      .w-card {\n        background: var(--tint);\n        border-radius: 12px;\n        border-inline-start: 4px solid var(--accent);\n        padding: 12px 14px;\n        transition:\n          transform 0.2s ease,\n          box-shadow 0.2s ease,\n          background 0.2s ease;\n      }\n\n      .w-card:hover {\n        transform: translateX(-3px);\n        box-shadow: 0 10px 22px -12px rgba(30, 27, 46, 0.3);\n        background: var(--tint-hover);\n      }\n\n      .w-card .w-title {\n        font-size: 12.5px;\n        font-weight: 400;\n        color: var(--ink);\n        line-height: 1.75;\n      }\n\n      \/* color themes per workshop *\/\n      .a1 {\n        --accent: #7c1fa2;\n        --tint: rgba(124, 31, 162, 0.07);\n        --tint-hover: rgba(124, 31, 162, 0.13);\n      }\n      .a2 {\n        --accent: #dc2626;\n        --tint: rgba(220, 38, 38, 0.07);\n        --tint-hover: rgba(220, 38, 38, 0.13);\n      }\n      .a3 {\n        --accent: #2563eb;\n        --tint: rgba(37, 99, 235, 0.07);\n        --tint-hover: rgba(37, 99, 235, 0.13);\n      }\n      .a4 {\n        --accent: #db2777;\n        --tint: rgba(219, 39, 119, 0.07);\n        --tint-hover: rgba(219, 39, 119, 0.13);\n      }\n      .a5 {\n        --accent: #4338ca;\n        --tint: rgba(67, 56, 202, 0.07);\n        --tint-hover: rgba(67, 56, 202, 0.13);\n      }\n      .a6 {\n        --accent: #be123c;\n        --tint: rgba(190, 18, 60, 0.07);\n        --tint-hover: rgba(190, 18, 60, 0.13);\n      }\n      .a7 {\n        --accent: #6d28d9;\n        --tint: rgba(109, 40, 217, 0.07);\n        --tint-hover: rgba(109, 40, 217, 0.13);\n      }\n\n      .w1 ~ .slot::after,\n      .day-col:nth-of-type(1) .slot::after {\n        background: #7c1fa2;\n      }\n\n      @media (max-width: 980px) {\n        .schedule-columns {\n          grid-template-columns: 1fr;\n        }\n      }\n    <\/style>\n  <\/head>\n  <body>\n    <section class=\"schedule-section\">\n      <div class=\"schedule-inner\">\n        <div class=\"schedule-head\"><h2>Congress Workshop Program<\/h2><\/div>\n        <div class=\"schedule-columns\">\n          <!-- \u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647 \u06f1\u06f8 \u0622\u0630\u0631 -->\n          <div class=\"day-col\">\n            <div class=\"day-head w1\">\n              <span class=\"d-name\">Wednesday<\/span\n              ><span class=\"d-date\">9 December<\/span>\n            <\/div>\n            <div class=\"slot\">\n              <div class=\"slot-time-row\">\n                <span class=\"slot-time\">14:30 - 16:30<\/span\n                ><span class=\"slot-parallel-tag\">3 Concurrent Workshops<\/span>\n              <\/div>\n              <div class=\"slot-items\">\n                <div class=\"w-card a1\">\n                  <span class=\"w-title\"><\/span>\n                    High-Quality BLS & ACLS: Evidence, Skills and Team\n                    Performance<\/span\n                  >\n                <\/div>\n                <div class=\"w-card a2\">\n                  <span class=\"w-title\"\n                    >POCUS in Resuscitation: A Hands-On Approach to Critical\n                    Decision-Making<\/span\n                  >\n                <\/div>\n                <div class=\"w-card a3\">\n                  <span class=\"w-title\"\n                    >Prehospital Resuscitation: From Scene Management to\n                    Hospital Arrival<\/span\n                  >\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n          <!-- \u067e\u0646\u062c\u0634\u0646\u0628\u0647 \u06f1\u06f9 \u0622\u0630\u0631 -->\n          <div class=\"day-col\">\n            <div class=\"day-head w2\">\n              <span class=\"d-name\">Thursday<\/span\n              ><span class=\"d-date\"> 10 December<\/span>\n            <\/div>\n            <div class=\"slot\">\n              <div class=\"slot-time-row\">\n                <span class=\"slot-time\">8:00 - 10:000<\/span\n                ><span class=\"slot-parallel-tag\">3 Concurrent Workshops  <\/span>\n              <\/div>\n              <div class=\"slot-items\">\n                <div class=\"w-card a4\">\n                  <span class=\"w-title\"\n                    >Mechanical Ventilation During Resuscitation: Hand-On Principles, Pitfalls and Practical Skills<\/span\n                  >\n                <\/div>\n                <div class=\"w-card a5\">\n                  <span class=\"w-title\"\n                    >Mastering Pediatric Resuscitation: BLS & PALS Skills Workshop<\/span\n                  >\n                <\/div>\n                <div class=\"w-card a6\">\n                  <span class=\"w-title\"\n                    >Resuscitation in Pregnancy: Critical Decision and Practice Skills\n                    <\/span\n                  >\n                <\/div>\n              <\/div>\n            <\/div>\n            <div class=\"slot\">\n              <div class=\"slot-time-row\">\n                <span class=\"slot-time\">10:30 - 12:30<\/span>\n              <\/div>\n              <div class=\"slot-items\">\n                <div class=\"w-card a7\">\n                  <span class=\"w-title\"\n                    >Airway Management: From Basic Techniques to Difficult Airway\n                    <\/span\n                  >\n                <\/div>\n              <\/div>\n            <\/div>\n            <div class=\"slot\">\n              <div class=\"slot-time-row\">\n                <span class=\"slot-time\">14:00 - 18:00<\/span>\n              <\/div>\n              <div class=\"slot-items\">\n                <div class=\"w-card a1\">\n                  <span class=\"w-title\"\n                    > Medical Emergencies and Resuscitation in Dental Practice: A Hand-On Workshop<\/span\n                  >\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n          <!-- \u062c\u0645\u0639\u0647 \u06f2\u06f0 \u0622\u0630\u0631 -->\n          <div class=\"day-col\">\n            <div class=\"day-head w3\">\n              <span class=\"d-name\">Friday<\/span><span class=\"d-date\">11 December<\/span>\n            <\/div>\n            <div class=\"slot\">\n              <div class=\"slot-time-row\">\n                <span class=\"slot-time\">8:00 - 10:00<\/span>\n              <\/div>\n              <div class=\"slot-items\">\n                <div class=\"w-card a2\">\n                  <span class=\"w-title\"\n                    >Neonatal Resuscitation Program (NRP): From Delivery Room to Successful Stabilization\n                    <\/span\n                  >\n                <\/div>\n              <\/div>\n            <\/div>\n            <div class=\"slot\">\n              <div class=\"slot-time-row\">\n                <span class=\"slot-time\">10:30 - 12:30<\/span>\n              <\/div>\n              <div class=\"slot-items\">\n                <div class=\"w-card a3\">\n                  <span class=\"w-title\"\n                    >Advanced Resuscitation Devices: Hands-On Applications in Modern CPR\n                     <\/span\n                  >\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n  <\/body>\n<\/html>\n\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>\u062c\u062f\u0648\u0644 \u0632\u0645\u0627\u0646\u200c\u0628\u0646\u062f\u06cc \u06a9\u0627\u0631\u06af\u0627\u0647\u200c\u0647\u0627\u06cc \u06a9\u0646\u06af\u0631\u0647 Congress Workshop Program Wednesday9 December 14:30 &#8211; 16:303 Concurrent Workshops High-Quality BLS &#038; ACLS: Evidence, Skills and Team Performance POCUS in Resuscitation: A Hands-On Approach to Critical Decision-Making Prehospital Resuscitation: From Scene Management to Hospital Arrival Thursday 10 December 8:00 &#8211; 10:0003 Concurrent Workshops Mechanical Ventilation During Resuscitation: Hand-On Principles, Pitfalls [&hellip;]<\/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":{"footnotes":""},"class_list":["post-1739","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ircpr.com\/en\/wp-json\/wp\/v2\/pages\/1739","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ircpr.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ircpr.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ircpr.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ircpr.com\/en\/wp-json\/wp\/v2\/comments?post=1739"}],"version-history":[{"count":4,"href":"https:\/\/ircpr.com\/en\/wp-json\/wp\/v2\/pages\/1739\/revisions"}],"predecessor-version":[{"id":1743,"href":"https:\/\/ircpr.com\/en\/wp-json\/wp\/v2\/pages\/1739\/revisions\/1743"}],"wp:attachment":[{"href":"https:\/\/ircpr.com\/en\/wp-json\/wp\/v2\/media?parent=1739"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}