/* New ERP dark section styling */
.erp-section {
  background-color: #161c66; /* dark blue */
  color: #ffffff;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
}

.erp-section .erp-content {
  background-color: rgba(0, 0, 0, 0.2); /* semi-transparent overlay */
  padding: 40px 30px;
  border-radius: 18px;
  max-width: 900px;
  width: 100%;
}

.erp-section h3 {
  font-size: 20px;
  font-weight: 700;
  color: #b67b2d; /* amber accent */
  text-transform: uppercase;
  margin-bottom: 10px;
}

.erp-section h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.erp-section p {
  font-size: 16px;
  color: #dce3ea;
  line-height: 1.8;
  text-align: justify;
}
@media (max-width: 768px) {
  .erp-section {
    padding: 30px 15px;
  }

  .erp-section .erp-content {
    padding: 25px 20px;
  }

  .about .content {
    padding: 30px 20px;
  }
}



    .about .content {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  padding: 60px;
}

.about .content h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--accent-color);
  text-transform: uppercase;
  text-align: justify;
}

.about .content h2 {
  font-size: 28px;
  font-weight: 700;
}

.about .content p {
  margin: 15px 0 30px 0;
  line-height: 28px;
text-align: justify;
}

@media (max-width: 768px) {
  .about .content {
    padding: 30px 20px;
  }
}   
@media (max-width: 991px) {
  .about .col-lg-6 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .about .row {
    flex-direction: column;
    text-align: center;
  }

  .about .content {
    padding: 30px 20px; /* already optimized for mobile */
  }
}
