/* --- 1. THE FOUNDATION: LAPTOP & DESKTOP --- */
.site-header {
    background-image: url('https://connorcleaning.pro/wp-content/uploads/2025/12/connor-Cleaning-Service-1.png');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    min-height: 280px; 
    width: 100%; 
    margin-bottom: 0 !important;
}

/* Keeps desktop content tucked under the header */
#content, .site-content, .entry-content, .site-main {
    margin-top: -30px !important; 
    padding-top: 0 !important;
    position: relative;
    z-index: 5;
}

/* Hides theme title gaps */
.entry-header, .page-header, header.entry-header {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

/* --- 2. THE MOBILE ENGINE (FINAL CENTERING NUDGE) --- */
@media only screen and (max-width: 768px) {
    
    /* Shrinks header font to prevent menu overlap (Fix for 18534.jpg) */
    .site-header, .site-description, .custom-header-content {
        font-size: 13px !important;
        line-height: 1.2 !important;
        min-height: 160px !important;
    }

    /* MASTER CONTAINER: Forces the theme to release its side-grip */
    .site-content .container, 
    .site-main, 
    .entry-content,
    #content {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important; 
    }

    /* THE CENTERING NUDGE: 92% width creates a perfectly balanced card look */
    div[style*="background"], 
    section, 
    .osceola-turnover-box,
    .connor-wrapper {
        width: 92% !important; /* The 'Sweet Spot' between squeezed and touching edges */
        margin: 12px auto !important; /* Forces perfect horizontal centering */
        padding: 22px 18px !important; 
        box-sizing: border-box !important;
        display: block !important; 
        border-radius: 8px !important;
    }

    /* Headline Fix: Prevents long titles from pushing boxes off-center */
    h2, h3 {
        font-size: 22px !important;
        text-align: left !important;
        word-wrap: break-word !important;
    }
}

/* --- 3. THE BOOKING FORM & BUTTONS --- */
input[type="text"], input[type="email"], textarea {
    width: 100% !important;
    font-size: 16px !important; 
    padding: 12px !important;
    border: 2px solid #001529 !important;
}

button[type="submit"], .wpforms-submit {
    width: 100% !important;
    background-color: #d4af37 !important;
    color: #001529 !important;
    padding: 20px !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    border-radius: 50px !important;
    box-shadow: 0 6px 0 #b89b00 !important;
    border: none !important;
}