/* ===== CONTACT PAGE HERO ===== */
body.page-id-79 .site-main {
    background-image: url('https://smithfielddevelopment.com/wp-content/uploads/2026/02/untitled-127.jpg');
    background-size: cover;
    background-position: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}
body.page-id-79 .content-wrapper {
    background: rgba(255, 255, 255, 0.92);
    padding: 50px 60px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
    max-width: 800px;
}
body.page-id-79 .page-title {
    font-size: 42px;
    margin-bottom: 30px;
}
body.page-id-79 .page-content p {
    text-align: left;
    font-size: 18px;
}

/* ===== OUR APPROACH PAGE HERO ===== */
body.page-id-351 .site-main::before {
    content: '';
    display: block;
    width: 100%;
    height: 400px;
    background-image: url('https://smithfielddevelopment.com/wp-content/uploads/2026/02/image-6.png');
    background-size: cover;
    background-position: center;
}
body.page-id-351 .page-header {
    position: relative;
    margin-top: -250px;
    z-index: 10;
}
body.page-id-351 .page-title {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px 60px;
    border-radius: 8px;
    max-width: 800px;
    margin: 0 auto 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    font-size: 36px;
    font-style: italic;
    font-weight: normal;
}
body.page-id-351 .page-divider {
    display: none;
}
body.page-id-351 .page-content p {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}
body.page-id-351 .content-wrapper {
    margin-top: 60px;
}

/* ===== HOME PAGE - TAGLINE BELOW IMAGE ===== */
body.home .hero-content {
    display: none;
}
body.home .content-wrapper::before {
    content: 'Serving our clients for over 13 Years.';
    display: block;
    font-size: 28px;
    font-style: italic;
    color: #666;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 20px;
}
body.home .content-wrapper {
    margin-top: 0;
    padding-top: 0;
}

/* ===== HOME PAGE FOOTER ===== */
body.home .site-main::after {
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    background: #d4c5b9;
    margin-top: 60px;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {
    /* Contact mobile */
    body.page-id-79 .site-main {
        min-height: 500px;
        padding: 40px 15px;
    }
    body.page-id-79 .content-wrapper {
        padding: 30px 25px;
    }
    body.page-id-79 .page-title {
        font-size: 32px;
    }
    
    /* Our Approach mobile */
    body.page-id-351 .site-main::before {
        height: 300px;
    }
    body.page-id-351 .page-header {
        margin-top: -150px;
    }
    body.page-id-351 .page-title {
        padding: 25px 30px;
        font-size: 20px;
    }
    body.page-id-351 .page-content p {
        font-size: 16px;
    }
    
    /* Home mobile */
    body.home .content-wrapper::before {
        font-size: 20px;
        margin-bottom: 20px;
        padding-top: 15px;
    }
    body.home .site-main::after {
        height: 60px;
        margin-top: 40px;
    }
}