.elementor-382 .elementor-element.elementor-element-ed898a4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for home_pages_footer, class: .elementor-element-8c05fe5 *//* Footer Subscribe Form Styling */
.footer-subscribe-wrapper {
    width: 100%;
    max-width: 400px;
}

.subscribe-fields {
    display: flex;
    gap: 0; /* Creates a seamless join between input and button */
}

.footer-subscribe-wrapper input[type="email"] {
    flex-grow: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px; /* Rounded on left only */
    outline: none;
}

.footer-subscribe-wrapper input[type="submit"] {
    background-color: #0073aa; /* Change to your brand color */
    color: #0073aa;
    padding: 12px 25px;
    border: 1px solid #0073aa;
    border-radius: 0 4px 4px 0; /* Rounded on right only */
    cursor: pointer;
    transition: background 0.3s ease;
}

.footer-subscribe-wrapper input[type="submit"]:hover {
    background-color: #005177;
}

.subscribe-privacy {
    font-size: 12px;
    margin-top: 10px;
    color: #005177;
}

/* Response messaging style */
.wpcf7-response-output {
    margin: 10px 0 0 0 !important;
    padding: 5px 10px !important;
    font-size: 13px;
}/* End custom CSS */