.elementor-kit-12{--e-global-color-primary:#E9C69F;--e-global-color-secondary:#FFB800;--e-global-color-text:#FFFFFF;--e-global-color-accent:#16344E;--e-global-typography-primary-font-family:"Playfair";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Rouge Script";--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;background-color:#446D8B;background-image:url("https://thepocketbookoflife.com/wp-content/uploads/2025/08/bg2.jpg");background-repeat:no-repeat;background-size:cover;overscroll-behavior:auto;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(min-width:1441px){.elementor-kit-12{background-attachment:fixed;}}@media(max-width:1440px){.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 *//* Full-page body background */
body {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /* Make body a flex container so footer can stick */
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Make Elementor sections transparent so body background shows */
.elementor-section {
    background: transparent !important;
}

/* Main content grows to fill available space */
.elementor-page,
.elementor-location-single,
.single-post .elementor-template {
    flex: 1 0 auto;
}

/* Footer sticks to bottom */
.elementor-location-footer {
    margin-top: auto;
}
/* Menu highlight stays unchanged */
.elementor-nav-menu .menu-item-has-children.current-menu-ancestor > a,
.elementor-nav-menu .menu-item-has-children.current-menu-parent > a {
    color: #FFB800 !important;
}

/* Keep Blog menu highlighted on all single posts */
body.single-post .elementor-nav-menu .menu-item-537 > a.elementor-item {
    color: #FFB800 !important;
}/* End custom CSS */