.wrapcontactform {
    background: linear-gradient(to bottom, #ffffff, #f0f0f0);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 12px !important;
}

.wrapcontactform h2 {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    background: #3377c3;
    padding: 8px;
}

.wrapcontactform label {
    font-weight: bold;
    color: #555;
}

.wrapcontactform .form-control {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px;
    transition: border-color 0.2s;
}

.wrapcontactform .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.4);
}

.wrapcontactform .form-group {
    margin-bottom: 20px;
}

/* Primary Button */
.wrapcontactform .btn-primary {
    background: linear-gradient(to bottom, #007bff, #0056b3);
    border: none;
    padding: 11px 18px;
    font-size: 12px;
    border-radius: 5px;
    transition: background 0.3s, color 0.3s;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.wrapcontactform .btn-primary:hover {
    background: linear-gradient(to bottom, #0056b3, #00499f);
    color: #fff;
}

/* Style checkboxes and labels */
.wrapcontactform .form-check-input:checked + .form-check-label::before {
    border-color: #007bff;
    background-color: #007bff;
}
