.elementor-50414 .elementor-element.elementor-element-d1a0b1f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-50414 .elementor-element.elementor-element-7c05def{width:100%;max-width:100%;}.elementor-50414 .elementor-element.elementor-element-685d573{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7c05def *//* Yard Sign Hero Section */
.yard-sign-hero {
    position: relative;
    background-color: var(--navy, #002147); /* Deep Navy background */
    /* Optional: You can add a background image of signs in a yard here */
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom: 5px solid var(--red, #E02020);
}

.yard-sign-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;
}
/* Pulls the text ON TOP of the dark overlay */
.yard-sign-hero .hero-content-centered {
    position: relative !important;
    z-index: 2 !important; /* Forces it above the overlay's z-index of 1 */
    max-width: 850px;
    margin: 0 auto;
}

/* Force Hero Text to be bright white and pop off the background */
.yard-sign-hero .page-title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 56px !important;
    color: #ffffff !important; /* Forces pure white */
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.6) !important; /* Adds a shadow for contrast */
    margin: 0 0 20px 0 !important;
    letter-spacing: 1px !important;
}

.yard-sign-hero .hero-subtitle {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #ffffff !important; /* Forces pure white instead of gray */
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6) !important; /* Adds a shadow for contrast */
    line-height: 1.5 !important;
    margin: 0 !important;
}

.yard-sign-hero .eyebrow-gold {
    color: #C09A5B !important; /* Forces the gold color */
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

/* Form Section & Card */
.yard-sign-form-section {
    padding: 80px 20px;
    background-color: #F8F5F0; /* Warm cream background */
}

.form-wrapper-card {
    background-color: var(--white, #ffffff);
    max-width: 800px;
    margin: 0 auto;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border-top: 8px solid var(--navy, #002147);
}

.form-intro-text {
    text-align: center;
    margin-bottom: 40px;
}

.form-intro-text h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 32px;
    margin: 0 0 15px 0;
    color: var(--navy, #002147);
}

.form-intro-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #555555;
    max-width: 600px;
    margin: 0 auto;
}

/* Jotform Embed Container */
.jotform-container {
    width: 100%;
    margin-top: 30px;
}

/* Ensures the Jotform iframe doesn't get squeezed */
.jotform-container iframe {
    width: 100% !important;
    border: none !important;
    min-height: 700px; /* Gives the form plenty of room to load */
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .form-wrapper-card { padding: 30px 20px; }
    .form-intro-text h2 { font-size: 26px; }
    .yard-sign-hero { padding: 80px 20px; }
}/* End custom CSS */