#fw-section-custom-html-8534013f-ecc8-4aa0-842f-62c543bf36b7 {
html, body, iframe, .html-widget, .container, .wrapper {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    width: 100% !important;
    overflow: hidden !important;
    background: transparent !important; /* Force transparency if a background is causing the line */
}
body {
    background: linear-gradient(to right, rgba(72, 25, 112, 0.7), rgba(0, 0, 0, 0.7));
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

html, body, iframe, .html-widget, .container, .wrapper {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    background: transparent !important;
}
div, iframe, section {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

}