/*
Theme Name: AibosTech
Theme URI: https://aibostech.com
Author: AibosTech
Description: A modern, high-conversion WordPress theme for AibosTech.
Version: 1.2.1
License: GNU General Public License v2 or later
Text Domain: aibostech
*/

/* 1. Reset & Standards */
body { margin: 0; padding: 0; background-color: #0a0f1e; color: white; }

/* 2. Fixed Header Padding for Elementor Templates */
.page-template-template-elementor main#primary {
    padding-top: 80px; /* This ensures the first Elementor section isn't hidden by the fixed navbar */
}

/* 3. Smooth Transitions */
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }

/* 4. Elementor Widget Adjustments */
.elementor-widget-container { color: inherit; }
.elementor-heading-title { color: white !important; }

/* 5. Custom Gradients */
.hero-gradient {
    background: radial-gradient(circle at top right, rgba(37, 99, 235, 0.1), transparent),
                radial-gradient(circle at bottom left, rgba(37, 99, 235, 0.05), transparent);
}
