@media (max-width:768px) {
  #cate .owl-carousel .owl-stage-outer {
    height: 400px
  }
}
.card {
  width: 300px;
  border-radius: 10px;
  border: none
}
.card-inner {
  position: relative;
  width: 100%;
  height: 150px;
  padding-bottom: 100%;
  transition: transform .6s;
  transform-style: preserve-3d
}
.card:hover .card-inner {
  transform: rotateY(180deg)
}
.card-back,
.card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px
}
.card-front {
  background-image: url('../../images/im.png')
}
.card-front h3 {
  color: #fff;
  font-family: cursive;
}
.card-back {
  background: #ffbe00;
  color: #fff;
  transform: rotateY(180deg)
}
.categories {
  padding: 50px 0;
  position: relative;
  background-image: url('../../image/categories_bg3.webp');
  background-size: cover;
  background-position: center
}
.categories::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255 255 255 / 64%);
  z-index: 1
}
.categories .container {
  position: relative;
  max-width: 1300px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  z-index: 2
}
.categories h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  background-color: #ffbe00;
  margin-left: -10px
}
.categories h2 {
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  margin-left: 30px;
  margin-bottom: 10px;
  color: #333;
  padding: 10px;
  position: relative
}
.category-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,.2);
  overflow: hidden;
  transition: transform .3s ease,box-shadow .3s ease;
  margin: 40px 0 40px 35px;
  width: 290px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center
}
.category-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 9px 15px rgba(0,0,0,.3)
}
.category-card img {
  width: 100%;
  height: 70%;
  object-fit: contain;
  padding: 20px;
  border-radius: 25px
}
.category-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0 0 40px
}
.owl-carousel {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap
}
.owl-carousel .category-card {
  flex: 0 0 30%
}
.owl-prev1 {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px;
  margin-left: -25px;
  left: -15px
}
.owl-next1 {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px;
  margin-right: -10px;
  right: -35px
}
.owl-next1:hover,
.owl-prev1:hover {
  font-size: 30px;
  background-color: #e6e6e6;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1)
}
.view-all-category {
  text-align: center;
  margin-top: 15px
}
.view-all-1 {
  background-color: transparent;
  color: #4192df;
  border: none;
  padding: 12px 35px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .3s ease,border-color .3s ease
}
@media (min-width:768px) and (max-width:1024px) {
  .categories h2 {
    font-size: 28px!important;
    margin-left: 19px!important
  }
  .owl-carousel .category-card {
    flex: 0 0 45%;
    width: 340px;
    height: auto;
    margin: 20px auto
  }
}
@media (min-width:425px) and (max-width:768px) {
  .column-1 {
    width: 50%;
    display: flex
  }
  .title {
    font-size: 29px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    text-shadow: 2px 2px 3px rgba(0,0,0,.3)
  }
  .contact-info .country-code {
    width: 37%
  }
}
@media (min-width:320px) and (max-width:425px) {
  .column-1 {
    display: none
  }
  .title {
    font-size: 29px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    text-shadow: 2px 2px 3px rgba(0,0,0,.3)
  }
  .column-2 {
    width: 100%
  }
  .contact-info .country-code {
    width: 37%
  }
}
@media (max-width:768px) {
  .owl-carousel .category-card {
    flex: 0 0 45%;
    width: 300px;
    height: 300px;
    margin: 20px auto
  }
  .categories h2 {
    font-size: 25px
  }
  .categories h2 span {
    font-size: 28px
  }
  .owl-carousel {
    flex-direction: column;
    align-items: center
  }
  .owl-prev1 {
    display: none
  }
  .owl-next1 {
    display: none
  }
}
.product-1-5 {
  padding: 30px 0 30px;
  background-color: #fafafa
}
.product-1-5 .container-product-1-5 {
  position: relative;
  max-width: 1270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  z-index: 2
}
.product-1-5 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  background-color: #ffbe00;
  margin-left: -10px
}
.product-1-5 h2 {
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  margin-left: 20px;
  margin-bottom: 10px;
  color: #333;
  padding: 10px;
  position: relative
}
.product-1-card-5 {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,.2);
  overflow: hidden;
  transition: transform .3s ease,box-shadow .3s ease;
  padding: 15px;
  margin: 20px;
  width: 290px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 0;
  position: relative
}
.product-1-card-5:hover {
  box-shadow: 0 9px 15px rgba(0,0,0,.3)
}
.product-1-card-5 img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: contain
}
.product-1-card-5 h4 {
  width: 100%;
  height: 55px;
  font-size: 17px;
  text-align: left;
  font-weight: 500;
  color: #333;
  margin: 10px 0
}
.product-price-5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 0 0 20px
}
.product-price-alt-5 {
  font-size: 20px;
  color: #06cf06;
  margin-left: 10px
}
.product-price-alt-5:first-child {
  color: #777;
  text-decoration: line-through
}
.add-to-cart-5 {
  background-color: #ffbe00;
  color: #333;
  border: none;
  padding: 10px 85px;
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color .3s ease
}
.owl-carousel-product-1-5 {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap
}
.owl-carousel-product-1-5 .product-1-card-5 {
  flex: 0 0 30%
}
.owl-prev6 {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px;
  margin-left: -20px;
  left: -30px
}
.owl-next6 {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px;
  margin-left: -20px;
  right: -55px
}
.owl-next6:hover,
.owl-prev6:hover {
  font-size: 30px;
  background-color: #e6e6e6;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1)
}
.view-all-product-1-5 {
  text-align: center;
  margin-top: 15px
}
.view-all-1-5 {
  background-color: transparent;
  color: #4192df;
  border: none;
  padding: 12px 35px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .3s ease,border-color .3s ease
}
@media (min-width:601px) and (max-width:1024px) {
  .product-1-5 .container-product-1-5 {
    position: relative;
    max-width: 715px
  }
  .product-1-5 h2 {
    font-size: 28px!important;
    margin-left: 10px
  }
  .owl-carousel-product-1-5 .product-1-card-5 {
    width: 315px!important
  }
  .product-price-alt-5 {
    margin-left: 0;
    margin-right: 15px
  }
  .add-to-cart-5 {
    padding: 10px 97px
  }
}
@media (max-width:768px) {
  .owl-carousel-product-1-5 .product-1-card-5 {
    flex: 0 0 45%;
    width: 300px;
    height: auto;
    margin: 20px auto
  }
  .product-1-card-5 h4 {
    font-size: 14px!important
  }
  .product-1-5 h2 {
    font-size: 25px
  }
  .owl-carousel-product-1-5 {
    flex-direction: column;
    align-items: center
  }
  .owl-prev6 {
    display: none
  }
  .owl-next6 {
    display: none
  }
}
.product-1-4 {
  padding: 0 0 30px;
  background-color: #fafafa
}
.product-1-4 .container-product-1-4 {
  position: relative;
  max-width: 1270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  z-index: 2
}
.product-1-4 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  background-color: #ffbe00;
  margin-left: -10px
}
.product-1-4 h2 {
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  margin-left: 20px;
  margin-bottom: 10px;
  color: #333;
  padding: 10px;
  position: relative
}
.product-1-card-4 {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,.2);
  overflow: hidden;
  transition: transform .3s ease,box-shadow .3s ease;
  padding: 15px;
  margin: 20px;
  width: 290px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 0;
  position: relative
}
.product-1-card-4:hover {
  box-shadow: 0 9px 15px rgba(0,0,0,.3)
}
.product-1-card-4 img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: contain
}
.product-1-card-4 h4 {
  width: 100%;
  height: 55px;
  font-size: 17px;
  text-align: left;
  font-weight: 500;
  color: #333;
  margin: 10px 0
}
.product-price-4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 0 0 20px
}
.product-price-alt-4 {
  font-size: 20px;
  color: #06cf06;
  margin-left: 10px
}
.product-price-alt-4:first-child {
  color: #777;
  text-decoration: line-through
}
.add-to-cart-4 {
  background-color: #ffbe00;
  color: #333;
  border: none;
  padding: 10px 85px;
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color .3s ease
}
.owl-carousel-product-1-4 {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap
}
.owl-carousel-product-1-4 .product-1-card-4 {
  flex: 0 0 30%
}
.owl-prev5 {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px;
  margin-left: -20px;
  left: -30px
}
.owl-next5 {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px;
  margin-left: -20px;
  right: -55px
}
.owl-next5:hover,
.owl-prev5:hover {
  font-size: 30px;
  background-color: #e6e6e6;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1)
}
.view-all-product-1-4 {
  text-align: center;
  margin-top: 15px
}
.view-all-1-4 {
  background-color: transparent;
  color: #4192df;
  border: none;
  padding: 12px 35px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .3s ease,border-color .3s ease
}
@media (min-width:601px) and (max-width:1024px) {
  .product-1-4 .container-product-1-4 {
    position: relative;
    max-width: 715px
  }
  .product-1-4 h2 {
    font-size: 28px!important;
    margin-left: 10px
  }
  .owl-carousel-product-1-4 .product-1-card-4 {
    width: 315px!important
  }
  .product-price-alt-4 {
    margin-left: 0;
    margin-right: 15px
  }
  .add-to-cart-4 {
    padding: 10px 97px
  }
}
@media (max-width:768px) {
  .owl-carousel-product-1-4 .product-1-card-4 {
    flex: 0 0 45%;
    width: 300px;
    height: auto;
    margin: 20px auto
  }
  .product-1-4 h2 {
    font-size: 25px
  }
  .product-1-card-4 h4 {
    font-size: 14px
  }
  .owl-carousel-product-1-4 {
    flex-direction: column;
    align-items: center
  }
  .owl-prev5 {
    display: none
  }
  .owl-next5 {
    display: none
  }
}
.product-1 {
  padding: 50px 0 30px;
  background-color: #fafafa
}
.product-1 .container-product-1 {
  position: relative;
  max-width: 1270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  z-index: 2
}
.product-1 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  background-color: #ffbe00;
  margin-left: -10px
}
.product-1 h2 {
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  margin-left: 20px;
  margin-bottom: 10px;
  color: #333;
  padding: 10px;
  position: relative
}
.product-1-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,.2);
  overflow: hidden;
  transition: transform .3s ease,box-shadow .3s ease;
  padding: 15px;
  margin: 20px;
  width: 290px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative
}
.product-1-card:hover {
  box-shadow: 0 9px 15px rgba(0,0,0,.3)
}
.product-1-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: contain
}
.product-1-card h4 {
  width: 100%;
  height: 55px;
  font-size: 17px;
  text-align: left;
  font-weight: 500;
  color: #333;
  margin: 10px 0 10px
}
.product-price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin: 0 0 20px
}
.product-price-alt {
  font-size: 20px;
  color: #06cf06;
  margin-left: 10px
}
.product-price-alt:first-child {
  color: #777;
  text-decoration: line-through
}
.add-to-cart {
  background-color: #ffbe00;
  color: #333;
  border: none;
  padding: 10px 85px;
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color .3s ease
}
.owl-carousel {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap
}
.owl-prev2 {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px;
  margin-left: -20px;
  left: -30px
}
.owl-next2 {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px;
  margin-right: -20px;
  right: -30px
}
.owl-dots {
  display: none
}
.owl-next2:hover,
.owl-prev2:hover {
  font-size: 30px;
  background-color: #e6e6e6;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1)
}
.view-all-product-1 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px
}
.view-all-1-1 {
  background-color: transparent;
  color: #4192df;
  border: none;
  padding: 12px 35px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .3s ease,border-color .3s ease
}
@media (min-width:601px) and (max-width:1024px) {
  .product-1 .container-product-1 {
    position: relative;
    max-width: 715px
  }
  .owl-carousel .product-1-card {
    width: 315px!important
  }
  .product-1 h2 {
    font-size: 28px!important;
    margin-left: 10px
  }
  .product-price-alt {
    margin-left: 0;
    margin-right: 15px
  }
  .add-to-cart {
    padding: 10px 97px
  }
}
@media (max-width:768px) {
  .owl-carousel .product-1-card {
    flex: 0 0 45%;
    width: 300px;
    height: auto;
    margin: 20px auto
  }
  .product-1-card-3 h4 {
    font-size: 14px!important
  }
  .product-1 h2 {
    font-size: 25px
  }
  .product-1-card h4 {
    font-size: 14px!important
  }
  .owl-carousel {
    flex-direction: column;
    align-items: center
  }
  .owl-prev2 {
    display: none
  }
  .owl-next2 {
    display: none
  }
}
.top-category {
  padding: 0 0 30px;
  background-color: #f8f8f8
}
.top-container-top-category {
  max-width: 1290px;
  margin: 0 auto;
  text-align: left;
  padding: 0 20px
}
.top-category h2::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -2px;
  bottom: -8px;
  width: 5px;
  background-color: #ffbe00;
  margin-left: -10px
}
.top-category h2 {
  font-size: 40px;
  font-weight: 600;
  color: #333;
  margin-left: 15px;
  padding: 0 0 0 5px;
  margin-bottom: 30px;
  position: relative
}
.top-category-cards {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: nowrap
}
.top-category-card {
  width: 23%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,.2);
  position: relative;
  transition: transform .3s ease,box-shadow .3s ease
}
.top-card-image {
  width: 100%;
  height: 250px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative
}
.top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1
}
.top-card-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  z-index: 2;
  text-align: center
}
.top-category-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0,0,0,.3)
}
@media (min-width:601px) and (max-width:1024px) {
  .top-category h2 {
    margin-bottom: 0
  }
  .top-container-top-category {
    padding: 0 25px
  }
}
@media (max-width:768px) {
  .top-category-cards {
    flex-direction: row;
    align-items: center
  }
  .top-category-card {
    width: 80%;
    margin-bottom: 20px
  }
  .top-card-image {
    height: 175px
  }
  .top-card-title {
    font-size: 17px
  }
  .top-category h2 {
    font-size: 28px
  }
}
@media (max-width:480px) {
  .top-category-card {
    width: 100%
  }
  .top-category h2 {
    font-size: 24px
  }
}
#about-us {
  padding: 40px 0;
  background-color: #e7e7e7
}
#about-us .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px
}
.about-card {
  width: calc(25% - 20px);
  overflow: hidden;
  text-align: center
}
.about-card img {
  width: 25%;
  height: auto
}
.about-card h3 {
  padding: 15px;
  font-size: 18px;
  color: #333
}
@media (min-width:601px) and (max-width:1024px) {
  #about-us .container {
    display: flex;
    flex-direction: row
  }
  .about-card {
    width: calc(33% - 0px)!important
  }
}
@media (max-width:768px) {
  .about-card {
    width: calc(50% - 20px)
  }
}
@media (max-width:480px) {
  .about-card {
    width: 100%
  }
}
.product-1-2 {
  padding: 50px 0 30px;
  background-color: #fafafa
}
.product-1-2 .container-product-1-2 {
  position: relative;
  max-width: 1270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  z-index: 2
}
.product-1-2 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  background-color: #ffbe00;
  margin-left: -10px
}
.product-1-2 h2 {
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  margin-left: 20px;
  margin-bottom: 10px;
  color: #333;
  padding: 10px;
  position: relative
}
.product-1-card-2 {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,.2);
  overflow: hidden;
  transition: transform .3s ease,box-shadow .3s ease;
  padding: 15px;
  margin: 20px;
  width: 290px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 0;
  position: relative
}
.product-1-card-2:hover {
  box-shadow: 0 9px 15px rgba(0,0,0,.3)
}
.product-1-card-2 img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 5px
}
.product-1-card-2 h4 {
  width: 100%;
  height: 55px;
  font-size: 17px;
  text-align: left;
  font-weight: 500;
  color: #333;
  margin: 10px 0
}
.product-price-2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 0 0 20px
}
.product-price-alt-2 {
  font-size: 20px;
  color: #06cf06;
  margin-left: 10px
}
.product-price-alt-2:first-child {
  color: #777;
  text-decoration: line-through
}
.add-to-cart-2 {
  background-color: #ffbe00;
  color: #333;
  border: none;
  padding: 10px 85px;
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color .3s ease
}
.owl-carousel-product-1-2 {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap
}
.owl-carousel-product-1-2 .product-1-card-2 {
  flex: 0 0 30%
}
.owl-prev3 {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px;
  margin-left: -20px;
  left: -30px
}
.owl-next3 {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px;
  margin-left: -20px;
  right: -60px
}
.owl-next3:hover,
.owl-prev3:hover {
  font-size: 30px;
  background-color: #e6e6e6;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1)
}
.view-all-product-1-2 {
  text-align: center;
  margin-top: 15px
}
.view-all-1-2 {
  background-color: transparent;
  color: #4192df;
  border: none;
  padding: 12px 35px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .3s ease,border-color .3s ease
}
@media (min-width:601px) and (max-width:1024px) {
  .product-1-2 .container-product-1-2 {
    position: relative;
    max-width: 715px
  }
  .product-1-2 h2 {
    font-size: 28px!important;
    margin-left: 10px
  }
  .owl-carousel-product-1-2 .product-1-card-2 {
    width: 315px!important
  }
  .product-price-alt-2 {
    margin-left: 0;
    margin-right: 15px
  }
  .add-to-cart-2 {
    padding: 10px 97px
  }
}
@media (max-width:768px) {
  .owl-carousel-product-1-2 .product-1-card-2 {
    flex: 0 0 45%;
    width: 300px;
    height: auto;
    margin: 20px auto
  }
  .product-1-card-2 h4 {
    font-size: 14px
  }
  .product-1-2 h2 {
    font-size: 25px
  }
  .owl-carousel-product-1-2 {
    flex-direction: column;
    align-items: center
  }
  .owl-prev3 {
    display: none
  }
  .owl-next3 {
    display: none
  }
}
.product-1-3 {
  padding: 0 0 30px;
  background-color: #fafafa
}
.product-1-3 .container-product-1-3 {
  position: relative;
  max-width: 1270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  z-index: 2
}
.product-1-3 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  background-color: #ffbe00;
  margin-left: -10px
}
.product-1-3 h2 {
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  margin-left: 20px;
  margin-bottom: 10px;
  color: #333;
  padding: 10px;
  position: relative
}
.product-1-card-3 {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,.2);
  overflow: hidden;
  transition: transform .3s ease,box-shadow .3s ease;
  padding: 15px;
  margin: 20px;
  width: 290px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 0;
  position: relative
}
.product-1-card-3:hover {
  box-shadow: 0 9px 15px rgba(0,0,0,.3)
}
.product-1-card-3 img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: contain
}
.product-1-card-3 h4 {
  width: 100%;
  height: 55px;
  font-size: 17px;
  text-align: left;
  font-weight: 500;
  color: #333;
  margin: 10px 0
}
.product-price-3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 0 0 20px
}
.product-price-alt-3 {
  font-size: 20px;
  color: #06cf06;
  margin-left: 10px
}
.product-price-alt-3:first-child {
  color: #777;
  text-decoration: line-through
}
.add-to-cart-3 {
  background-color: #ffbe00;
  color: #333;
  border: none;
  padding: 10px 85px;
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color .3s ease
}
.owl-carousel-product-1-3 {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap
}
.owl-carousel-product-1-3 .product-1-card-3 {
  flex: 0 0 30%
}
.owl-prev4 {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px;
  margin-left: -20px;
  left: -30px
}
.owl-next4 {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px;
  margin-left: -20px;
  right: -54px
}
.owl-next4:hover,
.owl-prev4:hover {
  font-size: 30px;
  background-color: #e6e6e6;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1)
}
.view-all-product-1-3 {
  text-align: center;
  margin-top: 15px
}
.view-all-1-3 {
  background-color: transparent;
  color: #4192df;
  border: none;
  padding: 12px 35px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .3s ease,border-color .3s ease
}
@media (min-width:601px) and (max-width:1024px) {
  .mobile-banner-img {
    height: auto!important
  }
  .product-1-3 .container-product-1-3 {
    position: relative;
    max-width: 715px
  }
  .product-1-3 h2 {
    font-size: 28px!important;
    margin-left: 10px
  }
  .owl-carousel-product-1-3 .product-1-card-3 {
    width: 315px!important
  }
  .product-price-alt-3 {
    margin-left: 0;
    margin-right: 15px
  }
  .add-to-cart-3 {
    padding: 10px 97px
  }
}
@media (max-width:768px) {
  .owl-carousel-product-1-3 .product-1-card-3 {
    flex: 0 0 45%;
    width: 300px;
    height: auto;
    margin: 20px auto
  }
  .product-1-3-card h4 {
    font-size: 14px
  }
  .product-1-3 h2 {
    font-size: 25px
  }
  .owl-carousel-product-1-3 {
    flex-direction: column;
    align-items: center
  }
  .owl-prev4 {
    display: none
  }
  .owl-next4 {
    display: none
  }
  .mobile-banner-img {
    height: 256px
  }
}
 /* Services Section - Modern Responsive Design */
 #about-us {
  padding: 60px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  min-height: 35vh;
  display: flex;
  align-items: center;
}

