:root {
  --theme-color: #006F3C;
  --theme-color2: #006F3C;
  --title-color: #006F3C;
  --body-color: #006F3C;
}

.vs-btn.style1 {
  background-color: #006F3C;
  border-color: #006F3C;
}

.vs-btn.style1:hover {
  background-color: #005530;
  border-color: #005530;
}

.sec-subtitle {
  color: #006F3C;
}

.hero-subtitle {
  color: #006F3C;
}

a {
  color: #006F3C;
}

a:hover {
  color: #005530;
}

.vs-carousel .slick-dots li.slick-active button {
  background-color: #006F3C;
}

.cate-title__link:hover {
  color: #006F3C;
}

.product-title a:hover {
  color: #006F3C;
}

.footer-social a:hover {
  background-color: #006F3C;
}

.main-menu > ul > li > a:hover {
  color: #006F3C;
}

.vs-btn.style2 {
  background-color: #006F3C;
  border-color: #006F3C;
}

.vs-btn.style2:hover {
  background-color: #005530;
  border-color: #005530;
}

.header-text {
  color: white !important;
}

.header-text strong {
  color: white !important;
}

.header-call {
  color: white !important;
}

.header-call span {
  color: white !important;
}

.header-call a {
  color: white !important;
}

.header-social a {
  color: white !important;
  background-color: black !important;
  border-radius: 50%;
  padding: 8px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 500px;
  padding-right: 30px;
}

.hero-img {
  height: 500px;
  display: flex;
  align-items: center;
}

.product-img img {
  width: 100% !important;
  height: 250px !important;
  object-fit: cover !important;
}

.product-style1 .product-title,
.product-style6 .product-title {
  margin-top: 20px !important;
}

.img-box1 .img1::before {
  display: none !important;
}

@media (max-width: 768px) {
  .row.align-items-center {
    /* flex-direction: column; */
  }
  
  .hero-content {
    height: auto !important;
  }
  
  .hero-subtitle {
    margin-bottom: 5px !important;
  }
  
  .hero-img {
    margin-top: 15px !important;
    height: 235px !important;
    display: flex !important;
    align-items: center !important;
  }
  
  .hero-style1 {
    padding: 22px 0 !important;
  }
  
  .hero-img img {
    width: 100% !important;
    height: 335px !important;
    object-fit: cover !important;
    margin-bottom: -121px !important;
  }
  
  .cate {
    padding-top: 10px !important;
  }
}