/* Apply to whole body */
body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin: 0;
    padding: 0;
}


/* Headings */
h1 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 2.5rem; /* ~40px */
    font-weight: bold;
}

h2 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 2rem; /* ~32px */
    font-weight: bold;
}

h3 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 1.75rem; /* ~28px */
    font-weight: bold;
}

h4 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 1.5rem; /* ~24px */
    font-weight: bold;
}

h5 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 1.25rem; /* ~20px */
    font-weight: bold;
}

h6 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 1rem; /* ~16px */
    font-weight: bold;
}

/* Paragraphs */
p {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 1rem; /* 16px */
    line-height: 1.5;
    margin-bottom: 1rem;
}

.btn-lx-open-account {
    display: inline-block;
    background-color: #199caa;
    border: 1px solid #199caa;
    color: #fff;
    border-radius: 2rem;
    /* padding: 0.5rem; */
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, transform 0.1s;
    /* width: 14vw; */
    width: fit-content;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

/* Sticky Footer Fix Start */
/* html, body {
    height: 100%;
    margin: 0;
    padding: 0;
} */

html, body {
    /* overflow-x: hidden; */
    max-width: 100%;
    width: 100%;
}

#wrapper {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

.fusion-layout-column {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.fusion-column-wrapper {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

#page-content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

#custom-footer {
    flex-shrink: 0;
}

/* Optional: remove any extra spacing on wrappers */
.fusion-layout-column,
.fusion-column-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
/* Sticky Footer Fix End */

/* Override Avada default parent container width */
.fusion-flex-container
.fusion-row
.fusion-flex-column
.fusion-column-wrapper {
    width: auto !important;
}