/*
Theme Name: Kaetech
Theme URI: https://templateselar.com/
Description: Kaetech is a lightweight and minimalist WordPress theme designed to work seamlessly with the Elementor page builder. Perfect for developers and designers who want a fast, clean foundation to build Elementor-powered websites. With Kaetech, you're in full control of the layout and performance.
Author: Kaetech Digital
Author URI: https://kaetechdigital.com/
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kaetech
Tags: elementor, clean, minimal, fast, responsive, custom-logo, custom-menu
*/

:root {
    --kaetech-primary: #0073aa;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.site-wrapper.fullwidth {
    width: 100%;
}

.site-wrapper.boxed {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.container {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
}

.site-header, .site-footer {
    background: var(--kaetech-primary);
    color: #fff;
    padding: 1rem 0;
}

.site-title a {
    color: #fff;
    text-decoration: none;
}

.main-navigation ul,
.footer-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1.5rem;
}

.main-navigation a,
.footer-navigation a {
    color: #fff;
    text-decoration: none;
}

.site-info {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 1rem;
}