:root{ --rt-primary:#0d6efd; }
.card-product:hover{ transform: translateY(-2px); transition: .2s; box-shadow: 0 .25rem .75rem rgba(0,0,0,.075); }
.price{ font-weight:700; }
.badge-cat{ background:#e9f3ff; color:#0d6efd; }
footer a:hover{ text-decoration: underline; }
.about{
    text-align: center;
    color: #0eb8d6fa;
}
.contact{
    text-align: center;
    color: #f80303;
}
.pay-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.pay-wrapper img {
  max-width: 1250px;
  width: 100%;
  height: auto;
}
/* discount */
.signup-offer {
  text-align: center;
  background: linear-gradient(135deg, #2bc740, #e69292);
  padding: 40px 20px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
  color: #fff;
  font-family: Arial, sans-serif;
  max-width: 400px;
  margin: 50px auto;
  position: relative;
  overflow: hidden;
}

.discount {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 5px #000;
  animation: pulse 1.5s infinite;
}

.signup-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  background-color: #1e90ff;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.signup-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}

/* social-links */
.social-links a {
  color: #fff;               
  text-decoration: none;     
  margin-right: 15px;
  font-size: 1.6rem;          
  transition: all 0.3s ease;  
  display: inline-block;      
}

.social-links a:hover {
  transform: scale(1.2);      
}

/* আলাদা আলাদা hover color */
.social-links a.facebook:hover { color: #1877F2; }   
.social-links a.instagram:hover { color: #E4405F; }
.social-links a.twitter:hover { color: #1DA1F2; }  
.social-links a.youtube:hover { color: #FF0000; }   
.social-links a.whatsapp:hover { color: #25D366; }  


.about-section {
  font-family: Arial, sans-serif;
  line-height: 1.7;
  font-size: 15px;
  color: #2c3e50;
}

.categories {
  margin-top: 12px;
}

.cat {
  margin: 6px 0;
  padding: 8px 12px;
  border-radius: 6px;
  font-weight: 500;
  background: #f8f9fa;
  transition: all 0.3s ease;
}

.cat:hover {
  transform: translateX(6px);
  background: #ecf0f1;
}

/* Different colors for each category */
.grocery b { color: #27ae60; }      
.bakery b { color: #e67e22; }      
.beauty b { color: #e84393; }       
.fashion b { color: #9b59b6; }      
.beverages b { color: #d35400; }   
.electronics b { color: #2980b9; }  
.baby b { color: #f39c12; }        
.cleaning b { color: #16a085; }     
.fruits b { color: #c0392b; }       
.health b { color: #8e44ad; }       


  /* 🔹 Banner Section Style */
    .hero-section {
      position: relative;
      height: 100vh;
      overflow: hidden;
  
    }

    .hero-section img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(70%);
    }

    .hero-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-align: center;
      z-index: 2;
    }

    .hero-text h1 {
      font-size: 3rem;
      font-weight: bold;
    }

    .hero-text p {
      font-size: 1.2rem;
      margin-top: 10px;
    }

    @media (max-width: 768px) {
      .hero-section {
        height: 70vh;
      }
      .hero-text h1 {
        font-size: 2rem;
      }
    }


#cartCount, #wishlistCount {
  padding: 0.25rem 0.5rem;
  font-size: 0.85rem;
  border-radius: 0.5rem;
  background-color: #6c757d; /* gray instead of green if preferred */
  color: white;
}
