.md-productcarousels-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.md-carousel-section {
  position: relative;
}

.md-carousel-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #18488F;
  font-size: 24px !important;
  font-weight: 700 !important;
  margin: 0 0 2rem 0 !important;
  text-align: center;
}

.md-carousel-title::after {
  content: '';
  width: 130px;
  height: 5px;
  background-color: #037CB5;
  margin-top: 15px;
}

.md-carousel-stage {
  position: relative;
}

.md-carousel-slider .owl-item {
  padding-left: 5px;
  padding-right: 5px;
}

.md-carousel-nav-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.md-carousel-nav-container--prev {
  left: -25px;
}

.md-carousel-nav-container--next {
  right: -25px;
}

.md-carousel-arrow {
  font-size: 24px;
  color: #18488F;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.md-carousel-arrow:hover {
  background-color: #18488F;
  color: #ffffff;
}

@media (max-width: 768px) {
  .md-carousel-nav-container--prev {
    left: -10px;
  }
  .md-carousel-nav-container--next {
    right: -10px;
  }
}
