/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1771704503
Updated: 2026-02-21 20:08:23

*/

/* Form Wrapper */
.form_shortcode .wpcf7 {
    max-width: 600px;
    margin: auto;
}

/* Input + Textarea */
.form_shortcode  input[type="text"],
.form_shortcode  input[type="email"],
.form_shortcode  textarea {
    width: 100%;
    padding: 14px 16px;
    background: #111;
    border: 1px solid #333;
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
    outline: none;
    transition: 0.3s ease;
}

/* Placeholder */
.form_shortcode  input::placeholder,
.form_shortcode  textarea::placeholder {
    color: #aaa;
}

/* Focus Effect */
.form_shortcode  input:focus,
.form_shortcode  textarea:focus {
    border-color: #E50914;
    box-shadow: 0 0 8px rgba(229, 9, 20, 0.6);
}

/* Textarea height better */
.form_shortcode  textarea {
    min-height: 140px;
    resize: none;
}

/* Button */
.form_shortcode  input[type="submit"] {
    width: 100%;
    padding: 14px;
    background: #E50914;
    color: #fff;
    border: none;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s ease;
}

/* Button Hover */
.form_shortcode  input[type="submit"]:hover {
    background: #b20710;
}

/* Spinner fix */
.form_shortcode .wpcf7-spinner {
    margin-top: 10px;
}

/* Response Message */
.form_shortcode .wpcf7-response-output {
    color: #fff;
    margin-top: 15px;
}