@import url('https://fonts.googleapis.com/css2?family=Noto+Nastaliq+Urdu:wght@400;500;600;700&family=Noto+Sans+Urdu:wght@300;400;500;600;700&display=swap');

:root {
  --green-dark: #1a4a1a;
  --green-main: #2d6e2d;
  --green-light: #3d8b3d;
  --green-bg: #f0f7f0;
  --gold: #c8a84b;
  --gold-light: #e8c96a;
  --text-dark: #1a1a1a;
  --text-gray: #555;
  --border: #ddd;
  --white: #fff;
  --beige: #f8f4ec;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Noto Sans Urdu', 'Noto Nastaliq Urdu', Arial, sans-serif;
  direction: rtl;
  color: var(--text-dark);
  background: #fff;
}

/* Urdu text class */
.urdu { font-family: 'Noto Nastaliq Urdu', serif; line-height: 2; }

/* ===== TOP BAR ===== */
.top-bar {
  background: var(--green-dark);
  color: #fff;
  font-size: 12px;
  padding: 5px 0;
}
.top-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-bar-left { display: flex; align-items: center; gap: 12px; }
.top-bar-left span { font-size: 11px; opacity: 0.9; }
.top-social { display: flex; gap: 8px; }
.top-social a {
  color: #fff;
  background: rgba(255,255,255,0.15);
  width: 24px; height: 24px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px;
  text-decoration: none;
  transition: background 0.2s;
}
.top-social a:hover { background: var(--gold); }
.top-bar-right { display: flex; align-items: center; gap: 15px; font-size: 11px; }
.top-bar-right a { color: #fff; text-decoration: none; opacity: 0.85; }
.top-bar-right a:hover { opacity: 1; }

/* ===== HEADER ===== */
.header {
  background: #fff;
  padding: 12px 0;
  border-bottom: 2px solid var(--green-main);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.header .container {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-icon {
  width: 70px; height: 70px;
  background: var(--green-dark);
  border-radius: 50%;
  border: 3px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  font-size: 28px;
}
.logo-text { text-align: right; }
.logo-text h1 {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 22px;
  color: var(--green-dark);
  line-height: 1.4;
}
.logo-text span {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 12px;
  color: var(--gold);
  display: block;
}
.search-bar {
  flex: 1;
  max-width: 450px;
  display: flex;
  border: 2px solid var(--green-main);
  border-radius: 4px;
  overflow: hidden;
}
.search-bar input {
  flex: 1;
  padding: 9px 14px;
  border: none;
  outline: none;
  font-family: 'Noto Sans Urdu', sans-serif;
  font-size: 13px;
  text-align: right;
  direction: rtl;
}
.search-bar button {
  background: var(--green-main);
  color: #fff;
  border: none;
  padding: 0 18px;
  cursor: pointer;
  font-size: 15px;
}
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-action {
  display: flex; flex-direction: column; align-items: center;
  cursor: pointer; color: var(--text-dark); text-decoration: none;
  font-size: 10px; gap: 2px;
  position: relative;
}
.header-action i { font-size: 20px; color: var(--green-dark); }
.badge {
  position: absolute;
  top: -4px; left: -4px;
  background: var(--gold);
  color: #fff;
  width: 16px; height: 16px;
  border-radius: 50%;
  font-size: 9px;
  display: flex; align-items: center; justify-content: center;
  font-weight: bold;
}

/* ===== NAVBAR ===== */
.navbar {
  background: var(--green-main);
}
.navbar .container {
  display: flex;
  align-items: stretch;
}
.browse-btn {
  background: var(--gold);
  color: var(--green-dark);
  padding: 12px 20px;
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 14px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  display: flex; align-items: center; gap: 8px;
  white-space: nowrap;
}
.nav-links {
  display: flex;
  list-style: none;
  flex: 1;
}
.nav-links li { position: relative; }
.nav-links li a {
  display: flex; align-items: center; gap: 5px;
  color: #fff;
  text-decoration: none;
  padding: 13px 16px;
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 13px;
  white-space: nowrap;
  transition: background 0.2s;
}
.nav-links li a:hover { background: rgba(255,255,255,0.15); }
.nav-links li a.active { background: rgba(255,255,255,0.2); font-weight: 600; }

/* ===== HERO ===== */
.hero {
  background: linear-gradient(135deg, var(--green-dark) 0%, #2a5e1a 50%, #1a3d10 100%);
  min-height: 480px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1545558014-8692077e9b5c?w=1400&auto=format&fit=crop&q=60') center/cover no-repeat;
  opacity: 0.12;
}
.hero .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 1;
}
.hero-content { flex: 1; max-width: 450px; }
.hero-tagline {
  color: var(--gold-light);
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 16px;
  margin-bottom: 8px;
}
.hero h2 {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 42px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 10px;
}
.hero h2 span { color: var(--gold-light); }
.hero p {
  font-family: 'Noto Nastaliq Urdu', serif;
  color: rgba(255,255,255,0.85);
  font-size: 14px;
  line-height: 2;
  margin-bottom: 24px;
}
.hero-badges { display: flex; gap: 10px; margin-bottom: 28px; flex-wrap: wrap; }
.hero-badge {
  display: flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 6px;
  padding: 6px 12px;
  color: #fff;
  font-size: 11px;
  font-family: 'Noto Nastaliq Urdu', serif;
}
.hero-badge i { color: var(--gold-light); font-size: 14px; }
.hero-btn {
  display: inline-block;
  background: var(--green-main);
  color: #fff;
  padding: 14px 30px;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 6px;
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
.hero-btn:hover { background: var(--gold); color: var(--green-dark); border-color: var(--gold); }
.hero-btn span { display: block; font-size: 10px; opacity: 0.8; margin-top: 2px; }
.hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 550px;
}
.hero-image img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  filter: drop-shadow(0 10px 30px rgba(0,0,0,0.4));
}
.hero-bottles {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.bottle-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.bottle-img {
  width: 70px;
  height: 180px;
  border-radius: 35px 35px 10px 10px;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,0.2);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.bottle-img.tall { height: 220px; width: 80px; }
.bottle-label {
  color: rgba(255,255,255,0.8);
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 10px;
  text-align: center;
}

/* ===== TRUST BAR ===== */
.trust-bar {
  background: var(--beige);
  border-bottom: 1px solid #e0d8c8;
  padding: 18px 0;
}
.trust-bar .container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
}
.trust-item {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Noto Nastaliq Urdu', serif;
}
.trust-icon {
  width: 44px; height: 44px;
  background: var(--green-main);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}
.trust-text strong { display: block; font-size: 15px; color: var(--green-dark); }
.trust-text span { font-size: 11px; color: var(--text-gray); }

/* ===== SECTION STYLES ===== */
.section { padding: 50px 0; }
.section-title {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}
.section-title h2 {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 28px;
  color: var(--green-dark);
  display: inline-block;
  padding: 0 20px;
}
.section-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--green-main), transparent);
  z-index: 0;
}
.section-title h2 { background: #fff; position: relative; z-index: 1; }

/* ===== CATEGORIES ===== */
.categories-section { background: #fff; }
.categories-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 15px;
}
.category-item {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  cursor: pointer; text-decoration: none; color: var(--text-dark);
  transition: transform 0.2s;
}
.category-item:hover { transform: translateY(-4px); }
.category-icon {
  width: 65px; height: 65px;
  background: var(--green-bg);
  border: 2px solid var(--green-main);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
  transition: all 0.2s;
}
.category-item:hover .category-icon {
  background: var(--green-main);
  color: #fff;
}
.category-item span {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 11px;
  text-align: center;
  color: var(--text-gray);
  line-height: 1.8;
}

/* ===== PRODUCTS ===== */
.products-section { background: var(--beige); }
.products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.product-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
}
.product-card:hover { box-shadow: 0 8px 25px rgba(0,0,0,0.12); transform: translateY(-3px); }
.product-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #e53935;
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 3px;
  font-weight: bold;
}
.product-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
.product-body { padding: 12px; }
.product-rating { color: var(--gold); font-size: 12px; margin-bottom: 4px; }
.product-name {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 13px;
  color: var(--text-dark);
  margin-bottom: 6px;
  line-height: 1.8;
}
.product-price { margin-bottom: 10px; }
.product-price .price {
  color: var(--green-dark);
  font-weight: 700;
  font-size: 15px;
}
.product-price .old-price {
  color: #999;
  text-decoration: line-through;
  font-size: 12px;
  margin-right: 6px;
}
.btn-cart {
  width: 100%;
  background: var(--green-main);
  color: #fff;
  border: none;
  padding: 9px;
  border-radius: 4px;
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-cart:hover { background: var(--green-dark); }

/* ===== INGREDIENTS ===== */
.ingredients-section {
  background: var(--green-dark);
  padding: 40px 0;
  overflow: hidden;
}
.ingredients-content {
  display: flex;
  align-items: center;
  gap: 30px;
}
.ingredients-text { flex: 1; color: #fff; }
.ingredients-text h3 {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 24px;
  color: var(--gold-light);
  margin-bottom: 10px;
}
.ingredients-text p {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 13px;
  line-height: 2;
  opacity: 0.85;
}
.ingredients-scroll {
  flex: 2;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 5px;
}
.ingredient-item {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  flex-shrink: 0;
}
.ingredient-img {
  width: 80px; height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--gold);
}
.ingredient-item span {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 10px;
  color: rgba(255,255,255,0.8);
  white-space: nowrap;
}

/* ===== PURITY COMPARISON ===== */
.purity-section { background: #fff; }
.purity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.purity-card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  min-height: 200px;
}
.purity-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.purity-overlay {
  position: absolute;
  inset: 0;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.purity-card.natural .purity-overlay { background: rgba(20, 60, 20, 0.75); }
.purity-card.artificial .purity-overlay { background: rgba(100, 20, 20, 0.72); }
.purity-overlay h3 {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 20px;
  color: #fff;
  margin-bottom: 12px;
}
.purity-list { list-style: none; }
.purity-list li {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 12px;
  color: rgba(255,255,255,0.9);
  padding: 3px 0;
  line-height: 2;
  display: flex; align-items: center; gap: 8px;
}
.purity-list li::before { font-size: 10px; }
.natural .purity-list li::before { content: '✓'; color: var(--gold-light); }
.artificial .purity-list li::before { content: '✗'; color: #ff8080; }

/* ===== INFO CARDS ===== */
.info-section { background: var(--beige); }
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.info-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  min-height: 200px;
}
.info-card-img {
  width: 45%;
  object-fit: cover;
}
.info-card-body { padding: 20px; flex: 1; }
.info-card-icon { font-size: 28px; color: var(--green-main); margin-bottom: 8px; }
.info-card-body h3 {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 18px;
  color: var(--green-dark);
  margin-bottom: 10px;
}
.info-list { list-style: none; margin-bottom: 15px; }
.info-list li {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 12px;
  color: var(--text-gray);
  padding: 3px 0;
  line-height: 2;
  display: flex; align-items: center; gap: 8px;
}
.info-list li::before { content: '•'; color: var(--green-main); font-size: 16px; }
.btn-green {
  display: inline-block;
  background: var(--green-main);
  color: #fff;
  padding: 9px 20px;
  border-radius: 5px;
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 13px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-green:hover { background: var(--green-dark); }

/* ===== HONEY SECTION ===== */
.honey-section { background: #fff; }
.honey-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
.honey-card {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.honey-card:hover { box-shadow: 0 5px 20px rgba(0,0,0,0.1); }
.honey-img {
  width: 100%; height: 150px;
  object-fit: cover;
}
.honey-body { padding: 12px; }
.honey-name {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 12px;
  color: var(--text-dark);
  margin-bottom: 5px;
  line-height: 1.8;
}
.honey-price { color: var(--text-gray); font-size: 11px; margin-bottom: 8px; }
.honey-price span { color: var(--green-dark); font-weight: 700; }
.btn-outline {
  width: 100%;
  background: transparent;
  color: var(--green-main);
  border: 1px solid var(--green-main);
  padding: 7px;
  border-radius: 4px;
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 11px;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-outline:hover { background: var(--green-main); color: #fff; }

/* ===== BLOGS ===== */
.blogs-section { background: var(--beige); }
.blogs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.blog-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.blog-card:hover { box-shadow: 0 5px 20px rgba(0,0,0,0.1); }
.blog-img-wrap { position: relative; }
.blog-img { width: 100%; height: 130px; object-fit: cover; }
.blog-date {
  position: absolute;
  top: 8px; right: 8px;
  background: var(--green-dark);
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 10px;
  text-align: center;
}
.blog-date strong { display: block; font-size: 16px; }
.blog-category {
  display: inline-block;
  background: var(--gold);
  color: var(--green-dark);
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 10px;
  margin-bottom: 6px;
  font-weight: 600;
}
.blog-body { padding: 12px; }
.blog-title {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 13px;
  color: var(--text-dark);
  margin-bottom: 8px;
  line-height: 1.9;
}
.blog-meta {
  font-size: 10px;
  color: var(--text-gray);
  display: flex; align-items: center; gap: 5px;
  font-family: 'Noto Nastaliq Urdu', serif;
}

/* ===== HAKEEM ===== */
.hakeem-section { background: #fff; }
.hakeem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr;
  gap: 20px;
  align-items: start;
}
.hakeem-card {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}
.hakeem-card img { width: 100%; height: 200px; object-fit: cover; }
.hakeem-card-body { padding: 14px; }
.hakeem-card-body h4 {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 15px;
  color: var(--green-dark);
  margin-bottom: 4px;
}
.hakeem-card-body .designation {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 11px;
  color: var(--text-gray);
  margin-bottom: 8px;
}
.price-range { font-size: 12px; color: var(--text-gray); }
.price-range span { color: var(--green-dark); font-weight: 700; }
.hakeem-info-card {
  background: var(--green-bg);
  border: 1px solid #c8dfc8;
  border-radius: 8px;
  padding: 24px;
}
.hakeem-info-card h3 {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 20px;
  color: var(--green-dark);
  margin-bottom: 8px;
}
.hakeem-info-card p {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 12px;
  color: var(--text-gray);
  line-height: 2;
  margin-bottom: 14px;
}
.features-list { list-style: none; margin-bottom: 18px; }
.features-list li {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 12px;
  color: var(--text-dark);
  padding: 4px 0;
  line-height: 2;
  display: flex; align-items: center; gap: 8px;
}
.features-list li::before { content: '✓'; color: var(--green-main); font-weight: bold; }

/* ===== TESTIMONIALS ===== */
.testimonials-section { background: var(--beige); }
.testimonials-section .section-title h2 { background: var(--beige); }
.testimonials-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.testimonial-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  position: relative;
}
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 10px; left: 15px;
  font-size: 50px;
  color: var(--green-main);
  opacity: 0.15;
  font-family: serif;
  line-height: 1;
}
.testimonial-rating { color: var(--gold); font-size: 14px; margin-bottom: 10px; }
.testimonial-text {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 13px;
  color: var(--text-gray);
  line-height: 2;
  margin-bottom: 15px;
}
.testimonial-author {
  display: flex; align-items: center; gap: 10px;
}
.author-avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--green-main);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.author-name {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 13px;
  font-weight: 600;
}
.author-location {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 10px;
  color: var(--text-gray);
}

/* ===== NEWSLETTER ===== */
.newsletter-section {
  background: var(--green-dark);
  padding: 45px 0;
  text-align: center;
}
.newsletter-section h3 {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 26px;
  color: #fff;
  margin-bottom: 8px;
}
.newsletter-section p {
  font-family: 'Noto Nastaliq Urdu', serif;
  color: rgba(255,255,255,0.75);
  font-size: 13px;
  margin-bottom: 20px;
}
.newsletter-form {
  display: flex;
  max-width: 460px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}
.newsletter-form input {
  flex: 1;
  padding: 13px 18px;
  border: none;
  outline: none;
  font-family: 'Noto Sans Urdu', sans-serif;
  font-size: 13px;
  text-align: right;
  direction: rtl;
}
.newsletter-form button {
  background: var(--gold);
  color: var(--green-dark);
  border: none;
  padding: 13px 24px;
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}
.newsletter-form button:hover { background: var(--gold-light); }

/* ===== FOOTER ===== */
.footer {
  background: #0f2e0f;
  color: rgba(255,255,255,0.8);
  padding: 50px 0 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 35px;
  margin-bottom: 35px;
}
.footer-brand .logo-text h1 { color: var(--gold-light); }
.footer-brand .logo-text span { color: rgba(255,255,255,0.6); }
.footer-brand p {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  line-height: 2;
  margin: 12px 0;
}
.footer-social { display: flex; gap: 8px; }
.footer-social a {
  width: 32px; height: 32px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  transition: background 0.2s;
}
.footer-social a:hover { background: var(--gold); color: var(--green-dark); }
.footer-col h4 {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 15px;
  color: var(--gold-light);
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 6px; }
.footer-links a {
  font-family: 'Noto Nastaliq Urdu', serif;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  font-size: 12px;
  line-height: 2;
  transition: color 0.2s;
  display: flex; align-items: center; gap: 6px;
}
.footer-links a:hover { color: var(--gold-light); }
.footer-contact { list-style: none; }
.footer-contact li {
  display: flex; align-items: flex-start; gap: 10px;
  margin-bottom: 10px;
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  line-height: 1.8;
}
.footer-contact li i { color: var(--gold); margin-top: 3px; flex-shrink: 0; }
.payment-logos {
  display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px;
}
.payment-logo {
  background: #fff;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 10px;
  color: #333;
  font-weight: bold;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 18px;
  text-align: center;
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 11px;
  color: rgba(255,255,255,0.5);
}

/* ===== CONTAINER ===== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: #f0f0f0; }
::-webkit-scrollbar-thumb { background: var(--green-main); border-radius: 3px; }

/* ===== HAMBURGER ===== */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile slide-in menu */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
}
.mobile-menu.open { display: flex; }
.mobile-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}
.mobile-panel {
  position: absolute;
  top: 0; right: 0;
  width: 280px;
  height: 100%;
  background: var(--green-dark);
  overflow-y: auto;
  z-index: 1;
  padding: 20px 0;
}
.mobile-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 10px;
}
.mobile-panel-head span {
  font-family: 'Noto Nastaliq Urdu', serif;
  color: var(--gold-light);
  font-size: 16px;
}
.mobile-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
}
.mobile-nav { list-style: none; }
.mobile-nav li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 0.2s;
}
.mobile-nav li a:hover,
.mobile-nav li a.active { background: rgba(255,255,255,0.1); color: var(--gold-light); }

