.elementor-4914 .elementor-element.elementor-element-9fdbc4a{--display:flex;--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;}.elementor-4914 .elementor-element.elementor-element-3080d3c{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-4914 .elementor-element.elementor-element-3080d3c > .elementor-widget-container{margin:-150px -150px -150px -150px;padding:250px 250px 250px 250px;}.elementor-4914 .elementor-element.elementor-element-3080d3c.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-4914 .elementor-element.elementor-element-db3d75e{--display:flex;--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;}@media(max-width:767px){.elementor-4914 .elementor-element.elementor-element-3080d3c > .elementor-widget-container{margin:-226px -226px -226px -226px;padding:206px 206px 206px 206px;}.elementor-4914 .elementor-element.elementor-element-db3d75e{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:65px;--padding-bottom:65px;--padding-left:65px;--padding-right:65px;}.elementor-4914 .elementor-element.elementor-element-7cbcc62 > .elementor-widget-container{margin:-150px -150px -150px -150px;padding:97px 97px 97px 97px;}}/* Start custom CSS for container, class: .elementor-element-9fdbc4a *//* Ensure the password generator stays in place */
.container {
    position: relative !important;
    z-index: 9999 !important;
    width: 100% !important;
    max-width: 700px !important;
    margin: 0 auto !important;
}

/* Prevents the generator from disappearing when content is added */
.elementor-section {
    position: relative !important;
    overflow: visible !important;
    min-height: 100vh !important; /* Forces full height */
}

/* Fix scrolling and ensures full-page height */
html, body {
    overflow-y: auto !important;
    height: auto !important;
}

/* Ensures content does not push the generator up */
.elementor-widget-wrap {
    display: block !important;
    position: relative !important;
}

/* Prevents the header from disappearing */
header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000 !important;
    background: rgba(13, 17, 23, 0.9) !important; /* Slight transparency */
}/* End custom CSS */