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

/*new consult form css 23/07/2026 start*/


.consult-form-logo {
    text-align: center;
}
.consult-form-heading p {
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    font-family: Arial;
}
.form-row input, .form-row textarea {
    width: 100%;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    padding: 0px 10px;
    border: 1px solid #000 !important;
    position: relative;
    border-left: 3px solid #ff6a6a !important;
}
.form-row label {
    font-family: Poppins, sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    padding-bottom: 5px;
    width: 100%;
}
.consultation-form-wr .form-row p:first-child {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}
.form-row textarea {
    resize: vertical;
    height: 100px;
    min-height: 100px;
    max-height: 200px;
}
.check-box input {
    border-left: 1px solid #BDC8D3 !important;
    padding: 0px 10px;
    width: 15px;
    height: 15px;
    border-radius: 5px;
    bottom: -1px;
}
.form-row input:focus-visible, .form-row textarea:focus-visible {
    outline: none;
}
.check-box span {
    margin-left: 0px;
}
.check-box span label span {
    margin-left: 10px;
    font-size: 14px;
    line-height: 34px;
    font-weight: 700;
    font-style: italic;
    font-family: undifine;
}
span.wpcf7-spinner {
    display: none;
}
.check-box i 
{
    font-size: 14px;
    line-height: 34px;
    font-weight: 700;
    font-style: italic;
    font-family: undifine;
}
.check-box i a 
{
        font-size: 17px;
    line-height: 34px;
    font-weight: 400;
    font-style: italic;
    font-family: Poppins, sans-serif;
}
.submit-btn-wr input {
    background-color: #1980d8 !important;
    color: #fff !important;
    border: 1px solid #1980d8;
    width: auto;
    border-radius: 20px;
}
.submit-btn-wr {
    text-align: center;
    margin-top: 60px !important;
}
.submit-btn-wr p 
{
    margin-bottom: 0px !important;
}
 .consultation-form-wr .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.consultation-form-wr .wpcf7-not-valid-tip {
    margin-left: 0px !important;
    bottom: -25px !important;
    font-size: 12px !important;
    position: absolute;
}

 .consultation-form-wr .textarea-consult .wpcf7-form-control-wrap,  .check-box .wpcf7-form-control-wrap {
    position: relative !important;
}
 .textarea-consult span.wpcf7-not-valid-tip {
    bottom: -18px !important;
}
/*.consult-form-logo img {
    max-width: 190px !important;
    margin: 0 auto;
}*/
.invalid .consultation-form-wr .check-box .wpcf7-not-valid-tip {
    width: 100% !important;
    min-width: 250px;
    bottom: -15px !important;
}
.captcha-wr .dscf7-answer-container {
    position: relative;
}
@media (max-width:650px)
{
   /* .consult-form-logo img
    {
        max-width:120px !important;
    }*/
    .check-box i
    {
        line-height: 14px;
    }
}

@media (max-width:423px)
{
    .invalid .consultation-form-wr .check-box .wpcf7-not-valid-tip
    {
        bottom: -52px;
    }
}

/*new consult form css 23/07/2026 end*/
