@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("font/IRANSansWeb.eot");
  src: url("font/IRANSansWeb.eot?#iefix") format("embedded-opentype"),
    url("font/IRANSansWeb.woff2") format("woff2"),
    url("font/IRANSansWeb.woff") format("woff"),
    url("font/IRANSansWeb.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
  direction: rtl;
  font-family: IRANSans, sans-serif;
}

img,
video {
  max-width: 100%;
  height: auto;
}
.body {
  background: linear-gradient(
    180deg,
    rgba(4, 21, 98, 1) 38%,
    rgba(96, 13, 13, 1) 100%
  );
  padding: 20px 0;
  min-height: 100vh; /* حداقل ارتفاع برابر با ارتفاع کل صفحه */
  /* بقیه استایل‌های قبلی */
}

.box-main {
  color: white;
  text-align: center;
}

.logo-image {
  max-width: 150px;
  display: block;
  margin: 0 auto 20px auto;
}

.Communication-methods {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}

.contact-row {
  margin: 15px 0;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.contact-row:hover {
  background: rgba(255, 255, 255, 0.15);
}

.contact-row a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.contact-row a:hover {
  color: yellow;
}

.whatsapp-logo {
  width: 40px;
  height: auto;
}

/* نسخه موبایل */
@media only screen and (max-width: 600px) {
  .logo-image {
    max-width: 100px;
  }
  .whatsapp-logo {
    width: 30px;
  }
  .contact-row a {
    font-size: 16px;
  }
}
