.elementor-21 .elementor-element.elementor-element-7b41709{--display:flex;--min-height:91vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:0px 0px 0px 0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21 .elementor-element.elementor-element-7b41709:not(.elementor-motion-effects-element-type-background), .elementor-21 .elementor-element.elementor-element-7b41709 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#CFC5A100;}.elementor-21 .elementor-element.elementor-element-7b41709.e-con{--flex-grow:0;--flex-shrink:0;}#elementor-popup-modal-21 .dialog-widget-content{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-21ded78 ) 0%, #2D370000 100%);border-radius:10px 10px 10px 10px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-21{background-color:rgba(0,0,0,.8);justify-content:center;align-items:flex-end;pointer-events:all;}#elementor-popup-modal-21 .dialog-message{width:95vw;height:auto;}/* Start custom CSS for container, class: .elementor-element-7b41709 */.popupfull {
		    width: 100%;
		    height: 90vh;
		    display: flex;
		    flex-direction: column;
		    align-content: center;
		    align-items: center;
		    border-radius: 10px 10px 0px 0px;
		}
        .iframe-container {
            position: relative;
            width: 100%;
            height: 90vh;
            border: 1px solid #ccc;

            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            margin-top: 20px;
        }
        iframe {
            width: 100%;
            height: 100%;
            border: none;
        }
        .controls {
            margin-top: 20px;
        }
        .controls button {
            margin: 0 5px;
            padding: 10px 20px;
            border: none;
            border-radius: 4px;
            background-color: #007bff;
            color: white;
            cursor: pointer;
        }
        .controls button:hover {
            background-color: #0056b3;
        }/* End custom CSS */