.elementor-27 .elementor-element.elementor-element-14b9a6b{--display:flex;}.elementor-27 .elementor-element.elementor-element-bbfa0e7{--display:flex;}body.elementor-page-27:not(.elementor-motion-effects-element-type-background), body.elementor-page-27 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://mitripress.com/wp-content/uploads/2025/08/stars-scaled-1.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}:root{--page-title-display:none;}@media(min-width:1025px){body.elementor-page-27:not(.elementor-motion-effects-element-type-background), body.elementor-page-27 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS *//* Only show the couple background on the homepage */
body.home {
  background: url('https://mitripress.com/wp-content/uploads/2025/07/happy-couple-wallpaper.jpg') no-repeat center center fixed;
  background-size: cover;
}

/* All other pages: mauve-blue theme */
body:not(.home) {
  background: linear-gradient(to bottom right, #202040, #5a4b81); /* Example color */
}/* End custom CSS */