.header {
    background-color: #4d89d7;
}

.page-header {
    background-color: #fcfbf8;
    padding: 0px;
}

.page-title span{
    color: black;
}

.breadcrumb-item {
    color: black;
}

.breadcrumb {
    padding-top: 1rem;;
}

.main-wrapper {
    padding-top: 0.5rem !important;
}


.smart-block-pin {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    font-family: sans-serif;
    background: #f8f9fa;
  }
  .smart-block-pin .section {
    padding: 2rem 0 0 0;
  }
  .header-with-cta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    gap: 2rem;
  }
  .product-title {
    flex: 1;
  }
  .fastener-card {
    background: #ffffff;
    box-shadow: 0 5px 6px rgba(0,0,0,0.05);
    padding: 2rem;
  }
  .product-body {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .item-container {
    display: flex;
    flex-wrap: wrap;
  }
  .item {
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
  }
  .subtitle {
    font-size: 1.2rem;
    color: #777;
    margin-bottom: 1rem;
  }
  .section h3 {
    font-size: 1.2rem;
    color: #333;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.5rem;
  }
  .callouts, .related-products ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    list-style: none;
    justify-content: center;
  }
  .callouts div, .related-products li {
    background: #eef4ff;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
  }
  .callouts .button {
    background-color: #007bff;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    transition: background-color 0.3s;
  }
  .callouts .button>a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
  }
  .callouts .button:hover {
    background-color: #0056b3;
  }
  .sticky-callouts .button:first-child {
    background-color: var(--accent);
    border-color: #c87f0a;
  }
  .sticky-callouts .button:first-child:hover {
    background-color: #c87f0a;
  }
  .video {
    margin-top: 1rem;
  }
  .sticky-callouts {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    position: sticky;
    top: 1.5rem;
    min-width: 200px;
    z-index: 100;
  }
  .sticky-callouts .button {
    background-color: #007bff;
    padding: 0.6rem 1rem;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    border: 1px solid #0056b3;
    transition: background 0.2s ease;
  }
  .sticky-callouts .button > a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
  }
  .sticky-callouts .button:hover {
    background-color: #0056b3;
  }

  /* Toggle cards */
  .toggle-card {
    background: #f1f5fb;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  }
  .toggle-card h3 {
    margin: 0;
    padding: 1rem;
    font-size: 1rem;
    background: #dce6f7;
    cursor: pointer;
  }
  .toggle-content {
    padding: 1rem;
    display: none;
  }
  .toggle-card.active .toggle-content {
    display: block;
  }

  .button-cta-left {
    width: 100%;
    margin-bottom: 0.4rem;
    text-align: center;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    display: none;
  }

  .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
  }

  .glider .glide img{
    margin: auto;
  }

  .footer {
  background-color: #4d89d7;
  }
  :root{
  --theme-color: #4d89d7;
}

.breadcrumb-item a {
  color: #4d89d7;
}

.breadcrumb-item:hover a {
  color: darkblue;
}

.product-card img{
  max-height: 150px;
  width: auto;
  margin: auto;
}

.product-card a{
  text-align: center;
}

.product-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.customers {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: white;
  text-align: center;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: white;
}

.customers h1 {
  color: #4d89d7;
}

.footer-top {
  padding: 0rem;
}

.dataframe {
  width: 100%;
}


.overviewpageimg {
  max-height: 450px;
  width: auto;
}