/* ========== গ্লোবাল ========== */
:root {
  --primary: #0b3b5c;
  --secondary: #e67e22;
  --light: #f8fafc;
  --dark: #1e293b;
  --gray: #64748b;
  --border: #e2e8f0;
  --shadow: 0 10px 25px rgba(0,0,0,0.05);
  --radius: 20px;
}

body {
  font-family: 'Hind Siliguri', sans-serif;
  background: var(--light);
  color: var(--dark);
  line-height: 1.6;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s;
  border: none;
  cursor: pointer;
}

.btn-primary {
  background: var(--primary);
  color: white;
}

.btn-primary:hover {
  background: #1a4e70;
  transform: translateY(-2px);
}

.btn-outline {
  border: 2px solid white;
  color: white;
}

/* ========== হেডার ========== */
.top-bar {
  background: var(--primary);
  color: #e2e8f0;
  padding: 8px 0;
  font-size: 0.9rem;
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
}
.top-bar a {
  color: #fbbf24;
  margin-left: 20px;
  text-decoration: none;
}

.site-header {
  background: white;
  box-shadow: var(--shadow);
  position: sticky;
  top: 0;
  z-index: 40;
}
.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  flex-wrap: wrap;
}
.logo-area h1 {
  color: var(--primary);
  font-size: 2.2rem;
  margin: 0;
}
.logo-area h1 a {
  text-decoration: none;
  color: inherit;
}
.tagline {
  color: var(--gray);
  margin: 0;
}

.header-search {
  flex: 1;
  max-width: 500px;
  margin: 0 20px;
}
.header-search .woocommerce-product-search {
  display: flex;
}
.header-search input[type="search"] {
  width: 100%;
  padding: 12px 20px;
  border: 2px solid var(--border);
  border-radius: 50px 0 0 50px;
  outline: none;
}
.header-search button {
  background: var(--secondary);
  border: none;
  padding: 0 25px;
  border-radius: 0 50px 50px 0;
  color: white;
  cursor: pointer;
}

.cart-icon {
  color: var(--primary);
  font-size: 1.6rem;
  position: relative;
}
.cart-count {
  position: absolute;
  top: -10px;
  right: -12px;
  background: var(--secondary);
  color: white;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 0.8rem;
}

.main-nav {
  background: white;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.main-nav ul {
  list-style: none;
  display: flex;
  gap: 32px;
  padding: 12px 0;
  margin: 0;
}
.main-nav a {
  text-decoration: none;
  color: var(--dark);
  font-weight: 500;
}
.main-nav a:hover {
  color: var(--secondary);
}

/* ========== হিরো স্লাইডার ========== */
.hero-slider {
  background: linear-gradient(105deg, #fef3c7, #fff7ed);
  border-radius: var(--radius);
  padding: 60px 0;
  margin: 30px 0;
}
.slider-content h2 {
  font-size: 2.8rem;
  color: var(--primary);
}

/* ========== প্রোডাক্ট গ্রিড ========== */
.section-title {
  font-size: 2rem;
  margin: 40px 0 20px;
  color: var(--primary);
}
.category-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.category-card {
  background: white;
  padding: 20px 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: var(--shadow);
  text-decoration: none;
  color: var(--dark);
  transition: 0.2s;
}
.category-card i {
  font-size: 2rem;
  color: var(--secondary);
  display: block;
  margin-bottom: 10px;
}

/* WooCommerce প্রোডাক্ট লুপ ওভাররাইড */
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.woocommerce ul.products li.product {
  background: white;
  border-radius: var(--radius);
  padding: 20px 15px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: 0.2s;
  position: relative;
  margin: 0;
  width: auto;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-5px);
}
.woocommerce ul.products li.product img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  margin-bottom: 15px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-weight: 600;
  color: var(--dark);
}
.woocommerce ul.products li.product .price {
  color: var(--primary) !important;
  font-weight: 700;
  font-size: 1.3rem;
}
.woocommerce ul.products li.product .button {
  background: var(--secondary) !important;
  color: white !important;
  border-radius: 40px !important;
  padding: 10px 20px !important;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

/* ========== অফার ব্যানার ========== */
.offer-banner {
  background: var(--primary);
  color: white;
  padding: 40px 0;
  margin: 40px 0;
  border-radius: var(--radius);
}
.offer-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offer-banner h3 span {
  color: #facc15;
}

/* ========== ফুটার ========== */
.site-footer {
  background: #0b1e2e;
  color: #cbd5e1;
  padding: 50px 0 20px;
  margin-top: 60px;
}
.footer-widgets {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.footer-col h4 {
  color: white;
  margin-bottom: 15px;
}
.footer-col ul {
  list-style: none;
  padding: 0;
}
.footer-col ul li a {
  color: #cbd5e1;
  text-decoration: none;
}
.social-links a {
  color: white;
  margin-right: 15px;
  font-size: 1.4rem;
}
.copyright {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #2d4b63;
}

/* ========== রেস্পন্সিভ ========== */
@media (max-width: 768px) {
  .header-wrap {
    flex-direction: column;
  }
  .header-search {
    margin: 10px 0;
    width: 100%;
  }
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .offer-banner .container {
    flex-direction: column;
    text-align: center;
  }
}