/* =============================================
   Robinson & Sons Construction LLC
   services.css — Individual Service Detail Pages
   ============================================= */

/* Process / How It Works */
.process-header {
  margin-bottom: 60px;
}

.process-step {
  text-align: center;
  padding: 0 15px;
}

.process-num {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.15);
  line-height: 1;
  margin-bottom: 14px;
}

.process-step h4 {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.process-step p {
  font-size: 0.92rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 0;
}

/* Why Choose Us — heading above the value columns (dark strip) */
.services-values-heading {
  text-align: center;
  padding: 70px 0 10px;
}

.services-values-heading .story-label {
  color: rgba(255, 255, 255, 0.5);
}

.services-values-heading h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.6rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

/* Related Services */
.related-services-section {
  background: #f5f5f5;
}

.related-service-card {
  display: block;
  background: #fff;
  border-top: 3px solid #000;
  text-decoration: none;
  color: inherit;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-service-card:hover {
  transform: translateY(-4px);
  color: inherit;
}

.related-service-img {
  height: 220px;
  background-size: cover;
  background-position: center;
}

.related-service-card-body {
  padding: 28px 30px;
}

.related-service-card-body h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.related-service-card-body p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.75;
  margin-bottom: 18px;
}

.related-service-link {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}

@media (max-width: 767px) {
  .process-step {
    margin-bottom: 40px;
  }
}
