.icon {
  width: 1em; height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.nav-item {
  position: relative;
  margin-right: 20px;
}

.nav-item a {
  text-decoration: none;
  padding: 10px;
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-top: 2px solid #008EC2;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  z-index: 99;
}

.dropdown li {
  width: 100%;
  white-space: nowrap;
}


.dropdown li a {
  text-decoration: none;
  color: #000;
  display: block;
}

.dropdown li a:hover {
  color: #008EC2;
}

.icon-arrow {
  transition: transform 0.3s;
}

.nav-btn {
  padding: 12px 24px;
  background-color: #008EC2;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 6px;
  border-radius: 10px;
}

.footer-item {
  width: calc((100% - 300px) / 4);
}

.footer-item .title {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}

.footer-item ul li {
  font-size: 16px;
  color: #ffffff;
  padding: 6px 0;
  cursor: pointer;
}

.bg-product {
  background: linear-gradient(225deg, #313c59 0%, #13151c 100%);
}