.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-6 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 *//* FORCE FULL WIDTH ON THIS PAGE ONLY */
.page-id-2651 .site-content .content-area, 
.page-template-default .site-content .content-area { 
    max-width: 100% !important; 
    margin: 0 !important; 
    padding: 0 !important; 
}

/* Ensure the App View is visible */
.bwmf-app-view {
    display: block !important;
    visibility: visible !important;
    max-width: 600px;
    margin: 0 auto;
    background: #ffffff;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

.bwmf-photo-header img {
    width: 100% !important;
    height: 50vh !important;
    object-fit: cover !important;
    display: block !important;
}

.bwmf-details-area { 
    padding: 25px !important; 
    background: #fff !important;
}


/* PUSH CONTENT UP SO BUTTONS ARE VISIBLE */
.bwmf-details-area {
    padding-bottom: 150px !important; /* Creates a 150px safety zone at the bottom */
}

/* ENSURE THE FOOTER STAYS ON TOP OF EVERYTHING */
.bwmf-footer {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 999999 !important; /* Higher number than anything else on the page */
    background: #ffffff !important;
    padding: 20px !important;
    box-shadow: 0 -5px 15px rgba(0,0,0,0.08) !important; /* Adds a shadow so you can see the button clearly */
}/* End custom CSS */