.elementor-969 .elementor-element.elementor-element-b24ad57{--display:flex;}body.elementor-page-969:not(.elementor-motion-effects-element-type-background), body.elementor-page-969 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#418AF0;}/* Start custom CSS *//* Custom CSS for Investment Simulator */
body {
    font-family: 'Montserrat', sans-serif !important;
    background-color: #fff !important;
    color: #000 !important;
}

h1, .section-title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    color: #000 !important;
}

h1 {
    font-size: 20px !important;
}

.section-title {
    font-size: 18px !important;
    margin-top: 20px !important;
}

table {
    width: 100% !important;
    border-collapse: collapse !important;
}

th, td {
    padding: 8px 12px !important;
    border: 1px solid #000 !important;
    background-color: #fff !important;
    color: #000 !important;
}

th {
    background-color: #f4f4f4 !important;
    color: #000 !important;
    font-weight: 700 !important;
}

input, select, textarea {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    color: #000 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

input[type="number"], input[type="date"], select, textarea {
    background-color: #fff !important;
    color: #000 !important;
}

.remove-button {
    cursor: pointer !important;
    color: red !important;
}

.background-button {
    margin: 20px 0 !important;
}

.dark-mode {
    background-color: #000 !important;
    color: #fff !important;
}

.dark-mode input, .dark-mode select, .dark-mode textarea {
    background-color: #333 !important;
    color: #fff !important;
}

.dark-mode th, .dark-mode td {
    border-color: #555 !important;
}

.logo {
    width: 150px !important;
    display: block !important;
}

#investment-form {
    position: relative !important;
}

#clear-all {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
}

.iframe-container {
    display: none !important;
}

.warning {
    color: red !important;
}/* End custom CSS */