/* 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;
}

