.elementor-860 .elementor-element.elementor-element-2764ec76{--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;}/* Start custom CSS for text-editor, class: .elementor-element-6733ad65 */.price-iframe-wrapper {
    width: 100%;
    max-width: 1200px;
    height: 700px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
  
}

#advanced_iframe {
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: 1000px;
   
    pointer-events: auto;
}

/* باکس اول */
.hide-button-overlay {
    position: absolute;
    background: white;
    width: 300px;
    height: 45px;
    top: 5px;
    right: 1050px;
    z-index: 10;
}

/* باکس دوم */
.hide-button-overlay-2 {
    position: absolute;
    background: white;
    width: 300px;
    height: 45px;
    top: 320px;
    right: 1050px;
    z-index: 10;
}

/* Responsive */
@media (max-width: 991px) {
    .price-iframe-wrapper {
        height: 600px;
    }
    #advanced_iframe {
        width: 991px;
        top: -200px;
        height: 1200px;
    }
    .hide-button-overlay {
        top: 75px;
        right: 20px;
    }
    .hide-button-overlay-2 {
        top: 75px;
        right: 850px;
    }
}

@media (max-width: 768px) {
    .price-iframe-wrapper {
        height: 500px;
    }
    #advanced_iframe {
        width: 768px;
        top: -180px;
        height: 1100px;
    }
    .hide-button-overlay {
        width: 300px;
        height: 60px;
        top: 347px;
        right: 600px;
    }
    .hide-button-overlay-2 {
        width: 300px;
        height: 60px;
        top: 20px;
        right: 600px;
    }
}

@media (max-width: 576px) {
    .price-iframe-wrapper {
        height: 950px;
    }
    #advanced_iframe {
        width: 600px;
        top: -250px;
    }
    .hide-button-overlay {
        width: 300px;
        height: 50px;
        top: 76px;
        right: 90px;
    }
    .hide-button-overlay-2 {
        width: 300px;
        height: 50px;
        top: 460px;
        right: 100px;
    }
}/* End custom CSS */