.services-page {
  background: #f7f4ef;
}

.inner-hero-services {
  background: url("../images/home/event-planning.png") center/cover no-repeat;
}

.services-showcase {
  background: linear-gradient(180deg, #faf7f2 0%, #f2ebdf 100%);
}

.service-feature-card {
  height: 100%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e7d9c4;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.14);
}

.service-feature-image {
  position: relative;
}

.service-feature-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.service-feature-image span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  background: rgba(14, 14, 14, 0.72);
  color: #fff;
  border: 1px solid rgba(212, 175, 55, 0.58);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.service-feature-image i {
  color: #d4af37;
  margin-right: 6px;
}

.service-feature-content {
  padding: 24px;
}

.service-feature-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  margin-bottom: 12px;
}

.service-feature-content p {
  margin-bottom: 16px;
  color: #555;
}

.service-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 9px;
}

.service-points li {
  font-size: 14px;
  color: #474747;
  line-height: 1.5;
}

.service-points i {
  color: #d4af37;
  margin-right: 8px;
}

.service-fit {
  background: #111;
  color: #fff;
}

.service-fit h2 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  margin-bottom: 16px;
}

.service-fit p {
  color: #d7d7d7;
}

.fit-list {
  display: grid;
  gap: 12px;
}

.fit-list div {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 14px 16px;
  border-radius: 10px;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.fit-list div:hover {
  border-color: rgba(212, 175, 55, 0.62);
  transform: translateX(4px);
}

.fit-list i {
  color: #d4af37;
  margin-right: 8px;
}
