.elementor-188 .elementor-element.elementor-element-75701a5{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--background-transition:0.3s;}.elementor-188 .elementor-element.elementor-element-d310aef iframe{height:482px;}/* Start custom CSS */input[type="text"],
input[type="email"],
textarea {
    outline: none;
    color: #495057;
    border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid blue;
    box-shadow: 0px 0px 4px blue;
    
}

.button {
    text-align: center;
}

input[type=submit] {
    padding: 15px 35px;
    color: white;
    background-color: #ff852b;
    border: 1px solid;
    border-radius: 50px
}

input[type=submit]:hover {
    padding: 15px 35px;
    color: white;
    background-color: #cc6a22;
    border: 1px solid;
    border-radius: 50px
}/* End custom CSS */