
 .banners .carousel-item.ecoplaswa{
    background: url('../assets/images/home/banners/ecoplaswa.png');
    background-repeat: no-repeat;
    background-size: cover;
  }

 .banners .carousel-item.cloffy-cafe{
    background: 
    linear-gradient(to right, rgba(255,255,255,0) 60%, #faf6f1 100%),
    url('../assets/images/home/brands/cloffy-cafe.png') left center / cover no-repeat;
  background-blend-mode: normal;
  }


/*  product and Technology */
.prod-tech{
  padding: 60px 0px;
      background: #eeeeee5e;
  /* display: none; */
}
.prod-tech .story-text{
  display: flex;
  justify-content: center;
  align-items: center;
}
.prod-tech .story-text h3{
  width: 70%;
  color: var(--green);
  font-size: 24px;
  /* line-height: 36px; */
  font-style: italic;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}
.prod-tech .card{
  border-radius: 12px;
  box-shadow: 0px 0px 7px -2px var(--green);
  height: 100%;
  overflow: hidden;
}
.prod-tech .card .card-body{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.prod-tech .card h2{
  font-size: 24px;
  color: var(--green);
}
.prod-tech .card p{
  font-size: 16px;
}
.prod-tech .card .btn-part{
  margin-top: 10px;
}
.prod-tech .card .btn-part a{
  background-color: var(--green);
  color: var(--white);
  padding: 7px 14px;
  border-radius: 12px;
  font-size: 18px;
}
.prod-tech .card .imgpart{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: radial-gradient(#d3c9c900, #7d8b75);
}
/*  */
.brands-sec{
 padding: 60px 0px 60px 0px;
} 
/* .brands-sec h2.heading {
  font-size: 38px;
} */
.brands-sec .card{
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 1px 1px 8px 8px #9E9E9E;
    border: none;
    position: relative;
}
.brands-sec .card .brand-name{
  position: absolute;
  bottom: 0;
  padding: 15px 0;
  width: 100%;
  background: #00000047;
  text-align: center;
  color: white;
  font-size: 24px;
  margin: 0;
}
.awarded-sec{
  padding: 60px 0px;
}
.awarded-sec .awards{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 10px;
}
.awarded-sec .awards .award{
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .awarded-sec .awards img{
  width: 150px;
  height: 150px;
} */

/* category section */
.category-sec{
  padding: 60px 0px;
}
.category-sec .card{
  border-radius: 12px;
  overflow: hidden;
}

.category-sec .card .card-body .card-title{
  color: var(--green);
  margin: 0;
  font-size: 20px;
}
.category-sec .card .card-body .arrow-part{
  padding: 20px;
  border-radius: 50%;

}
.category-sec .category .card-body{
  display: flex;
  justify-content: space-between;
}
.category-sec .category .card-body img{
  width: 24px;
}
.category-sec .categ-largedevices{
  display: block;
}
.category-sec .categ-smalldevices{
  display: none;
}
.category-sec .owl-carousel .owl-nav button.owl-prev, .category-sec .owl-carousel .owl-nav button.owl-next{
    background: var(--brown);
    border-radius: 50%;
    padding: 0 9px 4px 9px !important;
    position: absolute;
    top: 33%;
    width: 34px;
    height: 34px;
}
.category-sec .owl-carousel .owl-nav button.owl-prev span, .category-sec .owl-carousel .owl-nav button.owl-next span{
    font-size: 30px;
    display: block;
    margin-bottom: 3px;
    display: none;
    color: white;
}
.category-sec .owl-carousel .owl-nav button.owl-prev{
    left: -7%;

}
.category-sec .owl-carousel .owl-nav button.owl-next{
   right: -7%;
}
.category-sec .owl-carousel .owl-nav button.owl-prev,
.category-sec .owl-carousel .owl-nav button.owl-next {
    background: none;
    border: none;
    font-size: 18px;
    color: #fff; 
    background: var(--green);
}

.category-sec .owl-carousel .owl-nav button.owl-prev::before {
    content: "\2190"; /* ← left arrow */
}

.category-sec .owl-carousel .owl-nav button.owl-next::before {
    content: "\2192"; /* → right arrow */
}
.category-sec .owl-carousel button span {
    display: none;
}
.category-sec .owl-carousel .owl-nav button.owl-prev, .category-sec .owl-carousel .owl-nav button.owl-next{
    background: var(--green);
}
.category-sec .owl-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.category-sec .owl-dots .owl-dot{
    width: 15px;
    height: 15px;
    background: #c7eec8;
    border-radius: 50%;
    margin-right: 6px;
}

.category-sec .owl-dots .owl-dot.active{
    background: #09590c;
}



/*  productsrange */
    .products-sec .products h3 {
      color: var(--green);
    }
    .products-sec .products:nth-of-type(even){
        background: #396d1b0d;
}
    .products-sec .product-info{
      padding-left: 16px;
      list-style: disc;
    }
    .products-sec .product-info>li::marker{
      color: var(--green);
    }
    .products-sec .products .btn-part a {
      background: var(--green);
      color: var(--white);
    }
    .products-sec .product-info .sublist{
       display: flex;
      flex-wrap: wrap;
      margin-top: 8px;
      
    }
    .products-sec .product-info .sublist>li::after{
      content: "|";
      margin: 10px;
    }
    .products-sec .product-info .sublist>li:last-child::after{
      content: " ";
    }
    .products-sec .product-info .sublist li {
        list-style: none; 
    }

    .products-sec .product-info .sublist span {
        font-weight: 600;
        color: var(--green); 
        border-bottom: 2px dashed var(--green); 
        padding-bottom: 2px;
        transition: color 0.3s;
    }

    .products-sec .product-info .sublist span:hover {
        color: #2a7a4d; /* slightly darker green on hover */
        border-bottom-color: #2a7a4d;
    }

/*  Responsiveness */

@media screen and (max-width:1399px) {
  .banners .carousel-item .text {
    font-size: 44px;
  }
   .banners .carousel-item img {
     width: 100%;
  }
  .banners .fitlys .text{
    font-size: 46px;
  }
}

@media screen and (max-width:1199px) {
  
.banners .carousel-item .text{
  font-size: 44px;
}
  .category-sec .categories{
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
  }
  
  /* -- */
  /* shop by category  */
  .category-sec .card .card-body .card-title{
    font-size: 16px;
  }
  .category-sec .category .card-body img {
    width: 16px;
  }
}
@media screen and (max-width:991px) {

   
  .brands-sec{
    padding: 60px 0px;
  }
    .category-sec {
      padding: 30px 0px;
    }
   /*  prod-tech */
   .prod-tech .card h2{
    font-size: 24px;
   }
   .prod-tech .card p{
    font-size: 16px;
   }
   .prod-tech .card .btn-part a {
    font-size: 16px;
    padding: 10px 20px;
   }

   /* shop by category  */
    .category-sec .categ-largedevices{
      display: none;
   }
   .category-sec .categ-smalldevices{
    display: block;
   }

  }
  @media screen and (max-width:767px) {

      .prod-tech .story-text h3{
        font-size: 20px;
        width: 100%;
      }
    .category-sec .categories .category a h3{
      font-size: 22px;
    }
        .category-sec .categories{
          grid-template-columns: 1fr 1fr;
        }
        .category-sec .owl-carousel .owl-nav button.owl-next{
          right: -9%;
        }
        .category-sec .owl-carousel .owl-nav button.owl-prev{
          left: -9%;
        }

    .awarded-sec .awards{
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      row-gap: 30px;
    }
      .awarded-sec .awards .award img{
        width: 100px;
      }
    .awarded-sec .awards .award{
      width: 225px;
    }

  }
  @media screen and (max-width:575px) {

        .carousel-item .height-info{
          font-size: 16px;
          padding: 5px;
        
        }
      
        .banners .carousel-item.cloffy .btn-part a,
         .banners .carousel-item.fitlys .btn-part a, 
         .banners .carousel-item.ecoplaswa .btn-part a{
          font-size: 18px;
        }
        /* .banners .carousel-item.ecoplaswa h2.text, .banners .carousel-item.cloffy-cafe h2.text{
          font-size: 40px;
        } */
        .carousel-item .height-info p::after{
          margin: 0 3px;
        }
        .prod-tech-sec .card .content h2{
          font-size: 32px;
        }
        .prod-tech-sec .card .content .text p {
          font-size: 18px;
        }
        .prod-tech-sec .card .content .text .btn-part a{
          font-size: 18px;
        }
        .category-sec .categories{
          gap: 5px;
        }
        .category-sec .categories .category a h3{
          font-size: 16px;
        }
        .category-sec .owl-carousel  .owl-item.active ,
        .category-sec .owl-carousel .owl-item.cloned,
        .category-sec .owl-carousel .owl-item{
          width: 150px;
        }
            .category-sec .owl-carousel .owl-nav button.owl-prev{
              left: 40%;
              top: 100%;
            }
              .category-sec .owl-carousel .owl-nav button.owl-next{
              right: 40%;
              top: 100%;
            }
        .category-sec .card .card-body .card-title{
          font-size: 15px;
        } 
        .category-sec .owl-carousel .owl-nav button.owl-prev,
.category-sec .owl-carousel .owl-nav button.owl-next{
  display: none;
}

        .awarded-sec .awards .award{
          width: 140px;
          height: 120px;
        }
  }