.elementor-1650 .elementor-element.elementor-element-291be59{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1650 .elementor-element.elementor-element-baa60db > .elementor-widget-container{margin:50px 50px 50px 50px;}/* Start custom CSS *//* Change the background color */
input[type="text"] {
    background-color: #f0f0f0;
}

/* Change the text color */
input[type="text"] {
    color: #333;
}

/* Change the border color and width */
input[type="text"] {
    border: 1px solid #ccc;
}

/* Add padding */
input[type="text"] {
    padding: 5px;
}

/* Change the font family */
input[type="text"] {
    font-family: Arial, sans-serif;
}

/* Modify placeholder text */
input[type="text"]::placeholder {
    color: #999;
}

/* Change focus styles */
input[type="text"]:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: 0 0 5px #66afe9;
}/* End custom CSS */