.brds {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-item {
  width: 33.33%;
  position: relative;
  display: inline-block;
  padding: 10px;
  border: 1px solid #eee;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.brds li {
  list-style: none;
}

.brds li img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  border-radius: 10px;
}

.brds li a h2 {
  font-size: 16px;
}

span.ast-woo-product-category {
  font-size: 13px;
  display: inline-block;
}

a.product_type_redq_rental.add_to_cart_button {
  display: none;
  margin: 10px 0px;
  text-align: center;
}

.h-seprater .elementor-heading-title {
  position: relative;
  padding-left: 40px;
  margin-top: 15px;
}

.h-seprater h2.elementor-heading-title::before {
  content: "➜";
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translateY(-50%);
  animation: arrowMove 1.2s infinite ease-in-out;
  color: #ff6000;
  font-size: 22px;
}

@keyframes arrowMove {
  0% {
    transform: translateY(-50%) translateX(0);
    opacity: 0.3;
  }

  50% {
    transform: translateY(-50%) translateX(8px);
    opacity: 1;
  }

  100% {
    transform: translateY(-50%) translateX(0);
    opacity: 0.3;
  }
}


/* why choose us  */

.wcu-container {
  max-width: 1440px;
  margin: auto;
}

.wcu-title {
  font-size: 32px;
  color: #6ec1e4;
  font-weight: 700;
  margin-bottom: 10px;
}

.wcu-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

div.e-con-inner {
  max-width: 1440px !important;
}

.wcu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.wcu-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 35px 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.wcu-card:hover {
  transform: translateY(-6px);
}

.wcu-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff8c42, #ffb347);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
}

.wcu-card h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.wcu-card p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.wcu-count {
  font-size: 18px;
  font-weight: 600;
  color: #ff6a00;
}

.product-attr-values {
  font-size: 14px;
  color: #444;
  margin: 6px 0 10px;
  font-weight: 500;
}

.scrs_0 .elementor-heading-title {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.scrs_0 .elementor-heading-title span {
  display: inline-block;
  padding-left: 100%;
  animation: scrollLeft 12s linear infinite;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

 ul.products li {
  position: relative !important;
  display: inline-block !important;
  padding: 5px !important;
  border: 1px solid #eee;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

ul.products li img {
  object-fit: cover;
  border-radius: 10px;
}

.whatsapp-float {
  position: fixed !important;
  bottom: 80px;
  right: 20px;
  width: 56px;
  height: 56px;
}

.whatsapp-float img {
  width: 80px;
  height: 80px;
}

/* ----------- */

@media (max-width:600px) {

  .wcu-grid {
    display: grid;
    grid-template-columns: unset;
    gap: 25px;
  }

  .whatsapp-float img {
    width: 80px;
    height: 80px;
  }

  .whatsapp-float img {
    position: absolute;
    z-index: 9;
    top: 16%;
    right: 0;
  }
  .woocommerce-js ul.products, .woocommerce-js ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 0.5em!important;
}
  ul.products.columns-4{
    margin-bottom: 0px;
  }
}

