.w-quick-contact-form-container .contact-widget-title {
    font-size:1.5em;
    text-align: center;
    margin-bottom:10px;
}

.w-quick-contact-form-container {
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color:white;
    padding:10px;
    border-radius:5px;
    margin:5px 0;
}

.w-quick-contact-form-container .btn-submit {
    background: #03a8f3;
    color: white;
}

.w-quick-contact-form-container label {
    margin-bottom:0;
}

.w-quick-contact-form-container.wqcf-loading {
    pointer-events: none;
}