.construction-takeoff-services {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #2c3e50;
  background-color: #fafbfc;
}

.construction-takeoff-services .section-title {
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 2.5rem);
  color: #1a2733;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-align: left;
}

.construction-takeoff-services .section-description {
  font-size: 1.2rem;
  color: #34495e;
  line-height: 1.7;
}

.construction-takeoff-services .client-list {
  list-style: none;
  padding-left: 0;
  color: #555;
  font-size: 1.1rem;
}

.construction-takeoff-services .client-list li {
  margin-bottom: 10px;
}

.construction-takeoff-services .why-choose-description {
  font-size: 1.2rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.construction-takeoff-services .cta-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #007bff;
  margin-top: 20px;
}

.construction-takeoff-services .cta-description {
  font-size: 1.2rem;
  color: #34495e;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.construction-takeoff-services .cta-buttons .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;
}

.construction-takeoff-services .cta-buttons .btn-primary:hover,
.construction-takeoff-services .cta-buttons .btn-primary:focus {
  background-color: #0056b3;
  box-shadow: 0 8px 15px rgba(0, 123, 255, 0.3);
  outline: none;
}

.construction-takeoff-services .contact-info {
  font-size: 1rem;
  color: #6c7a8a;
  text-align: center;
}

.construction-takeoff-services .contact-info a {
  color: #007bff;
  font-weight: 600;
  transition: color 0.3s ease;
}

.construction-takeoff-services .contact-info a:hover {
  color: #0056b3;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .construction-takeoff-services .section-title {
    text-align: center;
  }

  .construction-takeoff-services .why-choose-description {
    text-align: center;
    max-width: 100%;
  }

  .construction-takeoff-services .cta-title {
    text-align: center;
  }

  .construction-takeoff-services .cta-description {
    text-align: center;
  }

  .construction-takeoff-services .cta-buttons .btn-primary {
    width: 100%;
  }
}
/* Portfolio Section */
.portfolio-section {
  padding: 40px 0;
}

/* Container */
.portfolio-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Section Header */
.portfolio-header {
  margin-bottom: 30px;
}

.portfolio-title {
  font-size: 2.5rem;
  color: #2c3e50;
}

.portfolio-description {
  font-size: 1.1rem;
  color: #555;
  margin-top: 10px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Portfolio Categories */
.portfolio-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.portfolio-category-list {
  flex: 1;
  min-width: 250px;
}

.category-items {
  list-style: none;
}

.category-items li {
  font-size: 1.1rem;
  color: #34495e;
  margin-bottom: 12px;
}

/* Takeoff Services */
.takeoff-services {
  margin-top: 40px;
}

.services-title {
  font-size: 2rem;
  color: #007bff;
  text-align: center;
}

.services-description {
  text-align: center;
  font-size: 1.2rem;
  color: #555;
  margin-top: 15px;
}

/* Services List */
.services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service-items {
  list-style: none;
  padding-left: 0;
  flex: 1;
  min-width: 200px;
}

.service-items li {
  font-size: 1.1rem;
  color: #34495e;
  margin-bottom: 12px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .portfolio-title {
    font-size: 2rem;
  }

  .portfolio-description {
    font-size: 1rem;
    text-align: center;
  }

  .portfolio-categories {
    flex-direction: column;
    align-items: center;
  }

  .portfolio-category-list {
    flex: none;
    margin-bottom: 30px;
  }

  .services-title {
    font-size: 1.8rem;
  }

  .services-list {
    flex-direction: column;
    align-items: center;
  }

  .service-items {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .portfolio-title {
    font-size: 1.7rem;
  }

  .category-items li,
  .service-items li {
    font-size: 1rem;
  }

  .services-description {
    font-size: 1rem;
  }
}

/* Section Header */
.outsourcing-takeoffs-help-header {
  text-align: center;
  margin-bottom: 60px;
}

.outsourcing-takeoffs-help-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #003366;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.outsourcing-takeoffs-help-description {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* Why In-House Takeoffs Can Hold You Back Section */
.outsourcing-takeoffs-help-in-house-takeoffs-challenge {
  margin-bottom: 60px;
}

.outsourcing-takeoffs-help-in-house-takeoffs-challenge-title {
  font-size: 2.3rem;
  color: #003366;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
}

.outsourcing-takeoffs-help-in-house-takeoffs-challenge-description {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
}

/* How Outsourcing Benefits You Section */
.outsourcing-takeoffs-help-benefits {
  padding: 50px 0;
  background-color: #eef2f7;
}

.outsourcing-takeoffs-help-benefits-title {
  font-size: 2.5rem;
  color: #003366;
  margin-bottom: 40px;
  text-align: center;
}

.outsourcing-takeoffs-help-benefit-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.outsourcing-takeoffs-help-benefit-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.outsourcing-takeoffs-help-benefit-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.outsourcing-takeoffs-help-benefit-item h4 {
  font-size: 1.8rem;
  color: #003366;
  margin-bottom: 20px;
}

.outsourcing-takeoffs-help-benefit-item p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
}

/* Construction Takeoff Services Section */
.outsourcing-takeoffs-help-services {
  padding: 50px 0;
  background-color: #ffffff;
}

.outsourcing-takeoffs-help-services-title {
  font-size: 2.5rem;
  color: #003366;
  margin-bottom: 40px;
  text-align: center;
}

.outsourcing-takeoffs-help-service-item {
  background-color: #fafafa;
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.outsourcing-takeoffs-help-service-item h5 {
  font-size: 1.7rem;
  color: #003366;
  margin-bottom: 20px;
}

.outsourcing-takeoffs-help-service-item p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
}

/* Call to Action Section */
.outsourcing-takeoffs-help-cta {
  padding: 40px 10px;
  background-color: #003366;
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
  border-radius: 20px;
}

.outsourcing-takeoffs-help-cta h3 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.outsourcing-takeoffs-help-cta p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.outsourcing-takeoffs-help-cta a {
  display: inline-block;
  padding: 18px 28px;
  font-size: 1rem;
  background-color: #ffffff;
  color: #003366;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.outsourcing-takeoffs-help-cta a:hover {
  background-color: #ff6600;
  color: #ffffff;
  transform: translateY(-5px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .outsourcing-takeoffs-help-title {
    font-size: 2rem;
  }

  .outsourcing-takeoffs-help-description {
    font-size: 1rem;
    max-width: 90%;
  }

  .outsourcing-takeoffs-help-benefits-title,
  .outsourcing-takeoffs-help-services-title {
    font-size: 2rem;
  }

  .outsourcing-takeoffs-help-benefit-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .outsourcing-takeoffs-help-benefit-item h4 {
    font-size: 1.5rem;
  }

  .outsourcing-takeoffs-help-service-item h5 {
    font-size: 1.5rem;
  }

  .outsourcing-takeoffs-help-cta h3 {
    font-size: 2rem;
  }
}