/* General Section Styling */
.commercial-estimating-section {
  background-color: #f7f7f7;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  padding-top: 3rem;
}

.commercial-estimating-section .section-title {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  color: #1d2b36;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
}

.commercial-estimating-section .subheading {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  color: #2a3f55;
  border-bottom: 3px solid #007bff;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.commercial-estimating-section .service-list {
  list-style-type: none;
  padding-left: 0;
  font-size: 1.1rem;
  color: #333;
}

.commercial-estimating-section .service-list li {
  margin-bottom: 1rem;
}

.commercial-estimating-section .service-heading {
  font-size: 1.25rem;
  font-weight: 600;
  color: #007bff;
  margin-bottom: 0.75rem;
}

.commercial-estimating-section .cta-heading {
  font-size: clamp(1.75rem, 2.5vw, 2rem);
  font-weight: 700;
  color: #007bff;
}

.commercial-estimating-section .cta-text {
  font-size: 1.15rem;
  color: #555;
}

.commercial-estimating-section .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;
}

.commercial-estimating-section .btn-primary:hover {
  background-color: #0056b3;
  box-shadow: 0 8px 15px rgba(0, 123, 255, 0.3);
}

/* Image Styling */
.commercial-estimating-section img {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
  .commercial-estimating-section .row {
    flex-direction: column-reverse;
  }
}
/* General Section Styles */
.commercial-estimating-section {
  background-color: #f9f9f9;
  color: #333;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  color: #2c3e50;
}

.sub-heading {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  color: #2980b9;
}

.service-list {
  list-style: none;
  padding-left: 0;
}

.service-list li {
  margin-bottom: 15px;
  font-size: 16px;
}

.service-list li strong {
  color: #2c3e50;
}

.contact-info {
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
}

.contact-info a {
  text-decoration: none;
  color: #2980b9;
  font-weight: bold;
}

.contact-info a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }

  .sub-heading {
    font-size: 20px;
  }

  .service-list li {
    font-size: 14px;
  }
}
/* Specific styles for Design-Build Estimating Section */
.design-build-estimating {
  background-color: #f4f6f9;
  color: #333;
  padding-top: 40px;
  padding-bottom: 40px;
}

.design-build-section-title {
  font-size: 32px;
  font-weight: bold;
  color: #2c3e50;
}

.design-build-sub-heading {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  color: #2980b9;
}

.design-build-service-list {
  list-style: none;
  padding-left: 0;
}

.design-build-service-list li {
  margin-bottom: 15px;
  font-size: 16px;
}

.design-build-service-list li strong {
  color: #2c3e50;
}

.design-build-contact-info {
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
}

.design-build-contact-info a {
  text-decoration: none;
  color: #2980b9;
  font-weight: bold;
}

.design-build-contact-info a:hover {
  text-decoration: underline;
}

/* Responsive Design for smaller screens */
@media (max-width: 768px) {
  .design-build-section-title {
    font-size: 28px;
  }

  .design-build-sub-heading {
    font-size: 20px;
  }

  .design-build-service-list li {
    font-size: 14px;
  }
}
