.elementor-621 .elementor-element.elementor-element-5a6c495a{--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;border-style:none;--border-style:none;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-621 .elementor-element.elementor-element-5a1a461a img{border-style:none;}.elementor-621 .elementor-element.elementor-element-e7d2775{--display:flex;}.elementor-621 .elementor-element.elementor-element-e7d2775.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-621 .elementor-element.elementor-element-25435fd1.elementor-element{--order:-99999 /* order start hack */;}@media(min-width:768px){.elementor-621 .elementor-element.elementor-element-e7d2775{--width:93.89%;}}/* Start custom CSS for image, class: .elementor-element-5a1a461a *//* Remove fixed positioning for footer */
#footer-bottom {
    position: static; /* Changed from fixed */
    width: 100%;
}

/* Ensure proper page structure */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
}

#main {
    flex: 1; /* Allow main content to expand */
}

/* FAQ container styling */
.faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 40px; /* Reduced padding */
}

/* Rest of FAQ styling remains the same */
.faq-item {
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid #eee;
}

.faq-item h3 {
    color: #0F4761;
    margin-bottom: 0.5em;
}

.faq-item ul {
    margin-left: 20px;
    list-style-type: disc;
}

.faq-item li {
    margin-bottom: 0.5em;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-25435fd1 *//* Main heading styles with increased specificity */
h1[style*="text-align: center"],
h1 {
    font-size: 32pt !important; /* Added !important to override inline style */
    margin-bottom: 40px;
    color: #333;
}

/* Base font size increases for the FAQ container */
.faq-container {
    font-size: 16pt;
    line-height: 1.5;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* FAQ question headings */
.faq-item h3 {
    font-size: 20pt;
    margin-bottom: 15px;
    color: #2c3e50;
    font-weight: 600;
}

/* FAQ answer text */
.faq-item {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

/* List items within FAQ answers */
.faq-item ul {
    margin: 15px 0;
    padding-left: 25px;
}

.faq-item li {
    font-size: 16pt;
    margin: 10px 0;
    line-height: 1.5;
}

/* Ensure all regular text within FAQ items is consistently sized */
.faq-item p,
.faq-item div {
    font-size: 16pt;
    line-height: 1.5;
    margin: 10px 0;
}
h3 .smaller {
    font-size: 80%;
    display: inline;
    vertical-align: baseline;
    line-height: 1;
}
h2 .smaller {
    font-size: 80%;
    display: inline;
    vertical-align: baseline;
    line-height: 1;
}

.smaller {
    font-size: 80%;
    display: inline;
    vertical-align: baseline;
    line-height: 1;
}/* End custom CSS */
/* Start custom CSS */html, body {
    height: 100% !important;
    overflow-y: auto !important;
    position: relative !important;
}

.elementor-section {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
}

.elementor-container {
    height: auto !important;
    min-height: 0 !important;
}

.elementor-widget-container {
    height: auto !important;
    overflow: visible !important;
}/* End custom CSS */