{"id":2159,"date":"2025-12-22T10:34:10","date_gmt":"2025-12-22T10:34:10","guid":{"rendered":"https:\/\/zaineyecare.com\/?page_id=2159"},"modified":"2025-12-24T06:43:24","modified_gmt":"2025-12-24T06:43:24","slug":"cataract-video","status":"publish","type":"page","link":"https:\/\/zaineyecare.com\/home\/cataract-video\/","title":{"rendered":"Cataract Video Patient"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2159\" class=\"elementor elementor-2159\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e7760b e-con-full e-flex e-con e-parent\" data-id=\"6e7760b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-41370e3 elementor-widget elementor-widget-heading\" data-id=\"41370e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Cataract<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-10bf4a5 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"10bf4a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Discover why awareness of cataract is crucial for preserving sight and improving\noutcomes through early detection and treatment<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-11dab60 elementor-widget elementor-widget-html\" data-id=\"11dab60\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n    \/* Overlay: Forces it to be on top of everything *\/\r\n    #univ-popup-overlay {\r\n        display: none; \r\n        position: fixed !important;\r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 100%;\r\n        background-color: rgba(0, 0, 0, 0.9);\r\n        z-index: 999999 !important; \/* Extremely high z-index *\/\r\n        justify-content: center;\r\n        align-items: center;\r\n        opacity: 0;\r\n        transition: opacity 0.3s ease;\r\n        backdrop-filter: blur(5px);\r\n    }\r\n\r\n    \/* Video Container *\/\r\n    #univ-popup-content {\r\n        position: relative;\r\n        width: 90%;\r\n        max-width: 900px;\r\n        aspect-ratio: 16 \/ 9;\r\n        background: #000;\r\n        box-shadow: 0 10px 30px rgba(0,0,0,0.5);\r\n        border-radius: 12px;\r\n        transform: scale(0.9);\r\n        transition: transform 0.3s ease;\r\n    }\r\n\r\n    \/* Iframe *\/\r\n    #univ-popup-iframe {\r\n        width: 100%;\r\n        height: 100%;\r\n        border: none;\r\n        border-radius: 12px;\r\n        display: block;\r\n    }\r\n\r\n    \/* Close Button - Fixed position to ensure visibility on mobile *\/\r\n    #univ-popup-close {\r\n        position: absolute;\r\n        top: -40px;\r\n        right: 0;\r\n        color: #fff;\r\n        font-size: 24px;\r\n        font-family: sans-serif;\r\n        font-weight: bold;\r\n        cursor: pointer;\r\n        background: rgba(255, 255, 255, 0.2);\r\n        padding: 5px 15px;\r\n        border-radius: 20px;\r\n        transition: background 0.2s;\r\n        text-transform: uppercase;\r\n        font-size: 14px;\r\n        line-height: 20px;\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 5px;\r\n    }\r\n    #univ-popup-close:hover {\r\n        background: rgba(255, 255, 255, 0.4);\r\n    }\r\n\r\n    \/* Active States *\/\r\n    #univ-popup-overlay.active {\r\n        display: flex !important;\r\n        opacity: 1;\r\n    }\r\n    #univ-popup-overlay.active #univ-popup-content {\r\n        transform: scale(1);\r\n    }\r\n\r\n    \/* Mobile Adjustment *\/\r\n    @media (max-width: 768px) {\r\n        #univ-popup-close {\r\n            top: -50px;\r\n            right: 10px;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div id=\"univ-popup-overlay\">\r\n    <div id=\"univ-popup-content\">\r\n        <div id=\"univ-popup-close\">\u2715 Close<\/div>\r\n        <iframe id=\"univ-popup-iframe\" src=\"\" allow=\"autoplay\" allowfullscreen><\/iframe>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n    var overlay = document.getElementById('univ-popup-overlay');\r\n    var iframe = document.getElementById('univ-popup-iframe');\r\n    var closeBtn = document.getElementById('univ-popup-close');\r\n\r\n    \/\/ Open Popup Function\r\n    function openPopup(videoUrl) {\r\n        if(!videoUrl) return;\r\n        iframe.src = videoUrl;\r\n        overlay.classList.add('active');\r\n    }\r\n\r\n    \/\/ Close Popup Function\r\n    function closePopup() {\r\n        overlay.classList.remove('active');\r\n        setTimeout(function() {\r\n            iframe.src = \"\"; \/\/ Clear source to stop audio\r\n        }, 300);\r\n    }\r\n\r\n    \/\/ CLICK LISTENER: Works on all Elementor buttons\r\n    document.body.addEventListener('click', function(e) {\r\n        \/\/ Look for the closest link (a tag) that was clicked\r\n        var target = e.target.closest('a');\r\n        \r\n        \/\/ Check if the link exists and has our trigger text\r\n        if (target && target.href.includes('#open-video')) {\r\n            e.preventDefault(); \/\/ Stop page from jumping\r\n            \r\n            try {\r\n                \/\/ Get the URL part after 'url='\r\n                var urlPart = target.href.split('url=')[1];\r\n                if(urlPart) {\r\n                    var finalUrl = decodeURIComponent(urlPart);\r\n                    openPopup(finalUrl);\r\n                } else {\r\n                    console.error(\"No video URL found in link\");\r\n                }\r\n            } catch(err) {\r\n                console.error(\"Popup Error:\", err);\r\n            }\r\n        }\r\n    });\r\n\r\n    \/\/ Close triggers\r\n    closeBtn.addEventListener('click', closePopup);\r\n    overlay.addEventListener('click', function(e) {\r\n        if (e.target === overlay) closePopup();\r\n    });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0bd5131 e-con-full e-flex e-con e-parent\" data-id=\"0bd5131\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-687a625 e-grid e-con-full e-con e-child\" data-id=\"687a625\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<a class=\"elementor-element elementor-element-8302b3c e-con-full e-flex e-con e-child\" data-id=\"8302b3c\" data-element_type=\"container\" data-e-type=\"container\" href=\"https:\/\/video-popup\/?src=https:\/\/drive.google.com\/file\/d\/1kbyYqc0zTmeN0RFBprbJlUJantmVXWOb\/preview\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d608847 elementor-position-top elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"d608847\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img fetchpriority=\"high\" decoding=\"async\" width=\"2048\" height=\"2080\" src=\"https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10.png\" class=\"attachment-full size-full wp-image-1806\" alt=\"\" srcset=\"https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10.png 2048w, https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10-295x300.png 295w, https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10-1008x1024.png 1008w, https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10-768x780.png 768w, https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10-1512x1536.png 1512w, https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10-2016x2048.png 2016w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" \/><\/figure><\/div>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-da88972 e-con-full e-flex e-con e-child\" data-id=\"da88972\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a56ca8f elementor-widget elementor-widget-heading\" data-id=\"a56ca8f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Learn How it Develops and its Risk Factors<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-14cfb09 e-con-full my-popup-trigger e-flex e-con e-child\" data-id=\"14cfb09\" data-element_type=\"container\" data-e-type=\"container\" href=\"https:\/\/video-popup\/?src=https:\/\/drive.google.com\/file\/d\/1fDdUqQZrUnNRL1BnZB90QM0rtVu227J0\/preview\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ff95854 elementor-position-top elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"ff95854\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img fetchpriority=\"high\" decoding=\"async\" width=\"2048\" height=\"2080\" src=\"https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10.png\" class=\"attachment-full size-full wp-image-1806\" alt=\"\" srcset=\"https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10.png 2048w, https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10-295x300.png 295w, https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10-1008x1024.png 1008w, https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10-768x780.png 768w, https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10-1512x1536.png 1512w, https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10-2016x2048.png 2016w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" \/><\/figure><\/div>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f0361a3 e-con-full e-flex e-con e-child\" data-id=\"f0361a3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1681d6d elementor-widget elementor-widget-heading\" data-id=\"1681d6d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Identifying the<br> Symptoms<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-c1b9672 e-con-full my-popup-trigger e-flex e-con e-child\" data-id=\"c1b9672\" data-element_type=\"container\" data-e-type=\"container\" href=\"https:\/\/video-popup\/?src=https:\/\/drive.google.com\/file\/d\/1WIyjwi7ve7bjjurcIgaXKSGaeQ_8WCKI\/preview\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9ceda0d elementor-position-top elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"9ceda0d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img fetchpriority=\"high\" decoding=\"async\" width=\"2048\" height=\"2080\" src=\"https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10.png\" class=\"attachment-full size-full wp-image-1806\" alt=\"\" srcset=\"https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10.png 2048w, https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10-295x300.png 295w, https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10-1008x1024.png 1008w, https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10-768x780.png 768w, https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10-1512x1536.png 1512w, https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10-2016x2048.png 2016w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" \/><\/figure><\/div>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-689f1a6 e-con-full e-flex e-con e-child\" data-id=\"689f1a6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7cad5d5 elementor-widget elementor-widget-heading\" data-id=\"7cad5d5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A Guide to Treatment and Surgical Procedure<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-9164d34 e-con-full my-popup-trigger e-flex e-con e-child\" data-id=\"9164d34\" data-element_type=\"container\" data-e-type=\"container\" href=\"https:\/\/video-popup\/?src=https:\/\/drive.google.com\/file\/d\/1dx0O2D7WIwU2Z6rxZ1tXYYxcDdiqHYT6\/preview\">\n\t\t\t\t<div class=\"elementor-element elementor-element-040a970 elementor-position-top elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"040a970\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img fetchpriority=\"high\" decoding=\"async\" width=\"2048\" height=\"2080\" src=\"https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10.png\" class=\"attachment-full size-full wp-image-1806\" alt=\"\" srcset=\"https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10.png 2048w, https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10-295x300.png 295w, https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10-1008x1024.png 1008w, https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10-768x780.png 768w, https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10-1512x1536.png 1512w, https:\/\/zaineyecare.com\/wp-content\/uploads\/2025\/12\/10-2016x2048.png 2016w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" \/><\/figure><\/div>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1008af0 e-con-full e-flex e-con e-child\" data-id=\"1008af0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cebdace elementor-widget elementor-widget-heading\" data-id=\"cebdace\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A Guide to Safe<br> Recovery<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-566c5b0 e-con-full e-flex e-con e-parent\" data-id=\"566c5b0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b8ae63e e-grid e-con-full e-con e-child\" data-id=\"b8ae63e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f655de3 elementor-widget elementor-widget-button\" data-id=\"f655de3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#back\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-alt-circle-left\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm116-292H256v-70.9c0-10.7-13-16.1-20.5-8.5L121.2 247.5c-4.7 4.7-4.7 12.2 0 16.9l114.3 114.9c7.6 7.6 20.5 2.2 20.5-8.5V300h116c6.6 0 12-5.4 12-12v-64c0-6.6-5.4-12-12-12z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Back<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dac9672 elementor-align-right elementor-widget elementor-widget-button\" data-id=\"dac9672\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/zaineyecare.com\/patient-guide\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">back to main page<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c9daf7c elementor-widget elementor-widget-html\" data-id=\"c9daf7c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n    \/\/ 1. Find the button with the ID 'back-btn'\r\n    var btn = document.getElementById('back-btn');\r\n    \r\n    \/\/ 2. If the button exists on this page...\r\n    if (btn) {\r\n        \/\/ 3. Listen for when someone clicks it\r\n        btn.addEventListener('click', function(e) {\r\n            e.preventDefault(); \/\/ Stop the button from jumping to the top of the page (#)\r\n            window.history.back(); \/\/ Tell the browser to go back one step\r\n        });\r\n    }\r\n});\r\n<\/script>\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>Cataract Discover why awareness of cataract is crucial for preserving sight and improving outcomes through early detection and treatment \u2715 Close Learn How it Develops and its Risk Factors Identifying the Symptoms A Guide to Treatment and Surgical Procedure A Guide to Safe Recovery Back back to main page<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-2159","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/zaineyecare.com\/home\/wp-json\/wp\/v2\/pages\/2159","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zaineyecare.com\/home\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/zaineyecare.com\/home\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/zaineyecare.com\/home\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zaineyecare.com\/home\/wp-json\/wp\/v2\/comments?post=2159"}],"version-history":[{"count":193,"href":"https:\/\/zaineyecare.com\/home\/wp-json\/wp\/v2\/pages\/2159\/revisions"}],"predecessor-version":[{"id":3911,"href":"https:\/\/zaineyecare.com\/home\/wp-json\/wp\/v2\/pages\/2159\/revisions\/3911"}],"wp:attachment":[{"href":"https:\/\/zaineyecare.com\/home\/wp-json\/wp\/v2\/media?parent=2159"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}