.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#737F86;--e-global-color-text:#737F86;--e-global-color-accent:#FDC600;--e-global-color-2c6bd99:#FDC600;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
min-height: 100vh;
display: flex;
flex-direction: column;
}
.elementor-location-footer {
margin-top: auto;
margin-bottom: 0px;
}

/* Default light mode styles */
body {
  background-color: #FCFCFC;
  color: #111;
}

/* Dark mode override */
body.dark-mode {
  background-color: #000;
  color: #eee;
}

/* Example for other elements */
body.dark-mode header,
body.dark-mode footer {
  background-color: #000;
}

main {
  padding-top: 50px;
}/* End custom CSS */