/*
Theme Name: Mac Tonic Theme
Theme URI: https://mactonic.com
Author: Mac Tonic
Author URI: https://mactonic.com
Description: v8-patched with corrected theme structure, styling, and layout
Version: 1.6.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mac-tonic-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

body {
    background-color: #ffffff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #222;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

header {
    background-color: #7AC142;
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

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

.site-branding img {
    max-height: 55px;
}

.main-navigation {
    display: flex;
    align-items: center;
}

.main-navigation .nav-menu {
    display: flex;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation .nav-menu li a {
    font-size: 1.1rem;
    font-weight: 700;
    color: #003300;
    text-decoration: none;
    padding: 0.25rem 0;
    transition: all 0.2s ease;
}

.main-navigation .nav-menu li a:hover {
    color: #1a1a1a;
    text-decoration: underline;
}

footer {
    background-color: #f3f3f3;
    padding: 3rem 2rem;
    font-size: 0.95rem;
    color: #333;
    border-top: 3px solid #ccc;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    align-items: start;
}

footer h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #7AC142;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

footer p {
    margin-top: 0.5rem;
}

.cta {
    background-color: #ecfce5;
    padding: 1.25rem;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.map-placeholder {
    background-color: #ddd;
    height: 130px;
    border-radius: 8px;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: #555;
    font-style: italic;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
