/* General Section Styling */
.single-family-estimating {
  background-color: #f4f7fa;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

.single-family-estimating .section-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #1d2b36;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.single-family-estimating .lead {
  font-size: clamp(1.1rem, 1.5vw, 1.2rem);
  color: #555;
  font-weight: 500;
}

.single-family-estimating .content-block {
  margin-top: 4rem;
  color: #4b5a64;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.7;
}

.single-family-estimating .subheading {
  font-weight: 700;
  font-size: clamp(1.5rem, 2vw, 2rem);
  color: #2a3f55;
  border-bottom: 3px solid #007bff;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.single-family-estimating .service-list {
  list-style-type: none;
  padding-left: 0;
  font-size: 1rem;
  color: #2e4053;
}

.single-family-estimating .service-list li {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
}

.single-family-estimating .service-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.3rem;
  color: #007bff;
}

.single-family-estimating .btn-primary {
  background-color: #007bff;
  border: none;
  font-size: 1.25rem;
  padding: 0.75rem 2.25rem;
  border-radius: 50px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.single-family-estimating .btn-primary:hover {
  background-color: #0056b3;
  box-shadow: 0 8px 15px rgba(0, 123, 255, 0.3);
}

/* Image Styling */
.single-family-estimating img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
/* General Section Styling */
.residential-estimating-deliverables {
  background-color: #f9f9f9;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

.residential-estimating-deliverables .section-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #1d2b36;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.residential-estimating-deliverables .subheading {
  font-size: clamp(1.5rem, 2.5vw, 1.75rem);
  color: #2a3f55;
  border-bottom: 3px solid #007bff;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.residential-estimating-deliverables .lead {
  font-size: clamp(1.1rem, 1.5vw, 1.2rem);
  color: #555;
  font-weight: 500;
}

.residential-estimating-deliverables .deliverables-list {
  list-style-type: none;
  padding-left: 0;
  font-size: 1rem;
  color: #2e4053;
}

.residential-estimating-deliverables .deliverables-list li {
  margin-bottom: 1.2rem;
  position: relative;
}


/* Call to Action */
.residential-estimating-deliverables .cta-heading {
  font-size: clamp(1.75rem, 2.5vw, 2rem);
  font-weight: 700;
  color: #007bff;
}

.residential-estimating-deliverables .cta-text {
  font-size: 1.15rem;
  color: #555;
}

.residential-estimating-deliverables .btn-primary {
  background-color: #007bff;
  border: none;
  font-size: 1.25rem;
  padding: 0.75rem 2.25rem;
  border-radius: 50px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.residential-estimating-deliverables .btn-primary:hover {
  background-color: #0056b3;
  box-shadow: 0 8px 15px rgba(0, 123, 255, 0.3);
}
