/* Start custom CSS *//* Make the iframe fully scrollable */
.elementor-widget-container iframe {
    height: auto !important;
    min-height: 1800px !important;  
    max-height: none !important;
    overflow-y: auto !important;
    scrolling: yes !important;
}
/* Force Elementor to allow full iframe height */
.elementor-widget-shortcode iframe {
    height: auto !important;
    min-height: 2800px !important; /* Increase if needed */
    overflow: visible !important;
}

/* Remove clipping on Elementor container */
.elementor-widget-container {
    overflow: visible !important;
}

/* Remove section height limits */
.elementor-section {
    height: auto !important;
    min-height: 0 !important;
}

/* Fix Elementor Canvas template clipping */
body.elementor-template-canvas {
    overflow-y: visible !important;
}/* End custom CSS */