.path-frontpage #block-bootstrap5-child-page-title h1 {
    display: none;
}

thead th {
  white-space: nowrap;
}

.hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 80px 0;
}

.value-prop-card {
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.2s;
  height: 100%;
}

.value-prop-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.icon-circle {
  width: 60px;
  height: 60px;
  background: #667eea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  margin: 0 auto 20px;
}

.view-manufacturers img {
  height: 80px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  margin-bottom: 1rem;
}

.view-manufacturers .card {
  background:#3f4959;
}

.view-manufacturers .card p {
  color: white !important;
} 

.absolute-link a,
a.absolute-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: transparent;
}

.views-view-responsive-grid__item-inner {
  height: 100%
}

.btn {
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color) !important;
}

.card .card-img-top {
  aspect-ratio: 3/2;
  background: grey;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
}

.card .card-img-top {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.paragraph {
  margin-bottom: 1.5rem !important;
}

h1 {
    margin-top: 1.5rem !important;
}
