@import url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir.css');

body {
  margin: 0;
  padding: 0;
  font-family: 'Vazir', Tahoma, sans-serif;
  color: #fff;
  background: url("bg.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 100vh;
  line-height: 1.8;
}

.overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.65);
  z-index: 1;
}


.content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 80px auto;
  padding: 20px;
}

.section {
  background: rgba(20,20,30,0.85);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.7);
  padding: 30px;
  margin-bottom: 30px;
  text-align: justify;
}

.section h2 {
  color: #0ff;
  font-size: 1.3rem;
  margin-bottom: 15px;
  text-shadow: 0 0 10px #0ff;
}

/* لینک‌ها */
a.clean-link {
  color: #0ff;
  text-decoration: underline;
  text-decoration-color: #0ff;
  text-underline-offset: 3px;
}

.contact-card {
  background: rgba(255,255,255,0.05);
  padding: 10px 12px;
  border-radius: 8px;
  margin-top: 20px;
  border: 1px solid rgba(255,255,255,0.1);

  max-width: 300px;
  margin-left: auto;
  margin-right: 0;
}

.contact-card h3 {
  font-size: 1rem;
  margin: 0 0 10px;
  text-align: center;
  color: #0ff;
}

.contact-card .contact-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 6px 0;
}

.contact-card .icon {
  font-size: 1.1rem;
}

.contact-card .title {
  font-size: 1.1rem;
  color: #0ff;
}

.contact-card .value {
  font-size: 1.1rem;
  color: #0ff;
}

@media (max-width: 768px) {

  .section {
    padding: 20px;
  }

  .section h2 {
    font-size: 1.1rem;
  }

  .section p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {

  .section {
    padding: 15px;
  }

  .section p {
    font-size: 1rem;
  }

  .contact-card .title,
  .contact-card .value,
  .contact-card .icon {
    font-size: 2.5rem !important;
  }

  .contact-card {
    max-width: 100%;
    padding: 15px;
  }
}
