@font-face {
  font-family: "IRANSans";
  src: url("../fonts/IRANSans.ttf");
}

body {
  font-family: "IRANSans", sans-serif;
  margin: 0;
  background: #fafafa;
  color: #333;
  direction: rtl;
}

.top-nav {
  padding: 15px 25px;
}

.back-link {
  text-decoration: none;
  color: #444;
  font-size: 15px;
}

.contact-header {
  text-align: center;
  padding: 40px 20px;
}

.contact-header h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

.contact-section {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 40px 20px;
  flex-wrap: wrap;
}

.contact-form, .contact-info {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  width: 350px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.contact-form h2,
.contact-info h2 {
  margin-bottom: 20px;
  font-size: 22px;
}

.contact-form label {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.contact-form textarea {
  height: 120px;
  resize: none;
}

.contact-form button {
  width: 100%;
  margin-top: 15px;
  padding: 12px;
  background: #4a6cf7;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
}

.contact-info p {
  margin: 12px 0;
  line-height: 1.8;
}

.contact-info a {
  color: #4a6cf7;
  text-decoration: none;
}

.map-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 15px;
  background: #4a6cf7;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

.footer-section {
  background: #222;
  color: #eee;
  padding: 40px 20px;
  margin-top: 50px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-column {
  width: 30%;
  min-width: 250px;
}

.footer-column h3 {
  margin-bottom: 15px;
}

.footer-column a {
  color: #ddd;
  text-decoration: none;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #aaa;
}
