.elementor-1901 .elementor-element.elementor-element-b91ab8c{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-9d4f94d */.custom-form {
    max-width: 500px;
    margin: 0 auto;
}

.custom-form .form-group {
    margin-bottom: 18px;
}

.custom-form label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 7px;
}

.custom-form input[type="text"],
.custom-form input[type="tel"],
.custom-form input[type="email"] {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    font-size: 15px;
    outline: none;
    box-sizing: border-box;
    transition: 0.3s;
}

.custom-form input:focus {
    border-color: #111;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.06);
}

.custom-form input::placeholder {
    color: #999;
}

.custom-form input[type="submit"] {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 8px;
    background: #111;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.custom-form input[type="submit"]:hover {
    background: #333;
}/* End custom CSS */