/* =====================================================
   KHAMARIQ — STYLESHEET
   ===================================================== */

:root {
  --emerald-600: #059669;
  --emerald-700: #047857;
  --emerald-800: #065f46;
  --emerald-100: #d1fae5;
  --amber-500: #f59e0b;
  --amber-300: #fcd34d;
  --stone-900: #1c1917;
  --stone-950: #0c0a09;
  --stone-100: #f5f5f4;
  --stone-50:  #fafaf9;

  --logo-green:  #1a5c2a;
  --logo-orange: #c8690a;

  --font-latin: 'Inter', sans-serif;
  --font-bangla: 'Hind Siliguri', 'Inter', sans-serif;
}

* { box-sizing: border-box; }

body {
  font-family: var(--font-bangla);
  background: #fff;
  color: #1c1917;
  min-height: 100vh;
}

/* ====== HEADER ====== */
#app-header {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e7e5e4;
  box-shadow: 0 1px 6px rgba(0,0,0,.07);
  padding: 8px 0;
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

/* ---- Logo image ---- */
.header-brand-link { display: inline-flex; align-items: center; flex-shrink: 0; }
.header-logo-img { height: 46px; width: auto; display: block; }

nav .nav-link {
  color: #57534e; font-weight: 600; padding: 6px 13px;
  border-radius: 10px; font-size: 14px; transition: color .2s; white-space: nowrap;
  background: transparent;
}
nav .nav-link:hover, nav .nav-link.active {
  background: transparent; color: var(--emerald-600) !important;
}

