.construction-estimating-services {
  background: linear-gradient(135deg, #f9fbfc 0%, #eef3f7 100%);
  color: #2c3e50;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.construction-estimating-services .section-title {
  font-size: clamp(2rem, 2.5vw, 2.75rem);
  font-weight: 700;
  color: #0d47a1;
  margin-bottom: 1rem;
  position: relative;
}

.construction-estimating-services .section-title::after {
  content: '';
  display: block;
  width: 200px;
  height: 4px;
  background-color: #1565c0;
  margin: 0.5rem auto 0;
  border-radius: 2px;
}


.construction-estimating-services p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #34495e;
}

.construction-estimating-services ul {
  padding-left: 1rem;
  margin-top: 1rem;
}

.construction-estimating-services ul li {
  font-size: 1rem;
  margin-bottom: 0.6rem;
  padding-left: 1.5rem;
  position: relative;
  color: #2c3e50;
}

.construction-estimating-services ul li::before {
  content: '✔';
  color: #2e7d32;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0.05rem;
}

.construction-estimating-services .contact-info a {
  color: #0d47a1;
  text-decoration: underline;
  font-weight: 500;
}

.construction-estimating-services .contact-info a:hover {
  color: #1565c0;
  text-decoration: none;
}

.construction-estimating-services .offer-box {
  background-color: #e3f2fd;
  color: #0d47a1;
  padding: 1.2rem 1.5rem;
  border-left: 5px solid #0d47a1;
  border-radius: 10px;
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1.05rem;
  box-shadow: 0 4px 12px rgba(13, 71, 161, 0.1);
}

.construction-estimating-services img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.construction-estimating-services img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

@media (max-width: 767.98px) {
  .construction-estimating-services .section-title::after {
    margin-left: auto;
    margin-right: auto;
  }
}
.what-we-offer {
  background: #dfeaf5;
  color: #2c3e50;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.what-we-offer__title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #0d47a1;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.what-we-offer__title::after {
  content: '';
  display: block;
  width: 80px;
  height: 5px;
  background: #1565c0;
  border-radius: 3px;
  margin: 0.75rem auto 0;
}

.what-we-offer__intro {
  max-width: 750px;
  font-size: 1.15rem;
  color: #34495e;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  text-align: center;
}

.row {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.offer-item {
  background: white;
  padding: 1.5rem 1.75rem;
  margin-bottom: 2rem;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgb(21 101 192 / 0.15);
  transition: box-shadow 0.3s ease;
  cursor: default;
}

.offer-item:hover {
  box-shadow: 0 10px 25px rgb(21 101 192 / 0.3);
}

.offer-item h3 {
  position: relative;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #1565c0;
  padding-left: 1.25rem;
}

.offer-item h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #1565c0;
  border-radius: 50%;
}

.offer-item p {
  font-size: 1rem;
  line-height: 1.5;
  color: #555;
  margin: 0;
}

.estimating-template {
  background-color: #f7f7f7;
  color: #2c3e50;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 4rem 2rem;
}

.estimating-template__title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #0d47a1;
  margin-bottom: 1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}

.estimating-template__title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #1565c0;
  border-radius: 3px;
  margin: 0.5rem auto 0;
}

.estimating-template__intro,
.estimating-template__info,
.estimating-template__contact {
  max-width: 750px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #34495e;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  text-align: center;
}

.estimating-template__subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1565c0;
  margin-bottom: 1rem;
  border-left: 4px solid #1565c0;
  padding-left: 12px;
}

.estimating-template__process li {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  color: #444;
  line-height: 1.6;
}

.estimating-template__process li strong {
  color: #0d47a1;
  font-weight: 700;
}

.estimating-template__cta .btn {
  background-color: #1565c0;
  color: #fff;
  padding: 12px 30px;
  font-size: 1.2rem;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(21, 101, 192, 0.3);
}

.estimating-template__cta .btn:hover {
  background-color: #0d3c75;
  box-shadow: 0 6px 16px rgba(13, 60, 117, 0.5);
}


.estimating-template__why-choose {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #34495e;
  font-size: 1.1rem;
  line-height: 1.6;
  padding-left: 1.25rem;
}

.estimating-template__why-choose li {
  margin-bottom: 0.75rem;
  position: relative;
  padding-left: 20px;
}

.estimating-template__why-choose li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #1565c0;
  font-weight: 700;
}
