/*
Theme Name: LAPTCorr
Theme URI: https://laptcorr.ly/
Author: Azara Media Ltd.
Author URI: https://www.azaramedia.com
Description: A bare-bones WordPress theme designed to work seamlessly with Elementor page builder
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: laptcorr
Tags: elementor, flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, full-width-template
*/

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

a {
    color: #0073aa;
    text-decoration: none;
}

a:hover {
    color: #00a0d2;
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

/* Container */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Header */
.site-header {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.site-branding {
    display: flex;
    align-items: center;
}

.site-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.site-description {
    font-size: 14px;
    color: #666;
}

/* Navigation */
.main-navigation {
    margin-top: 15px;
}

.main-navigation ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.main-navigation li {
    margin-right: 20px;
}

.main-navigation a {
    font-weight: 500;
}

/* Content */
.site-content {
    padding: 40px 0;
}

.content-area {
    width: 100%;
}

/* Sidebar */
.widget-area {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.widget {
    margin-bottom: 30px;
}

.widget-title {
    margin-bottom: 15px;
    font-size: 18px;
}

/* Footer */
.site-footer {
    padding: 20px 0;
    border-top: 1px solid #eee;
    text-align: center;
    font-size: 14px;
    color: #666;
}

/* Elementor Compatibility */
.elementor-page .site-content {
    padding: 0;
}

.elementor-page .content-area {
    width: 100%;
    max-width: none;
}
