/* Services Page Styles */

/* View All Button - matches about component styling */
.view-all-btn {
  background: #111;
  color: #fff;
  border: none;
  font-family: DM Sans, sans-serif;
  font-weight: 600;
  border-radius: 15px;
  height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.view-all-btn:hover {
  background: #333;
  color: #fff;
  transform: translateY(-2px);
}

.view-all-btn span {
  margin-left: 8px;
  display: inline-block;
}

/* Services Page Specific Styles */

/* Other Services (cards) */
.other-services-section { background: #fff; }
.other-services-wrap { width: 82.5%; margin: 0 auto; }
.other-services-title { font-weight: 800; font-size: 28px; color: #000000; margin: 6px 0 22px 0; }
.other-services-wrap .property-subtitle { margin-top: -1em; }
/* Match Interior title/subtitle styles */
.other-services-wrap .property-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #111111;
  margin: 0 0 8px 0;
}
.other-services-wrap .property-subtitle {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
}

.svc-card { background: #fff; border: 1px solid #e9ecef; border-radius: 16px; padding: 24px 22px; height: 100%; box-shadow: 0 6px 18px rgba(0,0,0,.05); }
.svc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  border: none;
}
.svc-icon img { width: 34px; height: 34px; object-fit: contain; display: block; }
.svc-title { font-family: 'DM Sans', sans-serif; font-size: 1.125rem; font-weight: 700; color: #111111; margin-bottom: 10px; letter-spacing: 0; }
.svc-desc { font-family: 'DM Sans', sans-serif; font-size: 0.95rem; color: #666666; line-height: 1.6; margin-bottom: 18px; }
.svc-link { font-family: 'DM Sans', sans-serif; color: #111111; font-weight: 700; text-decoration: none; position: relative; display: inline-block; padding-bottom: 6px; }
.svc-link:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: #cc1a1a; border-radius: 3px; }
@media (max-width: 992px) { .other-services-wrap { width: 90%; } }

/* Stats styles inherit from about.css for consistency */

/* About Content Section */
.about-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  font-family: 'DM Sans', sans-serif;
  line-height: 1.3;
  margin-bottom: 20px;
}

.about-content p {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
  font-family: 'DM Sans', sans-serif;
}

/* About Images */
.about-img {
  position: relative;
  height: 400px;
}

.img-upper,
.img-lower {
  position: absolute;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.img-upper {
  top: 0;
  left: 0;
  width: 80%;
  height: 60%;
  object-fit: cover;
  z-index: 2;
}

.img-lower {
  bottom: 0;
  right: 0;
  width: 70%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
  /* Reserved for service-specific overrides if needed */
}

@media (max-width: 576px) {
  /* Reserved for service-specific overrides if needed */
}
