.elementor-650 .elementor-element.elementor-element-ad94ef7{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-650 .elementor-element.elementor-element-ad94ef7{--content-width:1280px;}}/* Start custom CSS for shortcode, class: .elementor-element-1f401d6 */.cf7-form {
    max-width: 500px;
    margin: auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    font-family: poppins;
}

.cf7-field {
    margin-bottom: 18px;
}

.cf7-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

.cf7-field input,
.cf7-field textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s ease;
}

.cf7-field textarea {
    min-height: 100px;
    resize: vertical;
}

.cf7-field input:focus,
.cf7-field textarea:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0,123,255,0.1);
}

.cf7-btn {
    text-align: left;
}

.cf7-btn input[type="submit"] {
    background: #e3a337;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s ease;
    font-family: poppins;
    
}

.cf7-btn input[type="submit"]:hover {
    background:#e3a337;
}/* End custom CSS */