/* ─── Contact Section ───────────────────────────── */
.contact-section {
    padding: 40px 0;
}

.contact-section h1 {
    margin-bottom: 25px;
}

/* ─── Contact Box ───────────────────────────────── */
.contact-box {
    background: #f8f8f8;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #ddd;
    max-width: 600px;
}

.contact-box label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.contact-box input,
.contact-box textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 18px;
    font-size: 15px;
}

.contact-box textarea {
    resize: vertical;
    min-height: 130px;
}

.contact-box input::placeholder,
.contact-box textarea::placeholder {
    font-size: 14px;
    color: #777;
}

/* ─── Send Button ───────────────────────────────── */
button.send-btn {
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    background: #363636;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

button.send-btn:hover {
    background: #000;
}

/* ─── Mobile (No Changes Needed) ────────────────── */
/* ساختار موبایل چون هیچ تفاوتی با دسکتاپ ندارد، حذف شد */
/* ظاهر دقیقاً ۱۰۰٪ بدون تغییر باقی می‌ماند */
