body {
    background-color: #f8f9fa;
}

/* --- نوار ناوبری مثل about.html --- */
.navbar {
    background-color: hwb(204 0% 50%)!important;
}

.navbar-nav .nav-link {
    color: white;
    text-decoration: none;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #f8f9fa;
    font-weight: bold;
}

/* --- بخش تماس با ما --- */
.contact-section h1 {
    font-weight: bold;
}

.contact-section .form-control {
    text-align: right; /* تمام فیلدها راست‌چین */
}

.contact-section .form-control::placeholder {
    text-align: right; /* متن placeholder هم راست‌چین */
}

.contact-section .form-control:focus {
background-color: #b7e1ff;
    box-shadow: 0 0 5px rgba(13, 110, 253, 0.3);
}

.contact-section .bg-white {
    border-radius: 12px;
}

/* فوتر */
footer {
    background: linear-gradient(to right, #004c80, #004c80);
    color: white;
    padding: 30px 0 10px;
    margin-top: 40px;
}

.footer-bottom {
    background-color: #b7e1ff;
    text-align: center;
    padding: 10px;
    font-size: 14px;
}