/* 
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 */


.uc_stars {
    gap: 5px !important;
}


selector{
    max-width: 1200px !important;
    margin: 0 auto;
}

selector .wpcf7-spinner{
    display: block !important;
}

/* ===== Contact Form ===== */
.contact-form .flex p {
  display: flex !important;
  justify-content: space-between !important;
  align-content: center !important;
  gap: 13px !important;
  width: 100% !important;
 
}

.contact-form .flex-bot {
  display: flex !important;
  justify-content: space-between !important;
  align-content: center;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  width: 100% !important;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  background: #F3F3F3 !important;
  border: none !important;
  border: 1px solid #DDDDDD !important;
  padding-left: 23px !important;
  font-family: 'Open Sans' !important;
 border-radius: 15px !important;
 color: #666666 !important;
   box-shadow: inset 2.12px 2.12px 2px rgba(0,0,0,0.26);
}



textarea {
  height: 214px;
    padding-top: 16px;

}

input[type=text],
input[type=email],
input[type=tel],
select {
  height: 60px;
}

.contact-form br {
  display: none !important;
}

input[type="submit"] {
  border: none !important;
  max-width: 219px !important;
  background: #1C3E67;
  height: 70px !important;
  width: 219px !important;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 50px !important;
  margin-top: 25px;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: 'Formula1 Display-Regular' !important;
}

input[type="submit"]:hover {
    background: #1C3E67;
  transform: scale(1.02); 

}


.wpcf7-form p {
    text-align: center;
}

@media(max-width:1024px){
    .contact-form .flex p {
  flex-direction: column !important;
  width: 100% !important;
}
}

@media(max-width:767px){
    .wpcf7-spinner{
        display: block !important;
    }
}
