/*
Theme Name:   Full Spin Mowing Child
Description:  Reliable neighbor branding with Fixed Spacing Fix
Author:       Jesse
Template:     popularfx
Version:      1.0.6
*/

/* ==========================================================================
   1. GLOBAL STYLES
   ========================================================================== */
body {
    font-family: 'Roboto', sans-serif !important;
    color: #333333 !important; 
    line-height: 1.6;
    background-color: #ffffff;
}

/* ==========================================================================
   2. HEADER TITLE (White text + Shadow + Orange Accent)
   ========================================================================== */
.pagelayer-wp-title-heading {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 900 !important;
    font-size: clamp(1.8rem, 5vw, 3.5rem) !important; 
    color: #ffffff !important; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important; 
    text-transform: uppercase !important;
    letter-spacing: -1px !important;
    margin-bottom: 20px !important;
    border-left: 8px solid #FF8C00 !important; 
    padding-left: 15px !important;
    line-height: 1.1 !important;
}

/* ==========================================================================
   3. FROSTED GLASS HEADINGS
   ========================================================================== */
h1, h2, h3 {
    font-family: 'Roboto', sans-serif !important;
    color: #000000 !important;
    background: rgba(255, 255, 255, 0.6) !important; 
    backdrop-filter: blur(8px) !important;           
    padding: 10px 20px !important;
    border-radius: 6px !important;
    display: inline-block;                           
    margin-bottom: 20px;
    letter-spacing: -0.01em;
}

p {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

/* ==========================================================================
   4. BUTTONS & CTA
   ========================================================================== */
.cta-button {
    background-color: #32CD32 !important; 
    color: #ffffff !important;
    font-weight: 600;
    text-transform: none;
    border: none !important;
    border-radius: 8px !important;        
    padding: 14px 28px !important;
    transition: background-color 0.3s ease;
    display: inline-block;
}

.cta-button:hover {
    background-color: #28a728 !important; 
    cursor: pointer;
}

/* ==========================================================================
   5. FAQ SECTION (Fixed Layout)
   ========================================================================== */
.fs-faq-container {
    max-width: 800px;
    margin: 40px auto !important;
    border-top: 2px solid #32CD32;
    padding-top: 30px;
    padding-bottom: 60px !important;
    clear: both !important;        /* Force next content below */
    min-height: 300px;             /* Reserve space */
    display: block !important;
}

.fs-faq-question {
    font-size: 1.4rem;
    margin-bottom: 15px;
    cursor: pointer;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.fs-faq-answer {
    color: #555555;
    line-height: 1.8;
    margin-bottom: 30px;
    padding-left: 10px;
    border-left: 2px solid #32CD32;
    display: block !important;
}

/* ==========================================================================
   6. SPACING
   ========================================================================== */
section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    clear: both !important; /* Ensures section follows the one before it */
}

.container {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