#about-us .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  align-items: stretch;
}

.about-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.5);
}

.about-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #ffbe00;
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.about-card:hover::before {
  transform: translateX(0);
}

.about-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: rgba(59, 130, 246, 0.2);
}

.about-card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  border: 4px solid #ffffff;
}

.about-card:hover img {
  transform: scale(1.1);
  box-shadow: 0 12px 32px rgba(59, 130, 246, 0.3);
  border-color: rgba(59, 130, 246, 0.2);
}

.about-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 16px 0;
  line-height: 1.3;
  transition: color 0.3s ease;
  letter-spacing: -0.025em;
}

.about-card:hover h3 {
  color: #ffbe00;
}

.about-card span {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
  transition: color 0.3s ease;
  max-width: 100%;
}

.about-card:hover span {
  color: #475569;
}

/* Alternative Layout - If you prefer rectangular images */
.about-card.rectangular img {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  #about-us {
    padding: 40px 0;
  }
  
  #about-us .container {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 16px;
  }
  
  .about-card {
    padding: 24px;
  }
  
  .about-card img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
  
  .about-card h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
  
  .about-card span {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .about-card {
    padding: 20px;
  }
  
  .about-card img {
    width: 80px;
    height: 80px;
  }
  
  .about-card h3 {
    font-size: 1.125rem;
  }
  
  .about-card span {
    font-size: 0.875rem;
  }
}

