.budget-estimating-services {
  background: #f9fafb;
  color: #222;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.budget-estimating-services .section-title {
  font-weight: 700;
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  color: #1a237e;
}

.budget-estimating-services p.lead {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.6;
  color: #444;
}

.budget-estimating-services p {
  font-size: clamp(0.95rem, 1.1vw, 1.1rem);
  line-height: 1.5;
  color: #555;
}

.budget-estimating-services img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.budget-estimating-services img:hover {
  transform: scale(1.05);
}
.home-building-cost-estimating-services {
  background-color: #f8f9fa;
  color: #222;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.home-building-cost-estimating-services .section-title {
  font-weight: 700;
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  color: #0d47a1;
}

.home-building-cost-estimating-services .section-subtitle {
  font-weight: 600;
  font-size: clamp(1.4rem, 1.7vw, 1.8rem);
  color: #1565c0;
}

.home-building-cost-estimating-services ul.benefits-list li {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.6;
  margin-bottom: 0.8rem;
  color: #333;
  padding-left: 1.5em;
  position: relative;
}

.home-building-cost-estimating-services ul.benefits-list li::before {
  content: '✓';
  color: #2e7d32;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2rem;
  line-height: 1;
}

.home-building-cost-estimating-services p.contact-offer {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  color: #0d47a1;
}

.home-building-cost-estimating-services .highlight {
  color: #d32f2f;
  font-weight: 700;
}

.home-building-cost-estimating-services .phone-link {
  color: #0d47a1;
  text-decoration: underline;
}

.home-building-cost-estimating-services .phone-link:hover {
  color: #1565c0;
}

.home-building-cost-estimating-services ul.takeoff-categories li {
  font-size: clamp(0.95rem, 1vw, 1rem);
  margin-bottom: 0.6rem;
  color: #444;
}

.home-building-cost-estimating-services ul.software-list li {
  font-size: 0.9rem;
  margin-right: 0.6rem;
  cursor: default;
  user-select: none;
  border-radius: 20px;
}

.home-building-cost-estimating-services ul.software-list li.badge {
  background-color: #1565c0 !important;
}
