/* Slider Style - START */
.slider-box {
  margin: 24px 0 15px 0;
}

.slider-box .owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
}

.owl-theme .owl-dots .owl-dot {
  min-width: 32px;
  min-height: 32px;
  margin: 0 -3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0;
  background: #fff;
  display: block;
  transition: all 0.2s ease;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
  width: 72px;
  margin: 0 10px !important;
}

.owl-theme .owl-dots .owl-dot:hover span {
  transform: scale(1.2);
}

.owl-theme .owl-dots {
  text-align: center;
  padding: 4px 0;
}

.slider-box .owl-carousel .owl-dots.disabled {
  display: block;
}

/* Slider Style - END */

/* Product Category Section - START */
.product-category-section {
  margin: 30px 0;
}

.product-category-section .cat-item {
  border-radius: 15px;
  background: #f4f4f4;
  text-align: center;
  padding: 32px;
}

.product-category-section .cat-item .icon-box {
  height: 100px;
  margin: 0 auto 24px;
  text-align: center;
}

.product-category-section .cat-item .icon-box img {
  width: 85%;
  border-radius: 15px;
}

.product-category-section .cat-item .title h3 {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: -0.7vw;
}

/* Mobile Styles (up to 479px) */
@media only screen and (max-width: 479px) {
  .product-category-section {
    margin-top: 20px !important;
  }

  .product-category-section > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
    --bs-gutter-y: 1.5rem;
  }

  .product-category-section .cat-item .title h3 {
    font-size: 11px !important;
    margin-top: 5.6vw !important;
  }
  .slider-box {
    margin: 15px 0px !important;
  }

}

/* Tablet Styles (480px to 767px) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .product-category-section > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
    --bs-gutter-y: 2rem;
  }
}

/* Mobile and Tablet Styles (up to 768px) */
@media only screen and (max-width: 768px) {
  .product-category-section .cat-item {
    padding: 16px;
  }

  .product-category-section .cat-item .icon-box {
    margin: 4% auto;
    padding: 0;
    background: transparent;
  }

  .wrapper .product-category-section.pt-0 > div > div.d-inline-block.mx-auto.text-center > div > div.title-box > h2 {
    text-align: center;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-category-section .cat-item .title h3 {
    font-size: 1.3vw !important;
  }
}


/* Product Category Section - END */