/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Elementor Team

Author URI: https://elementor.com/

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

/* Style for form container */
.wpcf7 {
    max-width: 700px;
    margin: 0 auto;
}

/* Style for form fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 10px;
	margin-top: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

/* Style for submit button */
.wpcf7 input[type="submit"] {
    background-color: #ff025b;
    color: #fff;
    border: none;
	font-weight:500;
    padding: 6px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.wpcf7 input[type="submit"]:hover {
    background-color:#1C244B;
}

/* Style for labels */
.wpcf7 label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

/* Add spacing between label and input */
.wpcf7 label + input[type="text"],
.wpcf7 label + input[type="email"],
.wpcf7 label + textarea {
    margin-top: 5px;
}

/* Optional style for error messages */
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
    color: red;
}

.sticky-jobs-sidebar{
	position: sticky;
    top: 100px;
}