/* Bottom mobile nav bar */
.mobile-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  z-index: 150;
  padding: 6px 0 10px;
}
.mobile-bottom-bar .bar-items {
  display: flex;
  justify-content: space-around;
}
.bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  text-decoration: none;
  color: var(--text-gray);
  font-size: 10px;
  font-family: 'Noto Nastaliq Urdu', serif;
  position: relative;
  padding: 4px 10px;
}
.bar-item i { font-size: 19px; }
.bar-item.active { color: var(--green-main); }
.bar-item .badge {
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(5px);
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
  .products-grid { grid-template-columns: repeat(4, 1fr); }
  .honey-grid { grid-template-columns: repeat(4, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .categories-grid { grid-template-columns: repeat(4, 1fr); }
  .products-grid { grid-template-columns: repeat(3, 1fr); }
  .honey-grid { grid-template-columns: repeat(3, 1fr); }
  .blogs-grid { grid-template-columns: repeat(2, 1fr); }
  .hakeem-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .purity-grid { grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: 1fr; }
  .info-card { flex-direction: column; }
  .info-card-img { width: 100%; height: 180px; }
  .hero h2 { font-size: 32px; }
  .hero-bottles { gap: 5px; }
  .bottle-img { width: 55px; height: 140px; }
  .bottle-img.tall { width: 65px; height: 175px; }
}

/* ===== MOBILE ===== */
@media (max-width: 640px) {
  /* Hide desktop elements */
  .top-bar { display: none; }
  .search-bar { display: none; }
  .nav-links { display: none; }
  .browse-btn { display: none; }
  .header-actions .header-action:first-child { display: none; }

  /* Show mobile-only elements */
  .hamburger { display: flex; }
  .mobile-bottom-bar { display: block; }

  /* Header compact */
  .header { padding: 8px 0; }
  .header .container { gap: 10px; }
  .logo-icon { width: 48px; height: 48px; font-size: 20px; }
  .logo-text h1 { font-size: 16px; }
  .logo-text span { font-size: 10px; }

  /* Mobile search in header */
  .mobile-search {
    display: flex !important;
    flex: 1;
    border: 1.5px solid var(--green-main);
    border-radius: 4px;
    overflow: hidden;
    margin: 0 8px;
  }
  .mobile-search input {
    flex: 1;
    padding: 7px 10px;
    border: none;
    outline: none;
    font-family: 'Noto Sans Urdu', sans-serif;
    font-size: 12px;
    direction: rtl;
    text-align: right;
  }
  .mobile-search button {
    background: var(--green-main);
    color: #fff;
    border: none;
    padding: 0 12px;
    font-size: 13px;
    cursor: pointer;
  }

  /* Navbar mobile — just hamburger row */
  .navbar .container { padding: 8px 15px; justify-content: flex-end; }

  /* Hero */
  .hero { min-height: auto; padding: 30px 0 25px; }
  .hero .container { flex-direction: column; gap: 20px; text-align: right; }
  .hero h2 { font-size: 28px; }
  .hero-tagline { font-size: 13px; }
  .hero p { font-size: 12px; }
  .hero-badges { gap: 6px; }
  .hero-badge { font-size: 10px; padding: 5px 9px; }
  .hero-btn { font-size: 14px; padding: 12px 22px; }
  .hero-bottles {
    display: flex;
    justify-content: center;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 5px;
    width: 100%;
  }
  .bottle-img { width: 48px; height: 110px; }
  .bottle-img.tall { width: 56px; height: 140px; }
  .bottle-label { font-size: 9px; }

  /* Trust bar */
  .trust-bar .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .trust-item { gap: 7px; }
  .trust-icon { width: 36px; height: 36px; font-size: 14px; }
  .trust-text strong { font-size: 12px; }
  .trust-text span { font-size: 10px; }

  /* Sections */
  .section { padding: 30px 0; }
  .section-title h2 { font-size: 20px; }
  .section-title { margin-bottom: 20px; }

  /* Categories */
  .categories-grid { grid-template-columns: repeat(4, 1fr); gap: 10px; }
  .category-icon { width: 50px; height: 50px; font-size: 20px; }
  .category-item span { font-size: 10px; }

  /* Products */
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .product-img { height: 130px; }
  .product-name { font-size: 11px; }
  .product-price .price { font-size: 13px; }
  .btn-cart { font-size: 11px; padding: 8px; }

  /* Ingredients */
  .ingredients-section { overflow: hidden; max-width: 100vw; }
  .ingredients-content { flex-direction: column; gap: 15px; width: 100%; }
  .ingredients-scroll { width: 100%; max-width: 100%; }
  .ingredients-text h3 { font-size: 18px; }
  .ingredient-img { width: 65px; height: 65px; }

  /* Purity */
  .purity-grid { grid-template-columns: 1fr; }
  .purity-card { min-height: 180px; }
  .purity-overlay h3 { font-size: 16px; }

  /* Info cards */
  .info-grid { grid-template-columns: 1fr; }
  .info-card { flex-direction: column; }
  .info-card-img { width: 100%; height: 160px; }

  /* Honey */
  .honey-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .honey-img { height: 120px; }
  .honey-name { font-size: 11px; }

  /* Blogs */
  .blogs-grid { grid-template-columns: 1fr; gap: 12px; }

  /* Hakeem */
  .hakeem-grid { grid-template-columns: 1fr; }
  .hakeem-card img { height: 200px; }

  /* Testimonials */
  .testimonials-wrapper { grid-template-columns: 1fr; }

  /* Newsletter */
  .newsletter-section h3 { font-size: 20px; }
  .newsletter-form { flex-direction: column; border-radius: 5px; }
  .newsletter-form input { padding: 12px 15px; text-align: center; }
  .newsletter-form button { padding: 13px; text-align: center; }

  /* Footer */
  .footer { padding: 35px 0 80px; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }

  /* Body bottom padding for fixed bar */
  body { padding-bottom: 65px; }
}
