html {
  scroll-behavior: smooth;
}

.card {
  border: 1px solid #eee;
  border-radius: 10px;
  transition: 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.card i {
  color: #007bff;
}

.service-card {
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.service-card i {
  color: #007bff;
}

h4 {
  font-family: 'Noto Sans Arabic', sans-serif;
}

.arclose {
  align-self: center;
}

.btn {
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: black;
}

.modal-header {
  align-content: space-between;
  justify-content: space-between;
}

section {
  scroll-snap-align: start;
}

.navbar-collapse {
  display: grid;
  align-content: center;
  justify-content: center;
  text-align: center;
}

