/* Technology Partners Section */
.partner_strip {
  background: #ffffff; /* Clean white background */
  padding: 60px 0 70px;
  border-top: 4px solid #e31e24; /* Brand red separator */
  position: relative;
}

/* Soft divider shadow above footer */
.partner_strip::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 10px;
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0)); */
}

/* Title */
.partner_title {
  font-weight: 600;
  margin-bottom: 6px;
  color: #0f0f0f;
}

/* Subtitle */
.partner_desc {
  font-size: 15px;
  color: #666;
  margin-bottom: 35px;
}

/* Logo cards */
.partner_logo {
  background: #fff;
  border: 1px solid #ececec;
  padding: 22px 18px;
  border-radius: 14px;
  margin: 10px auto;
  max-width: 220px;
  transition: all 0.25s ease;
}

/* Logo image */
.partner_logo img {
  max-height: 55px;
  object-fit: contain;
}

/* Hover effect */
.partner_logo:hover {
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
/* 
.footer_area {
  border-top: 1px solid #eaeaea;
} */

@media (orientation: portrait) {
  .img-fluid {
    height: 30px;
  }
}

.header_area {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}


/* Quality Suite Section CSS */

/* Quality Suite Section Styling */

.qs_image_box {
  padding: 1rem;
  position: relative;
  text-align: center;
}

.qs_image_placeholder {
  /*background: #ffffff;*/
  padding: 20px;
  border-radius: 12px;
  /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);*/
}

.qs_image_placeholder img {
  border-radius: 10px;
}

/* Badge */
.qs_badge {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #0d6efd;
  color: #fff;
  padding: 8px 18px;
  font-size: 13px;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Cards */
.qs_card {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.qs_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.qs_card h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.qs_card p {
  font-size: 14px;
  color: #555;
}

.quality-suite-heading {
  color: #ff0000;
}
