/* Reset & Basic */
* {margin:0;padding:0;box-sizing:border-box; font-family: 'Quattrocento Sans', sans-serif;}
body {line-height:1.6;background:#fefefe;color:#333;}




/* Hero Banner */
/* Hero Section */
/* Main container */
.hero {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 85vh;
}

@media (max-width: 768px) {
  .hero-slider {
    height: 45vh;
  }
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .6s ease-in-out;
}

.slide.active {
  opacity: 1;
}

.slide img {
     width: 100%;
    height: 100%;
    object-fit: inherit;
    object-position: center;
    display: block;
}

.slider-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}

.slider-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: .5;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: .3s;
}

.slider-dots .active-dot {
  opacity: 1;
  background: #ff0077;
}

/* Overlay Text */
/* .hero-overlay {
  position: absolute;
  top: 20%;
  left: 10%;
  background: rgba(255,255,255,0.4);
  padding: 15px 20px;
  border-radius: 10px;
  backdrop-filter: blur(4px);
}

.hero-overlay ul {
  list-style: none;
}

.hero-overlay li {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}

.hero-overlay li::before {
  content: "✔ ";
  color: #b75a00;
} */

/* Dots */
/* Responsive */
@media (max-width: 768px) {
  .hero { height: 45vh; }

  .hero-overlay {
    top: 55%;
    left: 2%;
    padding: 10px 14px;
  }

  .hero-overlay li {
    font-size: 14px;
  }
}
.h2-top {
  font-weight: 700;
  text-align: center;
  font-size: 36px;
  margin-top: 17px;
}
@media(max-width:768px) {
.h2-top {
  font-size: 21px;
  margin-top: 4px;
  } 
}
/* Search & Tabs */
.search-tabs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; 
  padding: 20px 10%;     
  margin-top: 20px;       
  flex-wrap: wrap;
}
/* Search bar left */
.search-bar {
  width: 250px;
}
.search-bar input {
  width: 125%;
  padding: 8px 12px;
  border: 1px solid #ff5183;
  border-radius: 11px;
  font-size: 14px;
  outline: none; /* default blue outline hata do */
  transition: all 0.3s ease;
}

.search-bar input:focus {
  border-color: #b75a00;  /* focus par golden border */
  box-shadow: 0 0 5px rgba(193, 90, 0, 0.8); /* halka shadow */
}

/* Tabs right */
.tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Individual tab buttons */
.tab {
  padding: 9px 18px;
  border: 1px solid #ff5183;
  background: #fff;
  cursor: pointer;
  border-radius: 11px;
}

.tab.active {
  background: black;
  color: white;
}

/* Mobile responsiveness */
@media(max-width:768px){
  .search-tabs {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    padding: 10px 5%;
  }
  .tabs {
    margin-top: 10px;
  }
  .tab {
    padding: 6px 14px;
  }
}
/* Products */
.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Desktop par hamesha 4 cards */
  gap: 20px;
  padding: 20px 10%;
  justify-content: center;
}

.product-card {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
  max-width: 341px;   /* Card ki max size fix */
  margin: -4px;    
}



.price {
  font-size: 20px !important;
  font-weight: 700;
}

.product-card img {
     object-fit: cover;
    width: 185px;
    height: 185px;
    margin-left: 36px;
}

@media (max-width: 992px) {
 
  
.product-card img {
   
    margin-left: 53px !important;
}
}

@media (max-width: 600px) {
 
  .product-card img {
   
    margin-left: 53px !important;
}
}



.product-card h3 {
  padding: 10px 5px 0 5px;
  text-align: left;
  font-size: 20px;
  height: 73px;
}

.product-card p {
  padding: 5px 10px;
  font-size: 14px;
  flex: 1;
  text-align: left;
}

.btns {
  display: flex;
  justify-content: space-around;
  padding: 10px 0 20px 0;
}

.btns button {
  padding: 10px 11px;
    /* border: none; */
    cursor: pointer;
    border-radius: 10px;
    Border: 1px solid #ff4f81;
}
 .add-cart { 
  background: white;
  color: black;
} 

.add-cart:hover { 
  background: black;
  color: #ffffff;
} 

 .view-detail { 
  background: white;
  color: black;
} 

.view-detail:hover { 
  background: black;
  color: #ffffff;
} 


