/* assets/css/style.css */

body {
  font-family: 'Vazir', sans-serif;
  line-height: 1.7;
  background-color: #fdfdfd;
  color: #333;
}

section {
  scroll-margin-top: 80px;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
}

.btn-warning {
  color: #000;
  font-weight: 600;
}

.card-title {
  font-size: 1.1rem;
  font-weight: 600;
}

.card-text {
  font-size: 0.95rem;
}

footer a:hover {
  color: #ffc107 !important;
}

/* فرم تماس */
form input, form textarea {
  border-radius: 0.5rem;
}

form input:focus, form textarea:focus {
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

/* دکمه تماس موبایل */
.navbar .btn {
  font-size: 0.9rem;
  padding: 0.35rem 0.75rem;
}

/* انیمیشن ساده در اسکرول */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
