/*
 * Theme Name:  Go Child
 * Theme URI:   https://caringcville.org
 * Description: Child theme for the Go theme.
 * Author:      CaringCville
 * Template:    go
 * Version:     1.0.0
 * License:     GPL-2.0
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: go-child
 */

/* =========================================================
   Homepage Hero
   ========================================================= */

.hero-section {
    position: relative;
    min-height: 500px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-image: url('http://www.caringcville.org/wp-content/uploads/2026/05/aaron-doucett-liOAS02GnfY-unsplash-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 3rem 2rem;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.hero-headline {
    color: #ffffff;
    font-size: clamp(1.75rem, 4vw, 3rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 700;
    text-align: center;
}

.hero-subline {
    color: #ffffff;
    font-size: clamp(1rem, 2vw, 1.35rem);
    margin: 0 0 2rem;
    opacity: 0.9;
    text-align: center;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.hero-btn {
    display: inline-block;
    padding: 0.75rem 2rem;
    background-color: #ffffff;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.hero-btn:hover,
.hero-btn:focus {
    background-color: #e6e6e6;
    color: #1a1a1a;
    text-decoration: none;
}

.wp-block-columns {
    margin-bottom: 20px !important;
}

.wp-block-stack > .wp-block-columns {
    width: 100%;
    justify-content: center;
}

.mission-columns {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.mission-columns .wp-block-columns {
    justify-content: center;
}
