body.elementor-page-24:not(.elementor-motion-effects-element-type-background), body.elementor-page-24 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS */.notification-popup { position: fixed; bottom: 20px; left: 20px; background: linear-gradient(45deg, #00B300, #009900); color: white; padding: 15px 25px; border-radius: 10px; font-family: 'Montserrat'; font-size: 16px; font-weight: 600; box-shadow: 0 5px 20px rgba(0,0,0,0.2); z-index: 9999; animation: slideInUp 0.5s ease-out, fadeOut 0.5s ease-out 4.5s forwards; } @keyframes slideInUp { from { transform: translateY(100%); opacity: 0; } to { transform: translateY(0); opacity: 1; } } @keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } .notification-popup::before { content: '✅'; margin-right: 10px; } #notification-container { position: fixed; bottom: 20px; left: 20px; z-index: 9999; }/* End custom CSS */