/*
Theme Name: Premier Credit
Theme URI: https://premiercredit.co.ke
Author: Premier Credit
Author URI: https://premiercredit.co.ke
Description: A premium WordPress theme for Premier Credit - Logbook Loans, Car Financing & Loan Buy-Offs. Features custom Elementor widgets for easy page building.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: premier-credit
Tags: elementor, finance, loans, one-column, custom-colors, custom-logo, custom-menu, featured-images, full-site-editing, block-styles
*/

/* Base Reset */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #fdf8f0;
    color: #333;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Elementor Full Width Support */
.elementor-page .site-content {
    padding: 0;
}

.elementor-section.elementor-section-full_width {
    max-width: 100%;
}