
    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    body {
      /* font-family: 'Inter', sans-serif; */
      background-color: rgb(255, 255, 255);
    }
    .container-fluid{
        padding: 0px 50px;
    }
    /* .container-fluid{
        padding: 0px 80px;
    } */
    a{
        text-decoration: none;
    }
    ul{
      list-style: none;
    }
    img{
        width: 100%;
        height: auto;
    }
    nav {
      .btn{
        border: 0px;
        &:focus{
          border: 0px;
        }
        &:active{
          border:0px;
        }
      }
    }
    .top-bar {
      background-color: #e5e7eb;
      color: #4b5563;
      font-size: 0.75rem;
      padding: 0.25rem 1rem;
    }
    .top-bar a, .top-bar span {
      color: #4b5563;
      text-decoration: none;
      white-space: nowrap;
    }
    .mbl-header-bar-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      color: #ffffff;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.07);
      transition: background 0.2s, color 0.2s, box-shadow 0.2s;
      cursor: pointer;
      margin: 0 auto;
    }
    

    .main-nav {
      background-color: #000;
      color: #fff;
      padding: 0.5rem 1rem;
    }
    .main-nav .brand {
      font-weight: 800;
      font-size: 1.125rem;
      user-select: none;
    }
    .search-input {
      border-radius: 0.375rem 0 0 0.375rem;
      border: none;
      padding: 0.25rem 0.75rem;
      font-size: 0.875rem;
      color: #000;
    }
    .search-input:focus {
      outline: none;
      box-shadow: none;
    }
    .search-btn {
      border-radius: 0 0.375rem 0.375rem 0;
      background-color: #fff;
      border: none;
      padding: 0.25rem 0.75rem;
      color: #000;
    }
    .sub-nav {
      background-color: #f3f4f6;
      color: #4b5563;
      font-size: 0.75rem;
      padding: 0.5rem 1rem;
      user-select: none;
    }
    .sub-nav .btn {
      font-weight: 600;
      border: 0px !important;
      a{
        color: #4b5563;

      }
    }
    .sub-nav .btn:hover, .sub-nav .btn:focus {
      color: #000;
      text-decoration: none;
      outline: none;
      box-shadow: none;
    }
    .badge-custom {
      background-color: #374151;
      font-size: 0.625rem;
      font-weight: 600;
      border-radius: 9999px;
      padding: 0.125rem 0.375rem;
      margin-left: 0.25rem;
    }
    .dropdown-icon {
      font-size: 0.5rem;
      margin-left: 0.125rem;
    }

   
