/*
Theme Name: MG Homecare Theme
Theme URI: https://snpwebworks.com
Author: Lucas (S&P WebWorks)
Description: Definitieve versie met geforceerde H1-grootte en cache-fix.
Version: 7.0.0
*/

/* 1. Cache-busting & Basis */
html, body { 
    overflow-x: hidden !important; 
    max-width: 100vw;
    scroll-behavior: smooth !important;
    background-color: #ffffff !important;
}

/* 2. De H1 Kop - Geforceerd op 64px */
h1, .vc_custom_heading h1, .wpb_heading h1 {
    font-family: 'Lora', serif !important;
    font-size: 64px !important; 
    line-height: 1.1 !important;
    font-weight: 700 !important;
    color: #0f766e !important;
    margin-bottom: 25px !important;
    display: block !important;
}

/* 3. Mobiele H1 */
@media (max-width: 768px) {
    h1, .vc_custom_heading h1, .wpb_heading h1 {
        font-size: 38px !important;
    }
}

/* 4. Footer Fix - Verberg eventuele oude thema restanten */
footer {
    display: block !important;
    background-color: #0f766e !important;
}

/* 5. WPBakery Knoppen */
.vc_btn3-container .vc_btn3 {
    border-radius: 50px !important;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 700 !important;
    padding: 16px 36px !important;
}