.btn-header-order {
  background: var(--emerald-600); color: #fff; border-radius: 12px;
  font-size: 13px; font-weight: 700; padding: 9px 18px;
  border: none; text-decoration: none; display: flex; align-items: center; gap: 6px;
  box-shadow: 0 2px 8px rgba(5,150,105,.2);
  transition: all .2s; flex-shrink: 0;
}
.btn-header-order:hover { background: var(--emerald-700); color: #fff; box-shadow: 0 4px 14px rgba(5,150,105,.3); }

/* ---- Mobile menu toggle button ---- */
.header-menu-toggle {
  width: 42px; height: 42px; border-radius: 12px;
  background: #f5f5f4; border: none; color: #1c1917;
  font-size: 20px; display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background .2s; flex-shrink: 0;
}
.header-menu-toggle:hover { background: #e7e5e4; }

/* ---- Mobile menu overlay (slides in from the right) ---- */
.mobile-menu-overlay {
  position: fixed; inset: 0; z-index: 1090;
  background: rgba(12,10,9,.55); backdrop-filter: blur(2px);
  opacity: 0; pointer-events: none; transition: opacity .3s;
  display: flex; justify-content: flex-end;
}
.mobile-menu-overlay.open { opacity: 1; pointer-events: all; }
.mobile-menu-panel {
  width: 82%; max-width: 320px; height: 100%; background: #fff;
  padding: 18px; display: flex; flex-direction: column; gap: 18px;
  transform: translateX(100%); transition: transform .32s ease;
  box-shadow: -8px 0 30px rgba(0,0,0,.15); overflow-y: auto;
}
.mobile-menu-overlay.open .mobile-menu-panel { transform: translateX(0); }
.mobile-menu-header { display: flex; align-items: center; justify-content: space-between; }
.mobile-nav .nav-link {
  width: 100%; text-align: right; font-size: 15px; padding: 13px 14px;
  border-bottom: 1px solid #f5f5f4; border-radius: 0;
}
.mobile-nav .nav-link:last-child { border-bottom: none; }
body.menu-open { overflow: hidden; }

@media (min-width: 576px) {
  .mobile-menu-overlay, #mobileMenuToggle { display: none !important; }
}

/* ====== HERO SLIDER ====== */
#hero-slider { position: relative; background: #0c0a09; color: #fff; overflow: hidden; }
#hero-slider .slide { position: absolute; inset: 0; opacity: 0; z-index: 1; transition: opacity 1s ease-in-out; }
#hero-slider .slide.active { opacity: 1; z-index: 2; }
#hero-slider .slide img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.45); }
#hero-slider .slide-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(12,10,9,.95) 0%, rgba(12,10,9,.35) 55%, transparent 100%);
}
.slide-inner {
  position: absolute; inset: 0; display: flex; align-items: center;
}
.hero-slider-wrap { height: 560px; position: relative; }
.hero-content-box { max-width: 580px; }

@media(max-width:1399px) { .hero-slider-wrap { height: 530px; } }
@media(max-width:1199px) { .hero-slider-wrap { height: 500px; } }
@media(max-width:768px) { .hero-slider-wrap { height: 470px; } }
@media(max-width:575px) { .hero-slider-wrap { height: 440px; } }

.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  border-radius: 50px; padding: 4px 14px;
  font-size: 12px; font-weight: 600;
  backdrop-filter: blur(8px);
}
.hero-badge-green { background: rgba(16,185,129,.15); color: #6ee7b7; border: 1px solid rgba(16,185,129,.3); }
.hero-badge-amber { background: rgba(245,158,11,.15); color: #fcd34d; border: 1px solid rgba(245,158,11,.3); }

.hero-title {
  font-size: 42px; font-weight: 800; color: #fff; line-height: 1.2; margin: 14px 0 10px;
}
.hero-title .grad-green { background: linear-gradient(to right, #34d399, #fcd34d); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-title .grad-amber { background: linear-gradient(to right, #fcd34d, #34d399); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
@media(max-width:768px) { .hero-title { font-size: 26px; } }
@media(max-width:575px) { .hero-title { font-size: 22px; } }

.hero-desc { color: #d6d3d1; font-size: 15px; line-height: 1.7; max-width: 520px; }

.btn-hero-green {
  background: var(--emerald-600); color: #fff; font-weight: 700; font-size: 15px;
  padding: 14px 28px; border-radius: 14px; border: none; text-decoration: none;
  box-shadow: 0 4px 20px rgba(5,150,105,.3);
  transition: all .2s; display: inline-flex; align-items: center; gap: 8px;
}
.btn-hero-green:hover { background: var(--emerald-700); color: #fff; transform: scale(1.02); }
.btn-hero-outline {
  background: rgba(255,255,255,.1); color: #fff; font-weight: 700; font-size: 15px;
  padding: 14px 28px; border-radius: 14px; border: 1px solid rgba(255,255,255,.25); text-decoration: none;
  transition: all .2s; display: inline-flex; align-items: center; gap: 8px;
  backdrop-filter: blur(8px);
}
.btn-hero-outline:hover { background: rgba(255,255,255,.2); color: #fff; }
.btn-hero-amber {
  background: var(--amber-500); color: #1c1917; font-weight: 700; font-size: 15px;
  padding: 14px 28px; border-radius: 14px; border: none; text-decoration: none;
  box-shadow: 0 4px 16px rgba(245,158,11,.25);
  transition: all .2s; display: inline-flex; align-items: center; gap: 8px;
}
.btn-hero-amber:hover { background: #d97706; color: #1c1917; transform: scale(1.02); }

/* Slider controls */
.slider-btn {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;
  width: 46px; height: 46px; border-radius: 50%;
  background: rgba(0,0,0,.3); border: 1px solid rgba(255,255,255,.12);
  color: #fff; font-size: 20px; display: flex; align-items: center; justify-content: center;
  cursor: pointer; backdrop-filter: blur(4px); transition: background .2s;
}
.slider-btn:hover { background: rgba(0,0,0,.55); }
.slider-btn-prev { left: 16px; }
.slider-btn-next { right: 16px; }

@media(max-width:575px) {
  .slider-btn { width: 36px; height: 36px; font-size: 16px; }
  .slider-btn-prev { left: 8px; }
  .slider-btn-next { right: 8px; }
}

.slider-dots {
  position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
  z-index: 10; display: flex; gap: 8px; align-items: center;
}
.slider-dot {
  width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,.4);
  border: none; cursor: pointer; transition: all .3s; padding: 0;
}
.slider-dot.active { background: var(--emerald-600); width: 28px; border-radius: 6px; }

/* ====== TRUST BADGES ====== */
#trust-features { padding: 56px 0; border-bottom: 1px solid #e7e5e4; }
@media(max-width:1199px) { #trust-features { padding: 50px 0; } }
@media(max-width:767px) { #trust-features { padding: 45px 0; } }
@media(max-width:575px) { #trust-features { padding: 40px 0; } }
.trust-card {
  display: flex; gap: 16px; align-items: flex-start;
   border-radius: 18px; transition: background .25s;
}
.trust-card:hover { background: rgba(5,150,105,.04); }
.trust-icon {
  width: 48px; height: 48px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0;
}
.trust-icon.green  { background: #d1fae5; color: #065f46; }
.trust-icon.amber  { background: #fef3c7; color: #92400e; }
.trust-icon.blue   { background: #dbeafe; color: #1d4ed8; }
.trust-icon.purple { background: #ede9fe; color: #6d28d9; }
.trust-card h3 { font-size: 15px; font-weight: 700; color: #1c1917; margin: 0 0 4px; }
.trust-card p  { font-size: 14px; color: #57534e; margin: 0; line-height: 1.65; }

/* ====== ABOUT ====== */
#about-section { padding: 80px 0; background: #fafaf9; position: relative; overflow: hidden; }

#about-section::before {
  content: ''; position: absolute; top: 0; right: -60px;
  width: 320px; height: 320px; background: rgba(5,150,105,.07);
  border-radius: 50%; filter: blur(60px); pointer-events: none;
}
.about-img-wrap {
  border-radius: 24px; overflow: hidden; border: 4px solid #fff;
  box-shadow: 0 16px 48px rgba(0,0,0,.14); position: relative;
}
.about-img-wrap img { width: 100%; height: 360px; object-fit: cover; }
.about-badge-overlay {
  position: absolute; bottom: 20px; left: 16px; right: 16px;
  background: rgba(255,255,255,.96); backdrop-filter: blur(12px);
  padding: 16px; border-radius: 18px; box-shadow: 0 4px 20px rgba(0,0,0,.1);
  border: 1px solid #f5f5f4; display: flex; align-items: center; gap: 14px;
}
.about-badge-eyebrow { font-size: 11px; color: #78716c; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; }
.about-badge-title { font-size: 14px; font-weight: 800; color: #1c1917; }
.about-num-box {
  width: 56px; height: 56px; border-radius: 14px; background: var(--emerald-600);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 22px; font-weight: 900; flex-shrink: 0;
}
.section-eyebrow { font-size: 13px; color: var(--emerald-600); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; display: flex; align-items: center; gap: 6px; }
.section-eyebrow::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--emerald-600); display: inline-block; }
.section-title { font-size: 30px; font-weight: 800; color: #1c1917; line-height: 1.25; }
@media(max-width:768px) { .section-title { font-size: 22px; } }
.about-para { font-size: 15px; color: #57534e; line-height: 1.8; }
.text-brand-green { color: var(--emerald-600); }
.check-card {
  display: flex; align-items: center; gap: 12px; background: #fff;
  padding: 13px 16px; border-radius: 14px; border: 1px solid #e7e5e4;
  box-shadow: 0 1px 4px rgba(0,0,0,.04); font-size: 14px; font-weight: 700; color: #1c1917;
}
.check-card i { color: var(--emerald-600); font-size: 18px; flex-shrink: 0; }

/* ====== PRODUCTS ====== */
#products-section { padding: 80px 0; background: #fff; }

.products-header .badge-amber { background: #fef3c7; color: #92400e; font-size: 11px; font-weight: 700; padding: 4px 14px; border-radius: 50px; }
.products-sub { color: #57534e; font-size: 14px; max-width: 560px; margin: 0 auto; }
.divider-line { width: 80px; height: 4px; background: var(--emerald-600); border-radius: 4px; margin: 14px auto; }

.product-card {
  background: #fff; border-radius: 24px; border: 1px solid #e7e5e4;
  box-shadow: 0 2px 8px rgba(0,0,0,.05); overflow: hidden;
  transition: all .3s; display: flex; flex-direction: column; height: 100%;
}
.product-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,.1); transform: translateY(-6px); }
.product-img-wrap { position: relative; height: 260px; overflow: hidden; background: #f5f5f4; cursor: pointer; }
.product-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.product-card:hover .product-img-wrap img { transform: scale(1.06); }
.product-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(12,10,9,.45), transparent);
  opacity: 0; transition: opacity .3s; display: flex; align-items: flex-end; padding: 14px;
}
.product-card:hover .product-img-overlay { opacity: 1; }
.product-img-overlay span {
  background: rgba(0,0,0,.65); backdrop-filter: blur(4px);
  color: #fff; font-size: 12px; font-weight: 700; padding: 7px 14px; border-radius: 10px; width: 100%; text-align: center;
}
.product-float-badges { position: absolute; top: 14px; left: 14px; z-index: 5; display: flex; flex-direction: column; gap: 6px; }
.badge-green { background: var(--emerald-600); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 12px; border-radius: 50px; box-shadow: 0 2px 6px rgba(5,150,105,.3); }
.badge-save  { background: var(--amber-500); color: #1c1917; font-size: 11px; font-weight: 700; padding: 3px 12px; border-radius: 50px; }
.product-body { padding: 22px; display: flex; flex-direction: column; flex-grow: 1; }
.product-name { font-size: 18px; font-weight: 700; color: #1c1917; margin: 0 0 2px; cursor: pointer; transition: color .2s; }
.product-card:hover .product-name { color: var(--emerald-600); }
.product-name-en { font-size: 12px; color: #78716c; font-style: italic; margin: 0 0 10px; font-family: var(--font-latin); }
.product-desc { font-size: 14px; color: #57534e; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-unit-tag { display: inline-block; background: #fafaf9; border: 1px solid #e7e5e4; font-size: 12px; font-weight: 700; color: #57534e; padding: 5px 12px; border-radius: 8px; margin-top: 10px; }
.product-footer { margin-top: auto; padding-top: 16px; border-top: 1px solid #f5f5f4; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.price-label { font-size: 12px; color: #78716c; }
.price-current { font-size: 24px; font-weight: 800; color: var(--emerald-600); line-height: 1; }
.price-original { font-size: 13px; color: #a8a29e; text-decoration: line-through; margin-left: 6px; }
.btn-detail {
  background: #f5f5f4; color: #1c1917; font-size: 12px; font-weight: 700;
  padding: 10px 14px; border-radius: 12px; border: none; cursor: pointer; transition: background .2s;
}
.btn-detail:hover { background: #e7e5e4; }
.btn-order-green {
  background: var(--emerald-600); color: #fff; font-size: 12px; font-weight: 700;
  padding: 10px 16px; border-radius: 12px; border: none; cursor: pointer;
  box-shadow: 0 2px 8px rgba(5,150,105,.2); transition: all .2s;
}
.btn-order-green:hover { background: var(--emerald-700); box-shadow: 0 4px 14px rgba(5,150,105,.3); }

/* ====== CHECKOUT FORM ====== */
#quick-checkout-form {
  padding: 80px 0;
  background: linear-gradient(135deg, #1c1917, #0c0a09);
  position: relative; overflow: hidden; color: #fff;
}
#quick-checkout-form::before {
  content:''; position: absolute; top: 50%; left: -80px; transform: translateY(-50%);
  width: 400px; height: 400px; background: rgba(5,150,105,.08); border-radius: 50%; filter: blur(60px); pointer-events:none;
}
#quick-checkout-form::after {
  content:''; position: absolute; bottom: -60px; right: 20%;
  width: 300px; height: 300px; background: rgba(245,158,11,.07); border-radius: 50%; filter: blur(60px); pointer-events:none;
}
.checkout-container { position: relative; z-index: 2; }
.checkout-eyebrow-badge {
  background: rgba(16,185,129,.15); color: #6ee7b7; border: 1px solid rgba(16,185,129,.25);
  border-radius: 50px; padding: 4px 16px; font-size: 13px; font-weight: 600; display: inline-block;
}
.checkout-title { font-size: 30px; font-weight: 800; line-height: 1.25; color: #fff; }
.text-amber-light { color: #34d399; }
.checkout-desc { color: #d6d3d1; font-size: 14px; line-height: 1.8; }

/* ---- Steps: side by side on tablet+, stacked on very small phones ---- */
.checkout-steps-row {
  display: flex;
  flex-direction: row;
  gap: 14px;
}
.checkout-step-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}
.checkout-step-title { font-size: 14px; font-weight: 700; color: #f5f5f4; margin: 0 0 2px; }
.checkout-step-text { font-size: 14px; color: #a8a29e; margin: 0; line-height: 1.5; }
.checkout-step-num {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  background: rgba(16,185,129,.1); border: 1px solid rgba(16,185,129,.3);
  color: #34d399; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px;
}

@media(max-width: 991px) {
  .checkout-steps-row { flex-direction: column; }
  .checkout-step-item { flex-direction: row; align-items: center; }
}

.checkout-phone-box {
  background: rgba(16,185,129,.08); border: 1px solid rgba(16,185,129,.18);
  border-radius: 18px; padding: 20px; display: flex; align-items: center; gap: 16px;
}
.checkout-phone-icon { font-size: 28px; color: #34d399; flex-shrink: 0; }
.checkout-phone-title { font-size: 14px; font-weight: 800; color: #f5f5f4; margin: 0 0 2px; }
.checkout-phone-sub { font-size: 13px; color: #a8a29e; margin: 0 0 3px; }
.checkout-phone-number { font-size: 17px; font-weight: 900; color: #fcd34d; letter-spacing: .06em; margin: 0; font-family: var(--font-latin); }

.form-card { background: #fff; color: #1c1917; border-radius: 24px; padding: 32px; box-shadow: 0 16px 50px rgba(0,0,0,.2); border: 1px solid #e7e5e4; }
.form-card label { font-size: 14px; font-weight: 700; color: #1c1917; display: block; margin-bottom: 6px; }
.form-card .form-control, .form-card .form-select {
  background: #fafaf9; border: 1px solid #e7e5e4; border-radius: 14px;
  padding: 12px 16px; font-size: 14px; color: #1c1917; font-family: var(--font-bangla);
  transition: box-shadow .2s, border-color .2s;
}
.form-card .form-control:focus, .form-card .form-select:focus {
  outline: none; border-color: var(--emerald-600); box-shadow: 0 0 0 3px rgba(5,150,105,.15);
}
.form-card-head { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e7e5e4; padding-bottom: 16px; margin-bottom: 20px; flex-wrap: wrap; gap: 8px; }
.form-card-title { font-size: 18px; font-weight: 700; margin: 0; }
.cod-pill { background: #fffbeb; color: #92400e; font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 8px; }

.product-preview-card {
  background: rgba(5,150,105,.05); border: 1px solid rgba(5,150,105,.15);
  border-radius: 18px; padding: 16px; display: flex; align-items: center; gap: 14px;
}
.product-preview-card img { width: 64px; height: 64px; border-radius: 12px; object-fit: cover; }
.preview-name { font-size: 14px; font-weight: 800; margin: 0 0 2px; }
.preview-unit { font-size: 12px; color: #57534e; margin: 0 0 4px; }
.preview-price { font-size: 15px; font-weight: 900; color: var(--emerald-600); }
.preview-original { font-size: 13px; color: #a8a29e; text-decoration: line-through; }

.qty-btn {
  width: 44px; height: 44px; border-radius: 12px; background: #f5f5f4;
  border: none; font-size: 20px; font-weight: 700; color: #1c1917;
  display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s;
}
.qty-btn:hover { background: #e7e5e4; }
.qty-display { width: 56px; text-align: center; font-size: 20px; font-weight: 900; font-family: var(--font-latin); }
.qty-unit-label { font-size: 13px; color: #57534e; }

.delivery-radio-label {
  border: 1px solid #e7e5e4; border-radius: 14px; padding: 12px 14px;
  display: flex; align-items: center; gap: 10px; cursor: pointer; transition: all .2s;
}
.delivery-radio-label:has(input:checked) { border-color: var(--emerald-600); background: rgba(5,150,105,.04); }
.delivery-radio-label input { accent-color: var(--emerald-600); }
.delivery-area-name { font-size: 14px; font-weight: 700; }
.delivery-area-charge { font-size: 12px; color: #57534e; }

.total-panel {
  background: #fafaf9; border: 1px solid #e7e5e4;
  border-radius: 18px; padding: 16px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px;
}
.total-line-1 { font-size: 14px; font-weight: 700; color: #57534e; }
.total-line-2 { font-size: 12px; color: #57534e; margin-top: 2px; }
.total-label { font-size: 12px; color: #57534e; }
.total-amount { font-size: 22px; font-weight: 900; color: var(--emerald-600); }

.btn-submit-order {
  width: 100%; background: var(--emerald-600); color: #fff; font-weight: 800; font-size: 16px;
  padding: 16px; border-radius: 14px; border: none; cursor: pointer;
  box-shadow: 0 4px 16px rgba(5,150,105,.25); transition: all .2s;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.btn-submit-order:hover { background: var(--emerald-700); box-shadow: 0 6px 24px rgba(5,150,105,.35); }
.btn-submit-order:disabled { opacity: .7; cursor: not-allowed; }

/* Order success */
.success-icon { width: 80px; height: 80px; border-radius: 50%; background: #d1fae5; color: var(--emerald-600); display: flex; align-items: center; justify-content: center; font-size: 38px; margin: 0 auto; }
.success-title { font-size: 22px; font-weight: 900; margin: 0 0 6px; }
.success-sub { font-size: 14px; color: #57534e; }
.success-note { font-size: 14px; color: #57534e; }
.order-id-pill { background: #f5f5f4; font-family: var(--font-latin); padding: 2px 10px; border-radius: 6px; font-weight: 700; font-size: 14px; }
.invoice-box { background: #fafaf9; border: 1px solid #e7e5e4; border-radius: 18px; padding: 20px; text-align: left; }
.invoice-row { display: flex; justify-content: space-between; font-size: 14px; padding: 6px 0; border-bottom: 1px solid #e7e5e4; }
.invoice-row:last-child { border: none; font-weight: 800; font-size: 16px; color: #1c1917; }
.invoice-row span:last-child.text-green { color: var(--emerald-600); }
.invoice-label-strong { font-weight: 700; color: #1c1917; }
.invoice-value-strong { font-weight: 700; }
.invoice-total-row { font-weight: 800; }
.invoice-total-amount { font-size: 18px; font-weight: 900; color: var(--emerald-600); }
.invoice-meta { font-size: 12px; color: #a8a29e; text-align: center; margin-top: 8px; }

/* ====== POLICY SECTION ====== */
#policy-section { padding: 80px 0; background: #fff; border-bottom: 1px solid #e7e5e4; }
.policy-eyebrow { font-size: 12px; color: var(--emerald-600); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.policy-sub { font-size: 14px; color: #57534e; max-width: 480px; margin: 0 auto; }
.policy-tabs-wrap { max-width: 860px; margin: 0 auto; flex-wrap: wrap; }
.policy-tabs-content-wrap { max-width: 860px; margin: 0 auto; padding: 32px 0; }
.policy-tab-btn {
  flex: 1; padding: 16px; text-align: center; font-weight: 700; font-size: 13px;
  border: none; background: none; border-bottom: 2px solid transparent;
  color: #78716c; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 6px; transition: all .2s;
}
.policy-tab-btn.active { border-bottom-color: var(--emerald-600); color: var(--emerald-600); }
.policy-tab-btn:hover:not(.active) { color: #1c1917; }
.policy-tab-content { display: none; animation: fadeIn .35s ease; }
.policy-tab-content.active { display: block; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.policy-list { display: flex; flex-direction: column; gap: 24px; font-size: 14px; color: #57534e; line-height: 1.8; }
.policy-item { display: flex; gap: 12px; align-items: flex-start; }
.policy-item strong { color: #1c1917; }
.policy-num {
  width: 24px; height: 24px; border-radius: 6px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700;
}
.policy-num.green  { background: #f0fdf4; color: var(--emerald-600); }
.policy-num.amber  { background: #fffbeb; color: #92400e; }
.policy-num.blue   { background: #eff6ff; color: #1d4ed8; }

@media(max-width:575px) {
  .policy-tab-btn { font-size: 11px; padding: 12px 6px; flex-direction: column; gap: 4px; }
}

/* ====== REVIEWS ====== */
#reviews-section { padding: 80px 0; background: #fafaf9; }
.reviews-eyebrow { font-size: 12px; color: #92400e; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.reviews-divider { width: 48px; height: 4px; background: var(--amber-500); border-radius: 4px; margin: 0 auto; }
.review-card { background: #fff; padding: 28px; border-radius: 24px; border: 1px solid #e7e5e4; box-shadow: 0 2px 6px rgba(0,0,0,.04); transition: box-shadow .25s; height: 100%; }
.review-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.08); }
.review-avatar {
  width: 40px; height: 40px; border-radius: 50%; background: #d1fae5; color: var(--emerald-800);
  font-weight: 700; font-size: 15px; display: flex; align-items: center; justify-content: center;
}
.review-time { font-size: 12px; color: #78716c; }
.review-text { font-size: 14px; color: #57534e; line-height: 1.7; font-style: italic; }
.review-name { font-size: 14px; font-weight: 800; margin: 0; }
.review-location { font-size: 12px; color: #78716c; margin: 0; }
.star-filled { color: var(--amber-500); }

/* ====== FOOTER ====== */
footer {
  background: linear-gradient(135deg, var(--emerald-800), #0c0a09 75%);
  color: #d6d3d1; padding: 48px 0; border-top: 1px solid rgba(255,255,255,.06);
}
.footer-logo-img { height: 42px; width: auto; filter: brightness(0) invert(1); opacity: .95; }
.footer-desc { font-size: 14px; max-width: 480px; margin: 0 auto 12px; line-height: 1.8; color: #cbd5d1; }
.footer-address { font-size: 14px; color: #a7d8c4; margin: 0 0 16px; display: flex; align-items: center; justify-content: center; gap: 6px; }
.footer-divider { width: 64px; height: 1px; background: rgba(255,255,255,.15); margin: 16px auto; }
.footer-social { display: flex; align-items: center; justify-content: center; gap: 12px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08);
  color: #e7e5e4; display: flex; align-items: center; justify-content: center;
  font-size: 17px; transition: all .2s; border: 1px solid rgba(255,255,255,.15);
}
.footer-social a:hover { background: var(--amber-500); color: #1c1917; border-color: var(--amber-500); }
.footer-copy { font-size: 13px; color: #b7b2ad; margin: 0; }
.footer-heart { color: #f87171; font-size: 12px; }

/* ====== MODAL ====== */
.modal-overlay {
  position: fixed; inset: 0; z-index: 1060;
  background: rgba(12,10,9,.8); backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center; padding: 16px;
  opacity: 0; pointer-events: none; transition: opacity .3s;
}
.modal-overlay.open { opacity: 1; pointer-events: all; }
.modal-box {
  background: #fff; border-radius: 24px; max-width: 860px; width: 100%;
  max-height: 90vh; overflow-y: auto; position: relative; border: 1px solid #e7e5e4;
  transform: scale(.95); transition: transform .3s;
}
.modal-overlay.open .modal-box { transform: scale(1); }
.modal-close {
  position: absolute; top: 14px; right: 14px; z-index: 10;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(0,0,0,.6); color: #fff; border: none; font-size: 20px;
  display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s;
}
.modal-close:hover { background: #000; }
.modal-gallery { position: relative; height: 280px; border-radius: 18px; overflow: hidden; background: #f5f5f4; }
@media(min-width:768px) { .modal-gallery { height: 360px; } }
.modal-gallery img { width: 100%; height: 100%; object-fit: cover; }
.modal-gallery-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.85);
  border: none; font-size: 16px; color: #1c1917; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.1); transition: background .2s;
}
.modal-gallery-nav:hover { background: #fff; }
.modal-gallery-nav.prev { left: 8px; }
.modal-gallery-nav.next { right: 8px; }
.modal-badge-pill { position: absolute; top: 12px; left: 12px; background: var(--emerald-600); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 12px; border-radius: 50px; }
.modal-thumb-wrap { display: flex; gap: 8px; justify-content: center; margin-top: 10px; }
.modal-thumb {
  width: 48px; height: 48px; border-radius: 10px; overflow: hidden;
  border: 2px solid #e7e5e4; cursor: pointer; transition: all .2s; opacity: .6;
}
.modal-thumb.active { border-color: var(--emerald-600); opacity: 1; transform: scale(1.06); }
.modal-thumb img { width: 100%; height: 100%; object-fit: cover; }

.modal-product-name { font-size: 22px; font-weight: 800; margin: 0 0 4px; }
.modal-product-name-en { font-size: 13px; color: #78716c; font-style: italic; margin: 0 0 10px; font-family: var(--font-latin); }
.modal-price { font-size: 24px; font-weight: 900; color: var(--emerald-600); }
.modal-original { font-size: 14px; color: #a8a29e; text-decoration: line-through; }
.modal-save { background: #fef3c7; color: #92400e; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 8px; }
.modal-unit-tag { display: inline-block; background: #fafaf9; border: 1px solid #e7e5e4; font-size: 12px; font-weight: 700; color: #57534e; padding: 5px 12px; border-radius: 8px; margin-bottom: 16px; align-self: flex-start; }
.modal-section-label { font-size: 13px; font-weight: 700; color: #1c1917; margin: 0 0 6px; display: flex; align-items: center; gap: 5px; }
.modal-section-label i { color: var(--emerald-600); }
.modal-desc-text { font-size: 14px; color: #57534e; line-height: 1.7; flex-grow: 1; margin: 0 0 14px; }
.modal-feat-label { font-size: 14px; font-weight: 700; color: #1c1917; margin: 0 0 8px; }
.modal-feat-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.modal-feat-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; color: #57534e; }
.modal-feat-list li i { color: var(--emerald-600); flex-shrink: 0; margin-top: 2px; }

/* Spinner */
.spinner { width: 22px; height: 22px; border: 2px solid #fff; border-top-color: transparent; border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ====== RESPONSIVE TWEAKS ====== */
@media(max-width: 576px) {
  .form-card { padding: 20px; }
  nav .nav-link { padding: 5px 9px; font-size: 12px; }
  .section-eyebrow { font-size: 12px; }
  .checkout-title { font-size: 24px; }
  .form-card-title { font-size: 16px; }
}

@media(max-width: 767px) {
  .header-logo-img { 
    height: 38px; 
  }
  nav .nav-link {
    padding: 5px 5px;
}
.btn-header-order {
    padding: 8px 14px;
}
}

@media(max-width: 400px) {
  .hero-badge { font-size: 11px; padding: 4px 10px; }
  .btn-hero-green, .btn-hero-amber { font-size: 13px; padding: 12px 20px; }
}

.delivery-radio-label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 15px;
}


@media(max-width:424px) {
  .delivery-radio-label {
    column-gap: 6px;
    padding: 10px 8px;
    border-radius: 10px;
}
}
@media(max-width:1199px) { 
  #about-section,
  #products-section,
  #quick-checkout-form,
  #policy-section,
  #reviews-section { 
    padding: 70px 0; 
  } 
}

@media(max-width:767px) { 
  #about-section,
  #products-section,
  #quick-checkout-form,
  #policy-section,
  #reviews-section { 
    padding: 60px 0; 
  } 
}

@media(max-width:575px) { 
  #about-section,
  #products-section,
  #quick-checkout-form,
  #policy-section,
  #reviews-section { 
    padding: 50px 0; 
  } 
}


.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: #fff;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    z-index: 5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: var(--emerald-600);
    
}

.scroll-top i {
  animation: floatArrow 1.5s ease-in-out infinite;
  transition: all ease .3s;
}
.scroll-top:hover {
    color: #fff;
    background-color: var(--emerald-700);
}

.scroll-top.show {
    -webkit-transform: scale(1);
    transform: scale(1);
}

@keyframes floatArrow {
    0%, 100% {
        transform: translateY(3px);
    }
    50% {
        transform: translateY(-5px);
    }
}
/* ===== WhatsApp floating widget ===== */
.whatsapp-float {
    position: fixed;
    right: 30px;
    bottom: 90px;
    z-index: 1050;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #25d366;
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(37, 211, 102, .45);
    transition: all ease .3s;
    animation: whatsappPulse 2s ease-in-out infinite;
}
.whatsapp-float:hover {
    color: #fff;
    background-color: #1ebe5d;
    transform: scale(1.08);
}
@keyframes whatsappPulse {
    0%, 100% { box-shadow: 0 6px 18px rgba(37, 211, 102, .45); }
    50%      { box-shadow: 0 6px 26px rgba(37, 211, 102, .75); }
}
@media (max-width: 575px) {
    .whatsapp-float { right: 16px; bottom: 84px; width: 48px; height: 48px; font-size: 23px; }
    .scroll-top     { right: 16px; bottom: 24px; }
}
