.mep-estimating {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.7;
  color: #333;
}

.mep-estimating h2,
.mep-estimating h3 {
  color: #000274; /* Bootstrap primary */
  font-weight: 600;
}

.mep-estimating p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.mep-estimating img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.btn {
  padding: 0.6rem 1.4rem;
  font-size: 1.05rem;
  border-radius: 50px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: inline-block;
}

.btn:hover {
  background-color: #0634b0;
  transform: translateY(-2px);
  color: white;
}

.btn:active {
  transform: translateY(0);
}

.btn-container {
  text-align: center;
}

@media (max-width: 991.98px) {
  .mep-estimating .row.align-items-center {
    text-align: center;
  }

  .mep-estimating .col-lg-7,
  .mep-estimating .col-lg-5 {
    margin-bottom: 2rem;
  }
}
.mep-detail h2,
.mep-detail h3 {
  color: #000062;
}

.mep-detail p {
  font-size: 1rem;
  line-height: 1.75;
  color: #444;
}
