.freelance-construction-estimating-services {
  background-color: #f8f9fa;
  color: #333;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.freelance-construction-estimating-services__title {
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  font-weight: 700;
  color: #002864;
}

.freelance-construction-estimating-services__subtitle {
  font-size: clamp(1.4rem, 1.8vw, 1.75rem);
  font-weight: 600;
  color: #1565c0;
}

.freelance-construction-estimating-services__intro,
.freelance-construction-estimating-services__text,
.freelance-construction-estimating-services__cta-text {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.6;
  color: #555;
}

.freelance-construction-estimating-services__list li,
.freelance-construction-estimating-services__offer li {
  margin-bottom: 0.8rem;
  padding-left: 1.5em;
  position: relative;
  font-size: 1.05rem;
}

.freelance-construction-estimating-services__list li::before,
.freelance-construction-estimating-services__offer li::before {
  position: absolute;
  left: 0;
  content: "✔️";
  color: #2e7d32;
}

.freelance-construction-estimating-services__btn {
  background-color: #1565c0;
  border: none;
  padding: 12px 30px;
  font-size: 1.2rem;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.freelance-construction-estimating-services__btn:hover {
  background-color: #0d3c75;
}

.freelance-construction-estimating-services__img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.freelance-construction-estimating-services__img:hover {
  transform: scale(1.03);
}

.freelance-construction-estimating-services__contact a {
  color: #0d47a1;
  text-decoration: underline;
}

.freelance-construction-estimating-services__contact a:hover {
  color: #1565c0;
}
.when-to-choose-a-freelance-estimator {
  background-color: #f9fafb;
  color: #333;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.when-to-choose-a-freelance-estimator__title {
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  font-weight: 700;
  color: #0d47a1;
}

.when-to-choose-a-freelance-estimator__subtitle {
  font-size: clamp(1.25rem, 1.6vw, 1.6rem);
  font-weight: 600;
  color: #1565c0;
}

.when-to-choose-a-freelance-estimator__list li {
  font-size: 1.05rem;
  margin-bottom: 1rem;
  line-height: 1.6;
  position: relative;
  padding-left: 1.5em;
}

.when-to-choose-a-freelance-estimator__list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #2e7d32;
  font-weight: bold;
}

.when-to-choose-a-freelance-estimator__tags .badge {
  background-color: #225469;
  color: #e0e0e0;
  font-size: 0.95rem;
  border-radius: 20px;
  padding: 0.5em 1em;
}

.when-to-choose-a-freelance-estimator__btn {
  background-color: #1565c0;
  border: none;
  padding: 12px 30px;
  font-size: 1.2rem;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.when-to-choose-a-freelance-estimator__btn:hover {
  background-color: #0d3c75;
}

.when-to-choose-a-freelance-estimator__contact a {
  color: #0d47a1;
  text-decoration: underline;
}

.when-to-choose-a-freelance-estimator__contact a:hover {
  color: #1565c0;
  text-decoration: none;
}

.when-to-choose-a-freelance-estimator__footer {
  color: #444;
  font-weight: 600;
}
