.elementor-1677 .elementor-element.elementor-element-45ea620c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1677 .elementor-element.elementor-element-128407e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-128407e */.elementor-1677 .elementor-element.elementor-element-128407e {
    .row {
        display: flex;
        gap: 20px;

        .col-50,
        .col-100 {
            display: flex;
            flex: 1 1 50%;

            > p {
                flex: 1 1 100%;
                margin: 0;
            }
        }
    }
    
    .row  + .row {
        margin-top: 1rem;
    }
    
    .wpcf7-form-control-wrap {
        width: 100%;
    }
    
    input, textarea, select {
        font-size: 14px;
        padding: 14px 16px;
        background: white;
        border: 1px solid var( --e-global-color-2b34236 );
        border-radius: 8px;
        
        &::placeholder {
            color: #a4a4a4;
        }
        
        & > optionn[value=""] {
            color: #a4a4a4;
        }
        
        &:required:invalid {
          color: #9ca3af;
        }
    }
    
    .upload-file-group {
        position: relative;
        display: flex;
        z-index: 0;
        
        > img {
            position: absolute;
            width: 20px;
            height: 20px;
            top: 50%;
            left: 8px;
            transform: translateY(-50%);
        }
        
        > .wpcf7-form-control-wrap {
            padding-left: 32px !important;
            color: #0047ab;
        }
    }

    .file-upload {
        position: relative;
        z-index: 0;
        padding: 14px 16px;
        background: white;
        border: 1px solid var( --e-global-color-2b34236 );
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: start;

        label {
            display: inline-block;
            color: #A4A4A4;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 32px;

            br {
                display: none;
            }
        }

        .wpcf7-form-control-wrap {
            position: static;
            display: inline-block;
            padding: 7px 16px;
            background: #ebf2ff;
            border: 1px solid var( --e-global-color-2b34236 );
            border-radius: 4px;
            font-size: 1em;
            font-weight: 500;
            color: var( --e-global-color-accent );
            width: 100%;
            
            &:before {
                content: "Upload file";
            }

            input {
                opacity: 0;
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
            }
        }
    }

    .wpcf7-spinner {
        position: absolute;
        bottom: 0;
    }

    .form-policy {
        font-size: 0.75em;
        font-weight:600 br {
            display: none;
        }
    }

    .form-buttons {
        justify-content: center;
        gap: 24px;
        
        br {
            display: none;
        }
        > p {
            display: flex !important;
            justify-content: center;
            gap: 20px;
        }
        
        button {
            min-height: 48px;
        }
        
        #button_book_a_call {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 16px;
        }

        [type="submit"] {
            display: inline-block;
            border-radius: 4px;
            height: 100%;
            max-height: 52px;
            max-width: 250px;
            text-transform: capitalize;
            width: 100%;
            border-radius: 4px;
            font-size: 1em;
            font-weight: 600;
            background: white;
            border: 1px solid var( --e-global-color-accent ) !important;
            color: var( --e-global-color-text );
        }

        #button_send_message,
        .button-send {
            background-color: var(--e-global-color-accent);
            color: white;
        }
    }
    
    .label-policy {
        color: #666;
        font-size: 12px;
        font-weight: 500;
        line-height: 150%;
        margin-top: 0;
    }
    
    #uacf7_country_select {
        width: 100%;
    }
    
    #uacf7_countries_your-country {
        padding-left: 48px;
    }
}

@media(max-width: 600px) {
    .elementor-1677 .elementor-element.elementor-element-128407e {
        .row {
            flex-wrap: wrap;
            
            .col-50,
            .col-100 {
                flex: 1 1 100%;
                flex-wrap: wrap;
            }
        }
        
        .form-buttons {
            gap: 16px;
            
            [type="submit"] {
                max-width: 100%;
            }
        }
    }
}/* End custom CSS */