header#main-header {
  background: linear-gradient(180deg, #F0EAE7 0%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 0%);
}
section#headbackground {
  width: 100%;
  height: auto;
  max-width: 1400px;
  display: flex;
  margin: auto;
  align-items: flex-start;
  justify-content: center;
}
div#logo-container {
  width: 100%;
  display: flex;
  justify-content: center !important;
}
img#logo {
  max-width: 450px;
}
h4.content-title {
  font-weight: 500;
  color: #00a7b5;
  text-align: center;
  text-wrap-style: balance;
}
div#showcase-content-1 {
  padding: 0 !important;
}
img#aqsr-2 {
  transform: scale(1.05);
}
#dot10 {
  top: 28%;
  left: 42%;
}
#dot11 {
  top: 38%;
  left: 61%;
  display: none !important;
}
#dot12 {
  top: 71%;
  left: 37%;
}
#dot13 {
  top: 66%;
  left: 58%;
}
.product-dot .dot-label {
  display: none;
  /* ...other styles (from previous message)... */
}
.product-dot:hover .dot-label {
  display: flex;
}
.dot-label {
  position: absolute;
  top: -45px;
  left: -5px;
  border-left: 6px solid #00a7b5;
  padding: 7px 10px;
  border-radius: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  min-width: 180px;
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  backdrop-filter: blur(3px);
  background: rgb(255 255 255 / 70%);
}
.dot-label-title {
  color: #333f48;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
}
.dot-label-sub {
  color: #333f48;
  font-size: 11px;
  margin-top: 2px;
}
#dot10::before,
#dot10::after,
#dot11::before,
#dot11::after,
#dot12::before,
#dot12::after,
#dot13::before,
#dot13::after {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
#dot10:hover,
#dot11:hover,
#dot12:hover,
#dot13:hover {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  animation: none !important;
  transform: scale(1) !important;
}
/* Start hidden and slightly lower */
#dot10 .dot-label,
#dot11 .dot-label,
#dot12 .dot-label,
#dot13 .dot-label {
  display: flex;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
/* On hover: fade in and move up */
#dot10:hover .dot-label,
#dot11:hover .dot-label,
#dot12:hover .dot-label,
#dot13:hover .dot-label {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.content-wrapper.descption {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1px) and (max-width: 320px) {
  section#headbackground {
    padding-top: 100px;
  }
  img#logo {
    max-width: 280px;
  }
  h4.content-title {
    font-size: 16px;
    padding: 25px 15px 0;
  }
  div#dot10,
  div#dot11,
  div#dot12,
  div#dot13 {
    display: none;
  }
  .content-wrapper.descption {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  section#headbackground {
    padding-top: 100px;
  }
  img#logo {
    max-width: 280px;
  }
  h4.content-title {
    font-size: 16px;
    padding: 25px 15px 0;
  }
  div#dot10,
  div#dot11,
  div#dot12,
  div#dot13 {
    display: none;
  }
  .content-wrapper.descption {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 376px) and (max-width: 425px) {
  section#headbackground {
    padding-top: 100px;
  }
  img#logo {
    max-width: 300px;
  }
  h4.content-title {
    font-size: 16px;
    padding: 25px 15px 0;
  }
  div#dot10,
  div#dot11,
  div#dot12,
  div#dot13 {
    display: none;
  }
  .content-wrapper.descption {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  section#headbackground {
    padding-top: 100px;
  }
  img#logo {
    max-width: 320px;
  }
  h4.content-title {
    font-size: 16px;
    padding: 25px 15px 0;
  }
  div#dot10,
  div#dot11,
  div#dot12,
  div#dot13 {
    display: none;
  }
  .content-wrapper.descption {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#headbackground {
    padding-top: 110px;
  }
  img#logo {
    max-width: 360px;
  }
  h4.content-title {
    font-size: 18px;
    padding: 25px 15px 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  section#headbackground {
    padding-top: 120px;
  }
  img#logo {
    max-width: 400px;
  }
  h4.content-title {
    font-size: 20px;
    padding: 25px 15px 0;
  }
}
@media screen and (min-width: 1441px) and (max-width: 2560px) {
  section#headbackground {
    padding-top: 130px;
  }
  img#logo {
    max-width: 430px;
  }
  h4.content-title {
    font-size: 22px;
    padding: 25px 15px 0;
  }
}
@media screen and (min-width: 2561px) {
  section#headbackground {
    padding-top: 130px;
  }
  img#logo {
    max-width: 430px;
  }
  h4.content-title {
    font-size: 22px;
    padding: 25px 15px 0;
  }
}