/*
Theme Name: Uniek Solutions
Theme URI: https://unieksolutions.com
Author: Uniek Solutions
Author URI: https://unieksolutions.com
Description: A modern, high-conversion custom block theme for Uniek Solutions - AI Solutions at Work. Features a dark navy and teal aesthetic, designed for speed and conversion.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: uniek-solutions
Tags: custom-background, custom-colors, custom-logo, custom-menu, full-site-editing, block-patterns, block-styles, accessibility-ready, blog, portfolio
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* 
 * Custom CSS for specific overrides. 
 * Most styling is handled via theme.json and block editor controls.
 */
.wp-block-button__link {
    transition: all 0.3s ease;
}
.wp-block-button__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(29, 233, 182, 0.4);
}
.uniek-card {
    transition: transform 0.3s ease;
}
.uniek-card:hover {
    transform: translateY(-5px);
}