.flash-tittl{
    padding: 10px 0px 5px 0px;
    font-size: 20px;
    /* border-bottom: 1px solid rgb(225, 225, 225); */
    font-weight: 500;
    margin-bottom: 10px;
    p{
        color: red;

    }
    button{
        border:  1px solid red;
        padding: 7px 14px;
        background-color: #fff;
        border-radius: 5px;
    }
    a{
        color: red;
    }

}
.category-select-item-main{
  position: relative;
  width: 100%;
  height: 515px;
  .category-select-item-main-backgroundImage{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
    z-index: -1;
  }
  .category-select-item-main-slider{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px 30px;
  }
  .slick-category-products{
    margin-top: 120px;
  }
}
/* main-slider */
.main-slider{
  padding: 0px;
  border-radius: 10px;
  overflow: hidden;
}
/* flash slider */
.flash-slider .product-card{
  width: 98%;
  margin:auto ;
  padding: 0px 3px;
}
.flash-slider{
  .slick-prev:before, .slick-next:before{
    color: #fff;
    font-size: 25px;
    background-color: var(--secondbrand-color);
    padding: 5px;
    opacity: 1 !important;
  }
  .slick-prev{
    left: -18px !important;
  }
  .slick-prev:before{  
    border-radius: 5px 0px 0px 5px;
  }
  .slick-next{
    right: -8px !important;
  }
  .slick-next:before{
    border-radius: 0px 5px 5px 0px;
  }
}
/* slick-category-products */
.slick-category-products{
  .slick-prev:before, .slick-next:before{
    color: #fff;
    font-size: 25px;
    background-color: var(--secondbrand-color);
    padding: 5px;
    opacity: 1 !important;
  }
  .slick-prev{
    left: -18px !important;
  }
  .slick-prev:before{  
    border-radius: 5px 0px 0px 5px;
  }
  .slick-next{
    right: -8px !important;
  }
  .slick-next:before{
    border-radius: 0px 5px 5px 0px;
  }
}
/* card-divided-main-div */
.card-divided-main-div{
  display: grid;
  grid-template-columns: 16% 16% 16% 16% 16% 16%;
  gap: 10px;
  margin-bottom: 20px;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.card-divided-main-div::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.product-card{
    background: #fff;
    padding-bottom: 17px !important;
    height: auto;
    width: 100%;
    border-radius: 10px;
    /* border: 2px solid #d9d9d9; */
    position: relative;
    &:hover{
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: box-shadow 0.3s ease-in-out;
    }
    .img{
        width: 100%;
        height: 215px;
        padding: 10px;
        background: #fafcff;
        border-radius: 15px 15px 0px 0px;
        margin-bottom: 10px;
        img{
            width: 100%;
            height: 100%;
            object-fit: contain;
            mix-blend-mode: multiply;
        }
    }
    .title{
        
        padding-left: 5px;
        line-height: 20px;
        height: 37px;
        overflow: hidden;
        a{
          color: black;
          font-size: 14x;
        }
    }
    .price-main{
        padding-top: 10px;
    }
    .prices{
        color: var(--secondbrand-color);
        padding-left: 5px;
        
        line-height: 15px;
    }
    .perc{
        font-size: 11;
        
    }
    .dis-price{
        color: gray;
        text-decoration:line-through ;
        font-size: 12px;
        padding-left: 5px;
    }
    .discount-main-div{
      position: absolute;
      top: 63%;
      right: 0px;
      background: url('../../img/saving.svg');
      background-size: contain;
      background-repeat: no-repeat;
      width: 100px;
      color: #fff;
      padding: 2px 6px;
      font-size: 12px;
      z-index: 10;
    }
    .product-card-hover{
      padding-bottom: 3px !important;
    }
}
.category-divided-div{
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  margin: 10px;
  padding: 0px;
  .cat-card{
    margin: 2px;
    /* padding: 5px; */
    text-align: center;
    background-color: #fff;
    a{
      color: black;
      text-decoration: none;
      font-size: 13px;
      padding:1px;
    }
    .img{
      width: 80px;
      margin:1px auto ;
      height: 80px;
      img{
        width: 100%;
        height: 100%;
        object-fit: contain;
      }
    }
    .title{
      text-align: center;
      /* padding-bottom: 5px; */
      line-height: 15px;
      padding-top: 12px;
    }
    &:hover{
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: box-shadow 0.3s ease-in-out;
    }
  }

}
.homepageTopAds{
  margin-top: 20px;
  img{
    border-radius: 10px;
  }
  .bottom{
    margin-top: 20px;
  }
}
.down-ads-img{
  margin-bottom: 20px;
  img{
    width: 100%;
    height: auto;

  }
  .down-ads-imgtop{
    height: auto;
    margin-bottom: 20px;
  }
  
  .down-ads-img-right {
    .top{
    height: auto;
    width: 100%;
    margin-bottom: 10px;
  }
  .down{
    height: auto;
    width: 100%;
  }
  }
}


 .footer-about-part{

   .title{
     color: #fff;
     font-size: 17px;
     font-weight: 600;
     img{
       width: 50px;
       /* margin-left: 20px; */
     }
   }
 }
  
  .newsletter{
    color: #fff;
    padding-right: 20px;
    .title{
      font-weight: 600;
      font-size: 17px;
    }
    .pay-card{
      
      img{
        width: 60px;
        height: 30px;
      }
    }
  }
  .subscribe{
    display: flex;
    margin-top: 15px;
    input{
      width: 70%;
      border-radius: 5px 0px 0px 5px;
      border: none;
      padding: 7px 10px;
      font-size: 14px;
      &:focus{
        outline: none;
        box-shadow: none;
      }
    }
    button{
      width: 30%;
      border-radius: 0px 5px 5px 0px;
      border: none;
      background-color: red;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
    }
  }
  .footer-btn-group{
    .footer-btn{
      border: 1px solid #fff;
      border-radius: 5px;
      padding: 5px 10px;
      a{
        color: #fff;
      }
    }
    
  }
  .desk-footer-group-btn{
    margin-left:25%;
    .google-play{
      margin-left: 14%;
      margin-right: 21%;
    }
  }
  .footer-about-part{
    ul{
    margin: 0px;
    padding: 0px;
    li{
      padding: 5px 0px;
      a{
        color: #f0f0f0;
        font-size: 15px;
      }
    }
  }
    .google-play{
      margin-top: 35px;
    }
    .apple-store{
      /* margin-top: 25px; */
    }
  }
.footer-logo-part{
  img{
    width: 100% !important;
  }
    .support{
    font-weight: 600;
    font-size: 17px;
    padding: 5px 0px 10px 10px;
  }
  .body-div-sup{
    padding-left: 10px;
  }
}
/* product-divided-best-hori-main */
.product-divided-best-hori-main{
  display: grid;
  grid-template-columns: 30% 70%;
  background: #f5f5f5;
  padding: 10px 20px;
  border: 1px solid rgb(255, 255, 255);
  transition: 0.3s;
  &:hover{
    scale: 1.1;
    border: 0px;
  }

  .img{
    width: 120px;
    height: 120px;
    mix-blend-mode: multiply;
    img{
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }
  .body-part{
    padding: 10px 10px 10px 20px;
    line-height: 18px;
    font-size: 14px;
    a{
      color: #000;
    } 
    .rating{
      position: relative;
      width: 120px;
      height: 25px;
      margin-top: 10px;
      
      .text{
        position: absolute;
        top: 5px;
        left: 10px;
        color: #fff;
        z-index: 2;
        font-size: 12px;
      }
    }
    .feature-card-product-fix-price{
      font-size: 22px !important;
    }
    .feature-card-product-discount-price{
      font-size: 18px;
    }
  }
}
.rating-img{
        position: absolute;
        top: 0;
        left: 0px;
        width:100%;
        height: 30px !important;
        z-index: 1;
        mix-blend-mode: multiply;
        img{
          width:100%;
          height:100%;
        }
      }

/* WhatsApp Floating Icon Style */
.whatsapp-float {
  position: fixed;
  bottom: 15px;       
  right: 10px;        
  width: 45px;
  height: 45px;
  background-color: #25d366; /* WhatsApp green */
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  line-height: 45px;
  z-index: 9999;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: pulseZoom 3s infinite;
  transition: transform 0.3s ease-in-out;
}

/* Hover पर Zoom In */
.whatsapp-float:hover {
  transform: scale(1.3);
  background-color: #1ebe57;
  color: #fff;
}

/* Keyframes for continuous zoom-in/zoom-out */
@keyframes pulseZoom {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37,211,102,0.6);
  }
  50% {
    transform: scale(1.2);
    box-shadow: 0 0 0 15px rgba(37,211,102,0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37,211,102,0);
  }
}