/* Loading Animation (Optional) */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-card {
  animation: fadeInUp 0.6s ease forwards;
}

.about-card:nth-child(2) {
  animation-delay: 0.1s;
}

.about-card:nth-child(3) {
  animation-delay: 0.2s;
}

.about-card:nth-child(4) {
  animation-delay: 0.3s;
}

/* Dark Mode Support (Optional) */
/* @media (prefers-color-scheme: dark) {
  #about-us {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  }
  
  .about-card {
    background: #1e293b;
    border-color: rgba(71, 85, 105, 0.3);
  }
  
  .about-card h3 {
    color: #f1f5f9;
  }
  
  .about-card:hover h3 {
    color: #ffbe00;
  }
  
  .about-card span {
    color: #94a3b8;
  }
  
  .about-card:hover span {
    color: #cbd5e1;
  }
} */

/* ===== Campaign Recommended Badge ===== */
.recommended-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #ffbe00 0%, #ff9d00 100%);
  color: #000;
  padding: 5px 14px;
  border-radius: 25px;
  font-size: 10px;
  font-weight: 800;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(255, 157, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: all 0.3s ease;
}

.recommended-badge::before {
  content: '★';
  font-size: 12px;
  margin-top: -2px;
}

/* ===== Fit Food Store Section ===== */
.product-fit-food {
  padding: 40px 0;
  background: #f9fafb
}
.container-product-fit-food {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative
}
.container-product-fit-food h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1b2c51;
  margin-bottom: 20px;
  padding-left: 10px
}
.product-1-card-fit {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,.2);
  overflow: hidden;
  transition: transform .3s ease,box-shadow .3s ease;
  padding: 15px;
  margin: 20px;
  width: 290px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 0;
  position: relative
}
.product-1-card-fit:hover {
  box-shadow: 0 9px 15px rgba(0,0,0,.3)
}
.product-1-card-fit img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: contain
}
.product-1-card-fit h4 {
  width: 100%;
  height: 55px;
  font-size: 17px;
  text-align: left;
  font-weight: 500;
  color: #333;
  margin: 10px 0;
  overflow: hidden
}
.product-1-card-fit h4 a {
  color: #333;
  text-decoration: none
}
.product-1-card-fit h4 a:hover {
  color: #1b2c51
}
.product-price-fit {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0
}
.product-price-fit span:first-child {
  color: #999;
  text-decoration: line-through;
  font-size: 13px
}
.product-price-fit span:last-child {
  color: #1b2c51;
  font-weight: 700;
  font-size: 16px
}
.add-to-cart-fit {
  width: 100%;
  padding: 10px 20px;
  background: #1b2c51;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s ease;
  margin-top: 8px
}
.add-to-cart-fit:hover {
  background: #27408b
}
.view-all-fit-food {
  text-align: center;
  margin-top: 20px
}
.owl-prev-fit,
.owl-next-fit {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px
}
.owl-prev-fit {
  margin-left: -20px
}

