body {
  font-family: 'Heebo', Arial, sans-serif;
  background-color: #ffffff;
  color: #1f1f1f;
  direction: rtl;
  line-height: 1.6;
}

header {
  text-align: center;
  padding: 40px 20px 20px;
  background-color: #ffffff;
}

.logo {
  max-width: 280px;
  height: auto;
  transition: transform 0.2s ease-in-out;
}

.logo:hover {
  transform: scale(1.05);
}

.main-heading {
  font-size: 2.2em;
  margin-bottom: 10px;
  color: #0077a5;
}

.subheading {
  font-size: 1.1em;
  color: #333;
}

.hero-section {
  min-height: 600px;
}

.services-section {
  min-height: 400px;
}

.hero-logo img {
  width: 400px;
  height: 280px;
}

#navbar-container {
  min-height: 70px;
}

.contact-button {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #0077a5;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.contact-button:hover {
  background-color: #005f86;
}

main {
  padding: 20px;
  max-width: 900px;
  margin: auto;
}

.post {
  background-color: #f7f7f7;
  margin-bottom: 20px;
  padding: 20px;
  border-right: 5px solid #0077a5;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.post h2 {
  color: #0077a5;
  margin-bottom: 8px;
}

.date {
  font-size: 0.9em;
  color: #777;
  margin-bottom: 10px;
  display: block;
}

footer {
  background-color: #0077a5;
  color: white;
  text-align: center;
  padding: 20px 0;
  margin-top: 40px;
}

footer .banner {
  margin-top: 10px;
  font-size: 1em;
}

footer .banner a {
  color: #ffffff;
  text-decoration: underline;
}
