/* ===============================
   CONTACT PAGE STYLING
================================ */

.contact-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.contact-wrapper h1 {
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.06);
}

.contact-card h4,
.contact-card h5 {
    font-weight: 600;
}

.contact-card p {
    font-size: 14px;
    color: #4b5563;
}

.contact-card input,
.contact-card textarea {
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    font-size: 14px;
}

.contact-card input:focus,
.contact-card textarea:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1);
}

.contact-card button {
    border-radius: 8px;
    padding: 8px 18px;
}
