/* Style for the first version */
.vc-contact-form-wrapper {
    max-width: 100%;
}

.vc-form-group {
    margin-bottom: 25px;
}

.vc-form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.vc-form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s;
    box-sizing: border-box;

}

.wpcf7 .wpcf7-form-control {
        margin-bottom: 0px !important;
}

.vc-form-control:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 1px #0073aa;
}

textarea.vc-form-control {
    min-height: 120px;
    resize: vertical;
}

.vc-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.vc-btn:hover {
    background: #005a87;
}

.vc-row-flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.vc-col-sm-6 {
    padding: 0 15px;
    box-sizing: border-box;
    width: 50%;
}

@media (max-width: 768px) {
    .vc-col-sm-6 {
        width: 100%;
        margin-bottom: 15px;
    }
}

.footer-layout-4 {
    background-color: #f5f5dc;
}