.elementor-49869 .elementor-element.elementor-element-1c0fec5{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-49869 .elementor-element.elementor-element-781ebf0{width:100%;max-width:100%;}.elementor-49869 .elementor-element.elementor-element-f2e559f{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-49869 .elementor-element.elementor-element-ee9af44{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-781ebf0 *//* Volunteer Hero Section */
.volunteer-hero {
    position: relative;
    /* PASTE YOUR BACKGROUND IMAGE URL BELOW */
    background-image: url('YOUR_BACKGROUND_IMAGE.jpg');
    background-color: var(--navy, #002147);
    background-size: cover;
    background-position: center;
    padding: 140px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom: 5px solid var(--red, #E02020);
}

/* The Dark Overlay */
.volunteer-hero .header-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 33, 71, 0.85), rgba(0, 33, 71, 0.95));
    z-index: 1;
}

/* Forces the text to sit ON TOP of the dark overlay */
.volunteer-hero .hero-content-centered {
    position: relative !important;
    z-index: 2 !important;
    max-width: 850px;
    margin: 0 auto;
}

/* Bulletproof Bright Text Styling */
.volunteer-hero .eyebrow-gold {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #C09A5B !important; /* Campaign Gold */
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    display: block !important;
    margin-bottom: 15px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.volunteer-hero .page-title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 56px !important;
    color: #ffffff !important; /* Pure White */
    margin: 0 0 20px 0 !important;
    letter-spacing: 1px !important;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.6) !important;
}

.volunteer-hero .hero-subtitle {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #ffffff !important; /* Pure White */
    line-height: 1.5 !important;
    margin: 0 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6) !important;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .volunteer-hero { padding: 100px 20px; }
    .volunteer-hero .page-title { font-size: 40px !important; }
    .volunteer-hero .hero-subtitle { font-size: 18px !important; }
}/* End custom CSS */