.elementor-856772 .elementor-element.elementor-element-b04165b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-856772 .elementor-element.elementor-element-7e3fa29{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-7e3fa29 */#reader {
            width: 100vw !important;
            height: 100vh !important;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            background: black;
        }
        
        
        #reader video {
            width: 100vw !important;
            height: 100vh !important;
            object-fit: cover;
        }
        
        
        #result-display {
            display: none;
            position: fixed;
            top: 55%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(255, 255, 255, 0.9);
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            z-index: 3;
            width: 80%;
            max-width: 400px;
            z-index: 999999;
        }
        
        #result-display #send-data {
            display: block;
            padding: 10px 20px;
            font-size: 16px;
            cursor: pointer;
            width: 100%;
            color: #fff;
            font-family: Raleway;
            font-weight: 700;
            background-color: #000;
            border: none;
        }
        
        #result-display textarea, #result-display input {
            padding: 5px;
            border-radius: 5px;
            border: 2px solid #000;
            font-family: Raleway;
            font-weight: 700;
            margin-bottom: 10px;
        }
        
        #thanks-message {
            font-family: Raleway;
            font-weight: 700;
            font-size: 20px !important;
        }
        
        #details-check {
              font-family: Raleway;
            font-weight: 600;
            font-size: 18px;
        }
        
        #close-form {
             position: absolute;
            top: -20px;
             right: -20px;
                width: auto;
                padding: 15px ;
                border-radius: 30px;
            background-color: #000;
            color: #fff;
            font-family: Raleway;
            font-weight: 900;
            font-size: 20px;
            line-height: 13px;
            border: none;
        }
        
 #square-guide {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 250px;
            height: 250px;
            border: 3px solid #FF0000;
            transform: translate(-50%, -50%);
            z-index: 10;
        }
        #spinner {
            position: fixed;
            top: 55%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 9999;
        }
        .loader {
            border: 8px solid #f3f3f3;
            border-radius: 50%;
            border-top: 8px solid #000;
            width: 80px;
            height: 80px;
            animation: spin 2s linear infinite;
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }/* End custom CSS */