.popular-categories .card-1 figure{position:relative; z-index: 9;}
.popular-categories .card-1 figure::before{position: absolute; content:'';
  width: 100%;
  height: 100%;
  background-color: #0C0C0C;
  opacity: .3;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  top: 0;
  left: 0;
  z-index:1;
}

.popular-categories .card-1:hover figure::before{
	opacity: 0;
}

.popular-categories .card-1 h5{
  position: absolute;
  z-index:99;
  background: #00000069;
  bottom: -1px;
  left: 0%;
  padding: 13px 5px 13px 5px;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  max-height: 100%;
 
}

.popular-categories .card-1 h5 a{
  display: block;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-cart-wrap .product-content-wrap .product-category{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.logo.logo-width-1 a img {
  width: 100px;
}

.hero-slider-1.style-3 .hero-slider-content-2 h1 {
  font-size: 44px;
}

.banners .banner-text,
.banner-img .banner-text{
  display:none
}
.banner-img:hover img {
  opacity: 1;
}
.brand-logo img{
  	filter: none;
  	opacity: 1;
}

.service-image{
  	width :120px;
  	height : 120px;
  margin:0 auto;
  margin-bottom:20px
}

.service-image img{
  	width :100%;
  	height : 100%;
  	object-fit:contain;
  	opacity: 1;
  
}

.client-image{
  	width :190px;
  	height : 150px;
  	margin:0 auto;
}

.client-image img{
  	width :100%;
  	height : 100%;
  	object-fit:contain;
}

.nav-tabs{
  border-bottom: none;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:15px;
}

.nav-tabs .btn-default{
 	border:none;
  	padding:8px 20px !important;
  	margin-right:0px;
    background-color: var(--color-warning);
    border-radius: 50px;
    color: #fff !important;
    font-size: 13px;
}

.nav-tabs .btn-default.active{
  	background-color: var(--color-primary);
    border-bottom: none;
}


.cat-product-filter-link {
  align-items: center;
  color: #55585b;
  display: flex;
  font-size: 14px;
  gap: .5rem;
  position: relative;
}


.address-box{
	padding:20px;
  	text-align:center;
    border-radius: 20px 0;
    box-shadow: 0 0 20px 0 rgb(92 107 149 / 11%);
  	height:100%;
  	transition:all 0.3s;
}
.address-box .box-icon{
  width:100px;
  height:100px;  
  position:relative;
  margin: 0 auto;
  border-radius:20px;
  transition:0.3s;
  background-color: var(--primary-color);
}
.address-box:hover .box-icon{
  position:relative;
  margin: 0 auto;
  border-radius:50%;
  background-color: var(--primary-color);
}

.address-box .box-icon img{
  width:80%;
  height:80%;  
  position:absolute;
  inset:10%;
  transition:all 0.3s;
  filter: brightness(0) invert(1);
}

.contact-from-area{
  	padding:20px;
	border-radius: 20px;
    box-shadow: 0 0 20px 0 rgb(92 107 149 / 11%);
}

.contact-image{
  width:95%;
  margin:0 auto;
}
.contact-image img{
  width:100%
}
.iti__selected-flag {
  	border-radius: 50px 0 0 50px !important;
}

.fixed-btn{
  position: fixed;
  right: -123px;
  top: 35%;
  transform: rotate(270deg) translateX(-50%);
  z-index: 1001;
}

.fixed-btn .fix-btn-item{
  background: var(--color-primary);
  border-radius: 10px 10px 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 8px;
 }

.fixed-btn .fix-btn-item.cat-fixed{
  background: var(--color-secondary);
  margin-left:20px
 }




.whatsappwidget-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
}

.whatsappwidget-link {
    display: flex;
    align-items: center;
}

/* Apply the shake animation only to the img */

.whatsappwidget-link img {
    width: 60px;
    height: 60px;
    /* border-radius: 50%; */
    /* background-color: black;
    padding: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease;
    animation: shake 0.25s infinite; */
    /* Outer portion black */
    /* Space for green WhatsApp icon */
    /* Faster shake effect */
}

.whatsapp-text {
    font-size: 14px;
    color: white;
    margin-left: 10px;
    background-color: black;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: bold;
    opacity: 0.9;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.6);
}