/* General Section Styling */
.industrial-estimating {
  background-color: #f8f9fa;
  color: #333;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Roboto', sans-serif;
}

/* Main Heading Styles */
.industrial-section-title {
  font-size: 36px;
  font-weight: bold;
  color: #000b61;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

/* Lead Paragraph Styling */
.industrial-text .lead {
  font-size: 20px;
  font-weight: 300;
  color: #555;
  margin-bottom: 30px;
}

/* Text Paragraph Styling */
.industrial-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 20px;
}

/* Enhanced Image Styling */
.industrial-img img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Image Hover Effect */
.industrial-img img:hover {
  transform: scale(1.05);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}

/* Subsection Title Styles */
.subsection-title {
  font-size: 24px;
  font-weight: 600;
  color: #34495e;
  margin-top: 30px;
  margin-bottom: 20px;
}

/* Feature List Styling */
.features-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.features-list li {
  font-size: 16px;
  color: #555;
  margin-bottom: 12px;
  line-height: 1.8;
}

.features-list li strong {
  color: #2c3e50;
  font-weight: bold;
}

/* Contact Info Styling */
.contact-info {
  font-size: 16px;
  color: #555;
  margin-top: 30px;
}

.contact-info .contact-link {
  color: #3498db;
  text-decoration: none;
  font-weight: 500;
}

.contact-info .contact-link:hover {
  text-decoration: underline;
}

/* Responsive Design for Smaller Screens */
@media (max-width: 768px) {
  .industrial-estimating .row {
    flex-direction: column;
  }

  .industrial-img {
    margin-top: 20px;
  }

  .industrial-section-title {
    font-size: 24px;
  }

  .industrial-text p {
    font-size: 15px;
  }
}

/* General Section Styling */
.what-we-accept-deliver {
  background-color: #f0f2f5;
  color: #333;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Roboto', sans-serif;
}

/* Section Title Styling */
.section-title {
  font-size: 28px;
  font-weight: 600;
  color: #2c3e50;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  position: relative;
}

/* Title Bottom Border */
.section-title::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #3498db;
  position: absolute;
  bottom: -10px;
  left: 0;
}

/* List Styling */
.accept-list, .deliver-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.accept-list li, .deliver-list li {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 15px;
}

.accept-list li strong, .deliver-list li strong {
  color: #34495e;
  font-weight: bold;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .what-we-accept-deliver .row {
    flex-direction: column;
    text-align: center;
  }

  .accept-list, .deliver-list {
    margin-left: 0;
    margin-top: 20px;
  }

  .section-title {
    font-size: 24px;
  }
}
/* General Styling */
.industrial-estimating-services {
  background-color: #f8f9fa;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #333;
  font-family: 'Roboto', sans-serif;
}

/* Section Title */
.section-title {
  font-size: 32px;
  font-weight: 600;
  color: #2c3e50;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/* Subsection Title */
.subsection-title {
  font-size: 24px;
  font-weight: 550;
  color: #040046;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Service List Styling */
.service-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.service-list li {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 10px;
}

/* Industrial Components List */
.component-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.component-list li {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 10px;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .service-list li, .component-list li {
    font-size: 14px;
  }

  .industrial-estimating-services {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-title {
    font-size: 28px;
  }

  .subsection-title {
    font-size: 20px;
  }

  .service-list, .component-list {
    margin-left: 0;
    padding-left: 0;
  }
}
/* General Styling */
.industrial-estimating {
  background-color: #f8f9fa;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #333;
  font-family: 'Roboto', sans-serif;
}

/* Section Title */
.industrial-estimating .section-title {
  font-size: 28px;
  font-weight: 600;
  color: #2c3e50;
  text-transform: uppercase;
  margin-bottom: 25px;
}

/* Service List Styling */
.industrial-estimating .service-list {
  list-style-type: none;
  padding-left: 0;
}

.industrial-estimating .service-list li {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 10px;
}

/* Lead Text Styling */
.industrial-estimating .lead {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .industrial-estimating .service-list li {
    font-size: 14px;
  }

  .industrial-estimating .section-title {
    font-size: 24px;
  }

  .industrial-estimating .lead {
    font-size: 16px;
  }
}

/* Two-Column Layout for Lists */
.industrial-estimating .row {
  display: flex;
  flex-wrap: wrap;
}

.industrial-estimating .col-md-6 {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .industrial-estimating .col-md-6 {
    width: 100%;
  }
}

/* General Section Styling */
.industrial-estimating-outsourcing {
  background-color: #f8f9fa;
  padding-top: 40px;
  padding-bottom: 40px;
}

.industrial-estimating .section-title {
  font-size: 28px;
  font-weight: 600;
  color: #2c3e50;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.industrial-estimating .lead {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
}

/* Service List Styling */
.industrial-estimating .service-list {
  list-style-type: none;
  padding-left: 0;
}

.industrial-estimating .service-list li {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 10px;
}

/* Call to Action Styling */
.industrial-estimating .call-to-action p {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin: 15px 0;
}

.industrial-estimating .call-to-action a {
  color: #007bff;
  text-decoration: none;
}

/* Responsive Design */
@media (max-width: 767px) {
  .industrial-estimating .service-list li {
    font-size: 14px;
  }
  .industrial-estimating .section-title {
    font-size: 24px;
  }
}
.get-quote-btn {
    background-color: #007bff; /* Primary color */
    color: #fff; /* Text color */
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s, transform 0.2s ease-in-out;
}

.get-quote-btn:hover {
    background-color: #0056b3; /* Darker blue on hover */
    transform: translateY(-2px); /* Slight lift effect */
}
