.menu-services {
  max-width: 1000px;
  margin: 0 auto;
  background: #fffaf3;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  border: 1px solid #e8ddc5;
}

.menu-services h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: #b89e6a;
  margin-bottom: 0.5rem;
}

.menu-services p {
  font-family: 'TT Norms Pro';
  font-size: 1.1rem;
 
}

.service-category {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.service-image img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.5s ease;
}

.service-list {
  max-width: 500px;
}

.service-list h3 {
  font-family: 'Cinzel';
  font-size: 1.8rem;
  color: #a17c4d;
  margin-bottom: 1rem;
}

.service-item {
  font-family: 'TT Norms Pro';
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-left: 4px solid #d6b77b;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.03);
  transition: background 0.3s;
}

.service-item strong {
  display: block;
  font-size: 1.1rem;
  color: #6d533c;
  margin-bottom: 0.3rem;
}

.service-item ul {
  margin: 0.5rem 0 0 1rem;
  padding: 0;
}

.service-item ul li {
  list-style: square;
  color: #5f4b35;
  font-size: 0.95rem;
}

h4 {
  font-family: 'Playfair Display', serif;
  color: #b89e6a;
  font-size: 1.3rem;
  margin-top: 2rem;
}

