
body {
  font-family: 'Arial', sans-serif;
  background-color: #ffffff;
  color: #333;
  margin: 0;
  padding: 0;
  direction: rtl;
  text-align: right;
}
.container {
  padding: 20px;
  max-width: 900px;
  margin: auto;
}
.logo {
  width: 100px;
}
.about, .services {
  margin-bottom: 30px;
}
.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}
.service {
  background-color: #c9c1b3;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.service small {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  font-weight: normal;
}
.bottom-title {
  text-align: center;
  font-size: 22px;
  margin: 40px 0 20px 0;
}
.contact-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}
.action-box {
  background-color: #5c5b50;
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  flex: 1 1 200px;
  text-align: center;
}
.map-button {
  text-align: center;
  margin-bottom: 40px;
}
.map-box {
  background-color: #3e3d34;
  color: #fff;
  padding: 14px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
}
footer {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  background-color: #f4f4f4;
}

.services-title {
  text-align: center;
  font-size: 22px;
  margin: 40px 0 10px 0;
}
