/* General Styles */
.residential-estimating-services {
  background-color: #f7f9fc;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #2c3e50;
}

.residential-estimating-services .section-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #1a2733;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.residential-estimating-services .lead {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  color: #34495e;
  font-weight: 500;
  line-height: 1.6;
  max-width: 800px;
}

.residential-estimating-services .subheading {
  font-weight: 700;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  color: #007bff;
  margin-bottom: 1rem;
}

/* Enhanced List Styling (No Icons) */
.residential-estimating-services .services-list {
  font-size: 1.1rem;
  color: #333;
  padding-left: 0;
  list-style: none;
}

.residential-estimating-services .services-list li {
  font-weight: 500;
  margin-bottom: 1rem;
}

.residential-estimating-services .service-list-container ul {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  color: #3c4a5a;
  max-width: 900px;
  margin: 0 auto;
}

.residential-estimating-services .service-list-container li {
  font-weight: 500;
  margin-bottom: 1rem;
}

/* Image Styles */
.residential-estimating-services .img-fluid {
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.residential-estimating-services .img-fluid:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Section Background & Padding */
.residential-estimating-services {
  background-color: #f0f4f8;
  padding-top: 50px;
  padding-bottom: 50px;
}

.residential-estimating-services .container {
  max-width: 1200px;
}
/* Button Styles */
.residential-estimating-services .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;
  margin-top: -20px;
}

.residential-estimating-services .btn-primary:hover,
.residential-estimating-services .btn-primary:focus {
  background-color: #0056b3;
  box-shadow: 0 8px 15px rgba(0, 123, 255, 0.3);
  outline: none;
}

/* Adjust for responsive behavior */
.residential-estimating-services .text-center {
  margin-top: 0px;
}
.residential-estimating-services .content-block {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.7;
  max-width: 1100px;
  margin: 0 auto 1.5rem auto;
  color: #3c4a5a;
}

.residential-estimating-services .lead-2 {
  font-size: clamp(1.9rem, 1.8vw, 1.9rem);
  color: #000e5b;
  font-weight: 700;
  text-align: center;
}

.residential-estimating-services .services-list {
  max-width: 800px;
  color: #2f4050;
  font-weight: 500;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
}

.residential-estimating-services .services-list li {
  margin-bottom: 1rem;
}
