/*
Theme Name: NHP Law Custom Theme
Author: Gemini AI
Description: Professional Law Firm theme with Elementor support and custom color controls.
Version: 1.1
*/

body {
    font-family: 'Times New Roman', serif;
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styling */
.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.main-navigation ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
}

.main-navigation a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

/* Base Button */
.btn-primary {
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
}