
/* Warm sand background for all non-green parts of the Mahdia page */
body.page,
body.page .site,
body.page .site-content,
body.page .site-main,
body.page main,
body.page article,
body.page .entry-content {
    background: #f2eadc !important;
}

/* Preserve the intended dark green sections */
body.page .mpb-dark,
body.page .mpb-facts {
    background: #163b3a !important;
}

/* Keep the hero image and gallery treatments untouched */
body.page .mpb-hero {
    background-color: transparent !important;
}

body.page .mpb-gallery {
    background: #e8dcc9 !important;
}

body.page .mpb-booking {
    background: #fffaf2 !important;
}
