.contact-section {
    background: #f8f9fa;
}

.contact-title {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
}

.card {
    border-radius: 12px;
    background: #fff;
    transition: 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.card .form-label {
    font-weight: 600;
    color: #333;
}

.btn-primary {
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    font-weight: bold;
}

.btn-primary:hover {
    background-color: #0056b3;
}

hr {
    margin: 15px 0;
}