/* ✅ Responsive (Mobile & Tablet) */
@media (max-width: 992px) {
  .products {
    grid-template-columns: repeat(2, 1fr); 
  }
}

@media (max-width: 600px) {
  .products {
    grid-template-columns: 1fr; 
  }
}
/* About */


.wrapper {
  display: inline-flex;
  list-style: none;
  padding-top: 20px;
  justify-content: center;
}

.wrapper .icon {
  position: relative;
  background: #fff;
  border-radius: 50%;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 10px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: all 0.3s ease;
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 13px;
  background: #fff;
  color: #000;
  padding: 4px 8px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.15);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #fff;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.wrapper .icon:hover .tooltip {
  top: -35px;
  opacity: 1;
}

/* Default Icon Colors */
.facebook i { color: #1877f2; }
.instagram i { color: #e4405f; }
.tiktok i { color: #000; }

/* Hover States */
.facebook:hover { background: #1877f2; }
.facebook:hover i { color: #fff; }
.facebook:hover .tooltip,
.facebook:hover .tooltip::before { background: #1877f2; color: #fff; }

.instagram:hover { background: #e4405f; }
.instagram:hover i { color: #fff; }
.instagram:hover .tooltip,
.instagram:hover .tooltip::before { background: #e4405f; color: #fff; }

.tiktok:hover { background: #000; }
.tiktok:hover i { color: #fff; }
.tiktok:hover .tooltip,
.tiktok:hover .tooltip::before { background: #000; color: #fff; }



/* Footer */
footer{background:#000000;color:#fffdfd;text-align:center;padding:20px 0;border-top:1px solid #ccc;}



/* ...previous styles... */

/* Hamburger */
.hamburger {
  display:none;
  cursor:pointer;
  font-size:24px;
}
@media(max-width:768px){
  nav {display:none;}
  .hamburger {display:block;}
  nav.active {display:block;
  position:absolute;
  top:60px;right:10%;
  background:#fff;
  padding:20px;
  border-radius:5px;
  box-shadow:0 2px 5px rgba(0,0,0,0.2);
  }
  nav ul {
  flex-direction:column;
  gap:15px;
  }
} 
/* Mini Cart */
#mini-cart {
  position: fixed;
  right: -350px;
  top: 0;
  width: 350px;
  height: 100%;
  background:#fff;
  box-shadow: -2px 0 10px rgba(0,0,0,0.2);
  transition: right 0.3s;
  padding:20px;
  z-index: 2000;
  overflow-y:auto;
}
#mini-cart.active {right:0;}
#mini-cart h3{margin-bottom:15px;}
.cart-item {display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:10px;
  border-bottom:1px solid #ccc;
  padding-bottom:5px;
}

.place-order-btn {
  width: 100%;
  padding: 10px 15px;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  border: none;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 6px;
  Border: 1px solid #ff4f81;
}

.place-order-btn:hover {
  background: #000000;
  color: white;
}

.cart-item span {
  margin:0 5px;
}
.cart-item button {
  padding:2px 8px;
}
#close-cart {
    margin-left: 267px;
    margin-top: 25px;
  /* background:gold; */
  border:none;
  cursor:pointer;
  width:100%;
  border-radius:5px;
  font-size: 41px;
}
#close-cart:hover {
  color: #b75a00;
}
.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.cart-item span {
  margin: 0 5px;
}

.cart-item button {
  padding: 2px 8px;
  cursor: pointer;
  border: none;
  background: #eee;
  border-radius: 3px;
}

.delete-item {
  background: none;
  color: rgb(10, 10, 10);
  font-size: 18px;
  cursor: pointer;
  margin-left: 10px;
}



/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 100px;
  right: 20px;
  background: #009939;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px; 
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  z-index: 9999;
  transition: transform 0.3s ease;
  animation: pulse 1.8s infinite ease-in-out; 
  text-decoration: none;   
}

.whatsapp-float:hover {
  transform: scale(1.2);
  box-shadow: 0 6px 12px rgba(0,0,0,0.4);
}

/* Pulse animation (bada–chhota) */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.15); }
  100% { transform: scale(1); }
}
@media (max-width: 768px) {
.whatsapp-float {
         bottom: 88px;
        right: 8px;
  }
}

.mini-card {
  display: flex;
  gap: 10px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.mini-card img.mini-img {
  width: 70px;
  height: 70px;
  border-radius: 6px;
  object-fit: cover;
}

.mini-details h4 { margin: 0; }

.qty-box {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Top Right Buttons */

.product-card {
  position: relative;
}

.card-icons {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 8px;
}

.card-icons button {
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 6px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.card-icons button:hover {
  background: #ffdf9f;
}



.rating {
  margin-right: 111px;
    font-size: 11px;
    color: gold;
}
.reviews {
  color:#000;
}
@media(max-width:768px) {
    .rating{
      margin-right: 137px;
    }  
}
.cta .btn:hover .fa-cart-plus:before {
  color: #fff !important;
}
/* CTA */
/* CTA Main Box */
.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 8%;
  background: linear-gradient(145deg, #1a1a2e, #2e3b50, #1c1c2a);
  /* border-radius: 10px; */
  color: #fff;
  gap: 40px;
  font-family: "Poppins", sans-serif;
}

/* Left Badge */
.cta-left {
  text-align: center;
}

.cta-badge {
  width: 143px;
  max-width: 100%;
}

/* Center Text */
.cta-center {
  text-align: center;
}

.cta-h2 {
  font-size: 26px;
  margin-bottom: 12px;
}

/* WhatsApp Button */
/* .whatsapp-btn {
  background: #25d366;
  padding: 12px 25px;
  color: white;
  border-radius: 6px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
} */

.whatsapp-btn:hover {
  background: #128c7e;
}

/* Right Side 2 Lines */

.cta-right {
  text-align: left;
}

.cta-point {
  font-size: 17px;
  color: #fff;
  margin: 2px 0;
}

.cta-line1,
.cta-line2 {
  font-size: 15px;
  opacity: 0.85;
}

/* Responsive */
@media (max-width: 768px) {
  .cta {
    flex-direction: column;
    text-align: center;
  }

  .cta-right {
   text-align: center;
   margin-bottom: -21px;
   margin-top: -24px;
  }

  .cta-h2 {
    font-size: 19px;
    margin-top: -52px;
  }

  .cta-line1,
  .cta-line2 {
    font-size: 14px;
  }
  .cta-badge {
    margin-top: -31px;
  }
}
.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #25D366, #1ebe5d);
  color: #fff;
  /* font-weight: 600; */
  font-size: 14px;
  margin-top: 20px;
  padding: 6px 6px;
  border-radius: 15px;
  text-decoration: none;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
  gap: 10px;
}

.whatsapp-btn i {
  font-size: 16px;
}

.whatsapp-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, #1ebe5d, #25D366);
}
.suggestions-box {
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    max-height: 180px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
}

.suggestions-box div {
    padding: 10px;
    cursor: pointer;
}

.suggestions-box div:hover {
    background: #f0f0f0;
}
/* Red ml Size Text */
.size {
    padding: 2px 0px;
    display: block;
    margin-left: 5px;
    background: #DBACAC;
    color: black;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    width: 62px;
    margin-top: 9px;
    border-radius: 7px;
}


.sub-line {
    font-weight: normal;
    background: #dbacac;
    color: #000000;
    padding: 0px 12px !important;
    border-radius: 5px;
    /* font-size: 11px !important; */
    /* width: fit-content; */
    margin: 4px -3px;
    font-size: 16px;}
.desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* 2 lines only */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
  max-height: 45px; /* 2 × 20 */
}


/* Hide dropdown on desktop */
/* .mobile-tab-dropdown {
  display: none;
} */

/* Mobile View */
/* @media (max-width: 768px) {

  .tabs {
    display: none; 
  }

  .search-bar-row {
    display: flex;
    gap: 10px;
    width: 100%;
  }

  .search-bar {
    flex: 1;
  }

  .mobile-tab-dropdown {
    display: block;
    width: 35%;
    padding: 8px;
    font-size: 15px;
    border: 1px solid #ff5183;
    border-radius: 12px;
    margin-left: auto;
    margin-right: 16px;
    margin-top: -35px;
  }

  .search-bar input {
    width: 65%;
    margin-left: 17px;
  }
} */

/* Focus style */
/* .mobile-tab-dropdown:focus {
  border-color: #fd4579 !important;
  outline: none;
  box-shadow: 0 0 5px #ff5183;
} */
