/* Contact Section */
.contact-section {
    background-color: #f8f9fa;
    margin-top: 5rem;
    padding: 80px 0;
}

/* Section Title */
.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-title p {
    color: #6c757d;
    font-size: 16px;
}

/* Form */
.contact-form {
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Form Group */
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

/* Inputs */
.form-control {
    height: 45px;
    border-radius: 6px;
    border: 1px solid #ced4da;
}

textarea.form-control {
    height: auto;
    resize: none;
}

/* Errors */
.text-danger {
    font-size: 14px;
    margin-top: 4px;
}

/* Submit Button */
.form-actions {
    margin-top: 30px;
    margin-right: 100px;
}

.btn-primary {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
}
