.footer {
  position: absolute; 
  bottom: 0;
  left: 0;
  width: 100%; 
  background-color: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}


.nav-item {
  text-align: center;
  cursor: pointer;
}

.phone-wrapper {
  background: url('../assets/a0f6c04f8b064f3f5c05fb957c3ea9e.png') no-repeat center center;
  background-size: contain;
  width: 450px;
  height: 900px;
  position: absolute;
  z-index: 100000;
  pointer-events: none;
}
