}

/* Change carousel pagination from dashes to dots for nc-recent-retail-signage */
#nc-recent-retail-signage .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background: rgba(0, 0, 0, 0.3) !important;
  display: inline-block !important;
  margin: 0 5px !important;
}

/* Active dot styling - blue color */
#nc-recent-retail-signage .owl-dots .owl-dot.active span {
  background: #1b98df !important;
}

/* Hover effect for better UX */
#nc-recent-retail-signage .owl-dots .owl-dot:hover span {
  background: rgba(27, 152, 223, 0.6) !important;
}

/* Make IconBox title bold for nc-signage-journey elements */
.nc-signage-journey h3 {
  font-weight: 700 !important;
}

/* Add padding to nc-retail-quote icon box */
#nc-retail-quote,
.nc-retail-quote {
  padding: 32px !important;
}