@font-face {
  font-family: 'Yekan';
  src: url('fonts/Yekan.woff') format('woff'),
       url('fonts/Yekan.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: 'Yekan', sans-serif;
  background-color: #f4f4f4;
}

/* تاپ‌بار */
.topbar {
  background: #1f2a44;
  color: #fff;
  font-size: 15px;
}

.logo {
  width: 45px;
  margin-left: 10px;
}

.company-name {
  font-size: 18px;
  font-weight: bold;
}

/* اسلایدر */
.slider-img {
  height: 380px;
  object-fit: cover;
}

/* دکمه جستجو */
.search-btn {
  padding: 12px 40px;
  font-size: 18px;
}

/* بخش اخبار */
.news-box {
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.news-box:hover {
  transform: translateY(-6px);
}

.news-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* فوتر */
footer {
  background: #ececec;
  border-top: 1px solid #ddd;
}

#message {
      text-align: center;
      color: #d9534f;
      margin-top: 10px;
      font-weight: bold;
    }

    input {
      width: 100%;
      padding: 12px;
      margin-bottom: 10px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 16px;
    }
    button {
      width: 100%;
      padding: 12px;
      background-color: #0078d4;
      color: white;
      font-size: 16px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }
    button:hover {
      background-color: #005fa3;
    }

 table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
    }
    th, td {
      padding: 10px;
      text-align: center;
      border-bottom: 1px solid #ddd;
    }
    th {
      background-color: #0078d4;
      color: white;
    }
    tr:hover {
      background-color: #f1f1f1;
    }

a {
text-decoration: none !important; 
color:white;