/*!
Theme Name: creatoai
Theme URI: https://ai.creatotech.com/
Author: Creatotech AI
Author URI: https://ai.creatotech.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: creatoai
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.color_blueberry .left-right {
    background: #100C35;
    color: #fff;
}
.main_body_ai { margin-top: 40px; }
.ai-slide { margin: 60px 0; }
.ai-slide h2 { font-size: 36px; margin-bottom: 20px; }
.ai-slide ul { padding-left: 20px; }
.ai-slide img { width: 100%; height: auto; object-fit: cover; }
.full-bg-wrapper { background-size: cover; background-position: center; padding: 80px 30px; color: #fff; }
.overlay-slide { position: relative; overflow: hidden; }
.overlay-slide::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.5); z-index: 1; }
.overlay-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; z-index: 2; text-align: center; width: 90%; max-width: 800px; }