/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.testimonials-list .elementor-testimonial-image img {
    object-fit: contain !important;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
	direction: rtl !important;
    color:#000;
}
.contact-form {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    background-color:#F8F8F8;;
    padding:40px 30px;
    border-radius:10px;
	  margin-bottom:50px;
}
.contact-form span{
    width:100%;
}

.contact-form .flex p {
    display:flex;
    justify-content:space-between;
    gap:30px;
}

.contact-form p {
    margin-bottom:15px
}
.contact-form input::placeholder , textarea::placeholder{
color:#000;
}
.contact-form .message textarea {
    height: 120px;
}
.contact-form .btn input {
    width: 20%;
    background-color:#C00000;
    color:wheat;
    font-size:18px;
    font-weight:600;
    line-height:18px;
    padding:10px 0px;
    border-radius:10px
}

.contact-form .btn .wpcf7-spinner , .wpcf7-response-output {
    display: none;
}

.contact-form .title-1 p {
    color:#C00000;
    font-size:16px;
    font-weight:700;
    line-height:20px;
    margin-bottom:0
}
.contact-form .title-2 p {
    color:#000000;
    font-size:42px;
    font-weight:600;
    line-height:60px;
    margin-bottom:50px;
}
.contact-form .flex p br{
	display:none;
}
@media(max-width:767px){
    
    .contact-form .flex p {
        flex-direction:column;
    }
}