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

/*  vip css */

.problem-box img {
    padding: 15px;
    width: 100%;
    height: auto !important;
    max-width: 120px;
    border-radius: 20px !important;
    background: #FFF4DB;
}

.convert-box  img {
    padding: 15px;
}
h1 i, h2 i {
    color: #2F80ED;
    font-style: normal;
}
.full-list .elementor-icon-list-items span  svg {
    background: #3bb77e63 !important;
    padding: 10px  !important;
    border-radius: 50px  !important;
}


.home-form .wpcf7-form-control {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #fff !important;
    background: transparent;
    border: 1px solid #3d3d3d30 !important;
    outline: none;
    border-radius: 5px !important;
    width: 100% !important;
}

.home-form .wpcf7-form-control::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #9E9E9E !important;
    font-family: "Noto Sans", Sans-serif;
}

.home-form label {
    font-family: "Noto Sans", Sans-serif;
    color: #9E9E9E;
    font-size: 16px;
    line-height: 30px;
    display: block;
    width: 100%;
}
.home-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 16px;
    line-height: 16px;
    border-radius: 0px !important;
    background: #fff !important;
    color: #000 !important;
    padding: 14px 30px;
    display: block;
    width: 100%;
    font-family: "Noto Sans", Sans-serif;
}

.home-form p {
    margin-bottom: 0px !important;
}

.home-form textarea {
    height: 160px;
}

.home-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.home-form .half-col {
    width: calc(100% / 2 - 15px);
}

.home-form .full-col {
    width: 100%;
}

.home-form .full-col  .wpcf7-radio span.wpcf7-list-item {
    margin-left: 0;
}

.home-form .full-col  span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    gap: 20px;
    border: 0px  !important;
}