/* ===== TFL Lifestyle Section ===== */
.product-lifestyle {
  padding: 40px 0;
  background: #fff
}
.container-product-lifestyle {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative
}
.container-product-lifestyle h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1b2c51;
  margin-bottom: 20px;
  padding-left: 10px
}
.product-1-card-lifestyle {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,.2);
  overflow: hidden;
  transition: transform .3s ease,box-shadow .3s ease;
  padding: 15px;
  margin: 20px;
  width: 290px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 0;
  position: relative
}
.product-1-card-lifestyle:hover {
  box-shadow: 0 9px 15px rgba(0,0,0,.3)
}
.product-1-card-lifestyle img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: contain
}
.product-1-card-lifestyle h4 {
  width: 100%;
  height: 55px;
  font-size: 17px;
  text-align: left;
  font-weight: 500;
  color: #333;
  margin: 10px 0;
  overflow: hidden
}
.product-1-card-lifestyle h4 a {
  color: #333;
  text-decoration: none
}
.product-1-card-lifestyle h4 a:hover {
  color: #1b2c51
}
.product-price-lifestyle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0
}
.product-price-lifestyle span:first-child {
  color: #999;
  text-decoration: line-through;
  font-size: 13px
}
.product-price-lifestyle span:last-child {
  color: #1b2c51;
  font-weight: 700;
  font-size: 16px
}
.add-to-cart-lifestyle {
  width: 100%;
  padding: 10px 20px;
  background: #1b2c51;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s ease;
  margin-top: 8px
}
.add-to-cart-lifestyle:hover {
  background: #27408b
}
.view-all-lifestyle {
  text-align: center;
  margin-top: 20px
}
.owl-prev-lifestyle,
.owl-next-lifestyle {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px
}
.owl-prev-lifestyle {
  margin-left: -20px
}

@media (max-width: 768px) {
  .product-1-card-fit,
  .product-1-card-lifestyle {
    width: 300px;
    margin: 20px auto
  }
  .owl-prev-fit,
  .owl-next-fit,
  .owl-prev-lifestyle,
  .owl-next-lifestyle {
    display: none
  }
}
