

.top-bar__navigation-toggler--light span, .top-bar__navigation-toggler--light span::after, .top-bar__navigation-toggler--light span::before {
  background-color: #fcdb5a;
}
.top-bar--style-2 {
  background: linear-gradient(to bottom, #ffffff, #ffffff00);
}
.biogibb-card {
  color:#666; 
  padding: 25px;
}
.advanz-card {
  color:#666; 
  padding: 25px;
}
.custom-btn.custom-btn--style-4:hover {
  background-color: transparent;
  color: #000;
}
@media (min-width: 768px) {
  .biogibb-card, .advanz-card {
    border: 1px seagreen solid;
  }
}

.biogibb-card-bg {
  width: 100%;
  height: 100%;
  background-image: url('/img/products_img/biogibb-logo.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0; /* Ensure the background image is above the overlay */
}
.advanz-card-bg {
  width: 100%;
  height: 100%;
  background-image: url('/img/products_img/advanz-logo.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0; /* Ensure the background image is above the overlay */
}

@media (max-width: 767px) {
  .col-md-10 > h2 {
    font-size: 5rem;
  }
  .start-screen__content__item .__name {
    display: block !important;
    font-size: 2rem !important;
  }

  /* Target the "About" menu item */
    .top-bar.is-expanded .top-bar__inner::before {
    content: "";
    width: 0;
    height: 20%;
    }
  }

  @media (min-width: 767px) {
    .start-screen--style-1 .start-screen__content__item--1 .__title, .start-screen--style-1 .start-screen__content__item--2 .__title {
      font-size: 4rem;
    }
  }
  @media (min-width: 576px) {
    .start-screen--style-1 .start-screen__content__item--1 .__title {
      font-size: 4rem;
    }
  }