.preliminary-estimate-section {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.preliminary-estimate-section h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000052;
    margin-bottom: 20px;
}

.preliminary-estimate-section p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 10px;
}

.preliminary-estimate-section .col-md-6 {
    padding: 20px;
}

.preliminary-estimate-section .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
/* Style for the Get a Quote Button */
.get-quote-button {
    text-align: center; /* Center the button */
    margin-top: 30px; /* Spacing above the button */
}

.btn-get-quote {
    display: inline-block;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #007bff; /* Blue color */
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-get-quote:hover {
    background-color: #0056b3; /* Darker blue on hover */
    transform: translateY(-3px); /* Lift the button on hover */
}

.btn-get-quote:focus {
    outline: none; /* Remove focus outline */
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.5); /* Add outline on focus */
}

/* Types of Estimates Section */
.types-of-estimates-section {
  background-color: #ffffff;
  padding: 40px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.types-of-estimates-section h2 {
  font-size: 2em;
  color: #2c3e50;
  font-weight: bold;
  margin-bottom: 20px;
}

/* Types of Preliminary Estimates Section */
.types-of-preliminary-estimates {
  background-color: #ffffff;
  padding: 40px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.types-of-preliminary-estimates h3 {
  font-size: 1.8em;
  color: #2c3e50;
  font-weight: bold;
  margin-bottom: 20px;
}

.types-of-preliminary-estimates h4 {
  font-size: 1.4em;
  color: #2c3e50;
  font-weight: bold;
  margin-top: 20px;
}

/* List Styling */
.types-of-preliminary-estimates ul {
  list-style: none;
  padding-left: 0;
}

.types-of-preliminary-estimates ul li {
  margin-bottom: 10px;
}

.types-of-preliminary-estimates ul li strong {
  color: #515151;
}

/* Paragraph Styling */
.types-of-estimates-section p, 
.types-of-preliminary-estimates p {
  margin-bottom: 20px;
}

/* Spacing between sections */
.types-of-preliminary-estimates ul li {
  margin-bottom: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .container {
    width: 95%;
  }

  .types-of-estimates-section h2 {
    font-size: 1.8em;
  }

  .types-of-preliminary-estimates h3 {
    font-size: 1.6em;
  }

  .types-of-preliminary-estimates h4 {
    font-size: 1.2em;
  }
}
/* Section Styling */
.preliminary-estimate-benefits {
  background-color: #fff;
  padding: 40px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

/* Section Content */
.preliminary-estimate-benefits p {
  font-size: 1.1em;
  margin-bottom: 15px;
}

.preliminary-estimate-benefits ul {
  list-style: none;
  padding-left: 0;
}

.preliminary-estimate-benefits ul li {
  margin-bottom: 10px;
}

.preliminary-estimate-benefits ul li strong {
  color: #000a76;
  font-weight: bold;
}

/* Button Styling */
.btn-get-quote {
  background-color: #000069;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 1.1em;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 30px;
}
.btn-get-quote a {
    text-decoration: none;
    color: white;
}

.btn-get-quote:hover {
  background-color: #0b0056;
}

/* Responsive Design */
@media (max-width: 768px) {
  .preliminary-estimate-section .container {
    width: 95%;
  }

  .preliminary-estimate-section h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.6em;
  }

  .preliminary-estimate-section .btn-get-quote {
    width: 100%;
    font-size: 1.2em;
  }
}