/* WhatsApp Icon inside
.whatsapp-float i {
  line-height: 60px;
} */
.custom-scroll {
  overflow-y: auto;
  max-height: 100vh; /* full screen height */
  padding-bottom: 20px; /* thoda spacing niche */
  scrollbar-width: thin; /* firefox */
}

/* Optional: scrollbar design (for Chrome, Edge, etc.) */
.custom-scroll::-webkit-scrollbar {
  width: 6px;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}
.custom-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
.download-part {
    margin: 20px 0;
}

.download-box {
    background: #ffffff;
    padding: 18px 25px;
    border-radius: 14px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: 0.3s ease-in-out;
}

.download-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.download-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.download-btn {
    background: #007bff;
    padding: 8px 18px;
    border-radius: 8px;
    color: #fff !important;
    font-weight: 500;
    text-decoration: none;
    transition: 0.25s;
}

.download-btn:hover {
    background: #0056b3;
    padding-right: 25px;
}

  .share-wrapper { position: relative; display: inline-block; }
  .share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px; height: 40px;
    border-radius: 8px;
    background: #f2f2f2;
    border: 1px solid #ddd;
    cursor: pointer;
    text-decoration: none;
  }

  /* Card */
  .share-card {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    top: 100%;
    min-width: 220px;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    border-radius: 10px;
    padding: 10px;
    display: none;
    z-index: 50;
  }
  .share-card.show { display: block; }

  .share-card .share-item {
    display:flex; align-items:center; gap:10px;
    padding:8px; border-radius:8px; cursor:pointer;
  }
  .share-card .share-item:hover { background: #f7f7f7; }

  .share-item svg { width:20px; height:20px; flex: 0 0 20px; }

  .copy-feedback {
    margin-top:6px;
    font-size:12px;
    color: #1a7f37;
    display:none;
  }
  .copy-feedback.show { display:block; }

