.hero {
  position: relative;
  background: url("/images/main.jpg") no-repeat center center;
  background-size: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 7, 70, 0.6);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.nav-link {
  color: #ffffff; 
  margin-right: 8px;
  margin-left: 8px;
  font-size: 12px;
}

.nav-link:hover {
font-weight: bold;
  text-decoration: underline;
}

.nav-item-spacer {
  color: #bfbfbf; 
}

.white-hamburger .navbar-toggler-icon {
  color: white;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 1000; 
}

.disable-scrolling {
  overflow: hidden;
}

@media (min-width: 768px) {
  .disable-scrolling {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}


@media (max-width: 767px) {
  html,
  body {
    overflow: auto;
  }

  #mobileNav {
    display: none;
  }

  
  #mobileNav .nav-link {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }


  #mobileNav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.title {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  display: none;
}

.svg-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto; 
}

.col-4 {
  display: flex;
  flex-direction: column;
}

.col-4 .svg-container {
  margin-top: auto; 
}

.background-products {
  background-color: rgba(
    0,
    7,
    70,
    0.9
  ); 
  padding: 20px;
}

.background-products-light {
  background-color: rgba(
    0,
    7,
    70,
    0.8
  ); 
}

.background-members {
  background-color: rgba(
    0,
    7,
    70,
    0.4
  ); 
  padding: 20px;
}

.background-suppliers {
  background-color: rgba(
    0,
    7,
    70,
    0.7
  ); 
  padding: 20px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; 
}

.location-bg {
  background: url("/images/depot2.png") no-repeat center;
  background-size: cover; 
}

.background-search {
  background-color: rgba(
    0,
    7,
    70,
    0.9
  ); 
  padding: 20px;
}

.hexagon-grid {
  padding: 20px;
}

.row {
  display: flex;
  justify-content: center;
}

.title {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}

.btn-custom-blue {
  background-color: rgba(0, 7, 70, 0.9);
  color: white;
  font-weight: bold;
  font-size: 1.25rem;
  padding: 12px 36px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-custom-blue:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.3); 
  color: white;
}

.btn-custom-white {
  background-color: white;
  color: #010635;
  font-weight: bold;
  font-size: 1.25rem;
  padding: 12px 24px;
  border: 1px solid #010635;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-custom-white:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.3); 
}

.banner-div {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.banner-div img {
  max-width: 50px;
  height: auto;
  margin-right: 10px;
}

.banner-div h2 {
  color: #010635;
  margin: 0;
  font-size: 4rem;
}

.form-group-bottom {
  margin-top: auto; 
}

.form-check-input-lg {
  width: 16px;
  height: 16px;
}

.hexagon {
  font-weight: bold;
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;
  margin: 10px;

  position: absolute;
  width: 184px;
  height: 154px; 
  overflow: hidden;
  cursor: pointer;
}

.hexagon:hover {
  transform: scale(1.1);
}

.image-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.image-3 {

  width: 152px;
  height: 128px;
  object-fit: cover;
}

.hexagon-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hexagon-container {
  position: relative;
  width: 600px; 
  margin: 20px auto;
}

.hexagon {
  position: absolute;
  width: 184px;
  height: 154px; 
  overflow: hidden;
  cursor: pointer;
}
.background-footer {
  background-color: #0f102b;
}


  @media (min-width: 992px) {
    .navbar.sticky-top {
      position: static !important;
    }
  }
