html {
  scroll-behavior: smooth;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-service{
  color: #005555;
}

.product-service:hover{
  color: #00ae90;
}

.parallax {
  background-image: url('../../assets/images/smart-doc/parallax-dark.webp');
  width: 100%; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100% !important;
  margin: 0 !important;
}

.parallax2 {
  background-image: url('../../assets/images/next-shop/image-next-shop-dark.png');
  width: 100%; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100% !important;
  margin: 0 !important;
}