/* ================= ABOUT PAGE ================= */
/* ===============================
   COMPANY OVERVIEW – TEXT ONLY
================================ */

/* ABOUT SECTION */
.about-section {
  background-color: #f8f9fa;
}

.about-section .section-title {
  font-weight: 700;
  color: #0d1b2a;
}

.about-section p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #333;
}

.about-img img {
    width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.about-img img:hover {
  transform: scale(1.03);
    /* Shadow color change (blue industrial tone) */
  box-shadow: 0 18px 45px rgba(13, 110, 253, 0.25);

}





/* PROCESS ADVANTAGES SECTION */
.advantage-section {
  background: linear-gradient(180deg, #f8f9fa, #ffffff);
}

.advantage-section .section-title {
  font-weight: 700;
  color: #0d1b2a;
}

.advantage-section .section-subtitle {
  font-size: 15px;
  color: #555;
  max-width: 700px;
  margin: auto;
}

.adv-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 25px;
  border-radius: 12px;
     box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);

  transition: all 0.35s ease;
}

.adv-card h5 {
  font-size: 17px;
  font-weight: 600;
  color: #0d1b2a;
  margin-bottom: 12px;
}

.adv-card p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #333;
}

.adv-card:hover {
  transform: translateY(-6px);
 
    /* Shadow color change (blue industrial tone) */
  box-shadow: 0 18px 45px rgba(13, 110, 253, 0.25);

}


.iso-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #0d6efd;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
}

.about-card,
.key-info-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.22);
  transition: all 0.35s ease;
}

.about-card:hover,
.key-info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(13,110,253,0.25);
}

.key-icon {
  font-size: 38px;
  color: #0d6efd;
  margin-bottom: 10px;
}

.about-card h5,
.key-info-card h5 {
  font-weight: 600;
  color: #0d1b2a;
}

.about-card p,
.key-info-card p {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
}
/* ALL ICONS BLACK */
.bi {
  color: #000000 !important;
}
.about-info-grid {
  background: #f8f9fc;
}

.about-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.22);
  transition: all 0.35s ease;
}

.about-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.28);
}

.about-card h5 {
  font-weight: 600;
  margin-bottom: 12px;
}

.about-card ul {
  padding-left: 18px;
}

.about-card ul li {
  margin-bottom: 6px;
}

.bi {
  color: #000;
}

.certification-section {
  background: #f8f9fc;
}

.certificate-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 12px 28px rgba(0,0,0,0.22);
  transition: all 0.35s ease;
}

.certificate-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.3);
}

.certificate-card img {
  max-height: 220px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 15px;
  filter: grayscale(100%);
}

.certificate-icon {
  font-size: 36px;
  margin-bottom: 12px;
}

.certificate-card h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.certificate-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.bi {
  color: #000;
}
.certificate-card img {
  filter: none;
}
