.bim-estimating-services {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #2c3e50;
  background-color: #fafbfc;
}

.bim-estimating-services .section-title {
  font-weight: 700;
  font-size: clamp(1.75rem, 4vw, 2rem);
  color: #1a2733;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bim-estimating-services .lead {
  font-size: clamp(1.1rem, 1.8vw, 1.1rem);
  max-width: 820px;
  color: #34495e;
  font-weight: 500;
}

.bim-estimating-services .content-block p {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto 1.5rem auto;
  color: #3c4a5a;
}

.bim-estimating-services .subheading {
  font-weight: 700;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  color: #2a3f55;
  letter-spacing: 0.8px;
  border-bottom: 3px solid #007bff;
  padding-bottom: 8px;
  max-width: 480px;
  margin: 0 auto 2rem auto;
  text-transform: uppercase;
}

.bim-estimating-services .section-divider {
  max-width: 90px;
  height: 4px;
  background: linear-gradient(90deg, #007bff, #00aaff);
  border: none;
  margin: 3rem auto 4rem auto;
  border-radius: 2px;
}

.bim-estimating-services .benefits-list {
  max-width: 680px;
  text-align: left;
  color: #2f4050;
  font-weight: 500;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  list-style: none;
  padding-left: 0;
}

.bim-estimating-services .benefits-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.bim-estimating-services .benefits-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #007bff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
}

.bim-estimating-services .cta-text {
  color: #34495e;
  font-weight: 600;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.bim-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;
}

.bim-estimating-services .btn-primary:hover,
.bim-estimating-services .btn-primary:focus {
  background-color: #0056b3;
  box-shadow: 0 8px 15px rgba(0, 123, 255, 0.3);
  outline: none;
}

.bim-estimating-services .contact-info {
  max-width: 440px;
  margin: 3rem auto 0 auto;
  color: #6c7a8a;
}

.bim-estimating-services .contact-info a {
  color: #007bff;
  font-weight: 600;
  transition: color 0.3s ease;
}

.bim-estimating-services .contact-info a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.bim-benefits-services {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fefefe;
  color: #283747;
}

.bim-benefits-services .section-title {
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 2rem);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #1b2631;
}

.bim-benefits-services .lead {
  font-size: clamp(1rem, 1.8vw, 1rem);
  max-width: 780px;
  color: #3a4a5a;
  font-weight: 500;
  line-height: 1.6;
}

.bim-benefits-services .subheading {
  font-weight: 700;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  color: #0d3b66;
  border-bottom: 3px solid #0d3b66;
  padding-bottom: 6px;
  max-width: 530px;
  margin: 0 auto 1.8rem auto;
  text-transform: uppercase;
}

.bim-benefits-services .content-block {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  color: #405060;
}

.bim-benefits-services .software-list {
  max-width: 600px;
  margin: 0 auto 3rem auto;
  padding-left: 0;
  list-style: none;
  font-weight: 600;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  color: #1e2f4d;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
}

.bim-benefits-services .software-list li {
  background: #e1ecf9;
  padding: 0.45rem 1.2rem;
  border-radius: 24px;
  box-shadow: 0 2px 5px rgb(30 47 77 / 0.1);
  transition: background-color 0.3s ease;
}

.bim-benefits-services .software-list li:hover {
  background-color: #0d3b66;
  color: #fff;
  cursor: default;
}

.bim-benefits-services .btn-primary {
  background-color: #0d3b66;
  border: none;
  font-size: 1rem;
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  box-shadow: 0 6px 12px rgb(13 59 102 / 0.3);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.bim-benefits-services .btn-primary:hover,
.bim-benefits-services .btn-primary:focus {
  background-color: #09406a;
  box-shadow: 0 10px 20px rgb(9 64 106 / 0.5);
  outline: none;
}
