/* =========================================================
   RYTHU BANDHU ENTERPRISES
   AGRICULTURAL HARVEST DESIGN SYSTEM v3.0
   Fonts: Inter (body) + Merriweather (headings)
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Merriweather:wght@300;400;700;900&display=swap');

:root {
  /* Saraswathi Organics Color Palette */
  --soil-dark: #2D231E;
  --soil-brown: #3E2B21;
  --harvest-brown: #4A2E35;
  --terracotta: #4A2E35;
  
  --paddy-dark: #1E8449;
  --paddy-green: #27AE60;
  --leaf-green: #2ECC71;
  --fresh-grass: #27AE60;
  
  --wheat-gold: #E67E22;
  --harvest-gold: #F39C12;
  --saffron: #F1C40F;
  --sun-yellow: #F4D03F;
  
  --sky-deep: #0D4F6B;
  --sky-blue: #1A6B8A;
  --water-blue: #2B8FAD;
  
  --cream-bg: #F4F3EE;
  --parchment: #EBE9DF;
  --warm-white: #FAF9F5;
  --card-white: #FFFFFF;
  
  --dark-text: #2D231E;
  --body-text: #3D2B1A;
  --muted-text: #7A6352;
  --light-border: #E2DFD2;
  
  --card-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  --card-shadow-hover: 0 12px 35px rgba(0, 0, 0, 0.12);
  --glass-bg: rgba(250, 249, 245, 0.96);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-full: 9999px;
  --transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

/* ======================== BASE ======================== */
*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: 'Inter', sans-serif;
  background-color: var(--cream-bg);
  color: var(--body-text);
  line-height: 1.7;
  padding-bottom: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  color: var(--soil-dark);
  letter-spacing: -0.01em;
  line-height: 1.35;
}

h2, .section-title {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}

p {
  text-align: justify;
  text-justify: inter-word;
  font-size: 0.97rem;
}

/* ======================== ANNOUNCEMENT BAR ======================== */
.announcement-bar {
  background: #27AE60;
  color: #ffffff;
  font-size: 0.85rem;
  padding: 7px 0;
  font-weight: 700;
  letter-spacing: 0.3px;
  font-family: 'Inter', sans-serif;
}

.announcement-bar strong { color: #ffffff; }

/* Mobile: single line, centered, smaller font */
@media (max-width: 767px) {
  .announcement-bar .container {
    justify-content: center !important;
    flex-direction: row !important;
  }
  .announcement-bar .container > div:first-child {
    font-size: 0.7rem !important;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .announcement-bar .container > div:last-child {
    display: none !important;
  }
}

/* ======================== HEADER ======================== */
.glass-header {
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 2px solid var(--light-border);
  position: sticky;
  top: 0;
  z-index: 1030;
  box-shadow: 0 4px 24px rgba(44, 21, 3, 0.08);
}

/* ======================== BRAND LOGO ======================== */
.brand-logo {
  font-family: 'Merriweather', serif;
  font-weight: 900;
  font-size: 1.4rem;
  color: var(--soil-dark);
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

.brand-logo i {
  color: #27AE60;
  font-size: 2rem;
  filter: drop-shadow(0 2px 8px rgba(39, 174, 96, 0.3));
}

.brand-logo:hover { color: var(--paddy-green); }

/* ======================== SINGLE LINE NAV ======================== */
.navbar nav .nav-link {
  color: var(--body-text) !important;
  font-weight: 600;
  font-size: 0.88rem;
  font-family: 'Inter', sans-serif;
  transition: var(--transition);
  border-radius: var(--radius-full);
  padding: 5px 14px !important;
  letter-spacing: 0.01em;
}

.navbar nav .nav-link:hover,
.navbar nav .nav-link.active {
  color: var(--paddy-green) !important;
  background-color: rgba(61, 139, 46, 0.1);
}

/* ======================== SEARCH BAR ======================== */
.search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.search-input {
  width: 100%;
  padding: 12px 50px 12px 20px;
  border: 2px solid var(--light-border);
  border-radius: var(--radius-full);
  font-family: 'Nunito', sans-serif;
  font-size: 0.9rem;
  background: var(--warm-white);
  color: var(--dark-text);
  outline: none;
  transition: var(--transition);
}

.search-input:focus {
  border-color: var(--paddy-green);
  box-shadow: 0 0 0 3px rgba(61, 139, 46, 0.12);
}

.voice-btn {
  position: absolute;
  right: 54px;
  background: none;
  border: none;
  color: var(--muted-text);
  cursor: pointer;
  padding: 8px;
  transition: var(--transition);
}

.voice-btn:hover { color: var(--sky-blue); }

.search-btn {
  position: absolute;
  right: 6px;
  background: #27AE60;
  border: none;
  border-radius: var(--radius-full);
  color: white;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}

.search-btn:hover {
  background: #1E8449;
  transform: scale(1.05);
}

.search-results-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.18);
  z-index: 1060;
  border: 1px solid var(--light-border);
  max-height: 380px;
  overflow-y: auto;
  padding: 8px;
  display: none;
}

.search-item {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  color: var(--dark-text) !important;
  transition: var(--transition) !important;
  border-bottom: 1px dashed #EBE9DF;
}

.search-item:last-child {
  border-bottom: none;
}

.search-item:hover {
  background: rgba(39, 174, 96, 0.08) !important;
}

.search-item img {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  border: 1px solid var(--light-border) !important;
  background: var(--parchment) !important;
}

/* ======================== FILTER SIDEBAR PILLS ======================== */
.filter-pill-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 14px;
  border-radius: 12px;
  color: var(--body-text);
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  transition: var(--transition);
  border: 1px solid transparent;
}

.filter-pill-item:hover {
  background: rgba(39, 174, 96, 0.08);
  color: #27AE60;
}

.filter-pill-item.active {
  background: #27AE60;
  color: #ffffff !important;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(39, 174, 96, 0.25);
}

.filter-pill-item.active i {
  color: #ffffff !important;
}

/* ======================== FILTER LIST BOX (Categories & Subcategories) ======================== */
.filter-list-box {
  border: 1px solid var(--light-border);
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
}

.filter-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  color: var(--body-text);
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  border-bottom: 1px solid #f1f0ea;
  transition: background 0.2s ease, color 0.2s ease;
}

.filter-list-item:last-child {
  border-bottom: none;
}

.filter-list-item:hover {
  background: rgba(39, 174, 96, 0.07);
  color: #27AE60;
}

.filter-list-item.active {
  background: #E9F7EF;
  color: #1E7E43;
  font-weight: 700;
  border-left: 3px solid #27AE60;
  box-shadow: inset 0 0 0 1px rgba(39, 174, 96, 0.12);
}

.filter-list-item.active .filter-list-ico {
  color: #27AE60;
}

.filter-list-ico {
  width: 18px;
  text-align: center;
  font-size: 0.85rem;
  color: #7a8b6f;
  flex-shrink: 0;
}

.filter-list-label {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filter-list-caret {
  margin-left: auto;
  font-size: 0.7rem;
  color: #b8b3a3;
  flex-shrink: 0;
}

.filter-list-sub {
  background: #fafbf8;
}

.filter-list-item-sub {
  padding: 8px 14px 8px 38px;
  font-size: 0.83rem;
  font-weight: 500;
  border-bottom: 1px solid #f3f2ec;
  border-left: 2px solid #e6e4da;
  margin-left: 20px;
  color: #5c6b55;
}

.filter-list-item-sub:hover {
  background: rgba(39, 174, 96, 0.07);
  color: #27AE60;
}

.filter-list-item-sub.active {
  background: #E9F7EF;
  color: #1E7E43;
  font-weight: 600;
  border-left-color: #27AE60;
}

.btn-primary-custom {
  background: #27AE60;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 12px 24px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(39, 174, 96, 0.25);
}

.btn-primary-custom:hover {
  background: #1E8449;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(39, 174, 96, 0.35);
}

.btn-gold-custom {
  background: linear-gradient(135deg, var(--harvest-gold), var(--wheat-gold));
  color: var(--soil-dark);
  border: none;
  border-radius: var(--radius-full);
  padding: 12px 28px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 6px 20px rgba(232, 160, 32, 0.35);
}

.btn-gold-custom:hover {
  background: linear-gradient(135deg, var(--wheat-gold), #A07520);
  color: var(--soil-dark);
  transform: translateY(-2px);
}

.btn-outline-custom {
  border: 2px solid var(--paddy-green);
  color: var(--paddy-green);
  background: transparent;
  border-radius: var(--radius-full);
  padding: 10px 24px;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  transition: var(--transition);
}

.btn-outline-custom:hover {
  background: var(--paddy-green);
  color: #ffffff;
}

/* ======================== HERO SLIDER ======================== */
.hero-slider-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin: 0;
  padding: 0;
}

.hero-slider-full {
  width: 100%;
  height: 580px;
  position: relative;
  overflow: hidden;
}

.hero-slide-full {
  width: 100%;
  height: 580px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}

.hero-overlay-full {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.75) 100%);
}

.hero-content-wrapper {
  position: relative;
  z-index: 2;
  color: #ffffff;
  max-width: 680px;
  padding: 0 15px;
}

.hero-badge-pill {
  background: rgba(39, 174, 96, 0.25);
  border: 1.5px solid #2ECC71;
  color: #2ECC71;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.78rem;
  padding: 6px 18px;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
  letter-spacing: 1px;
  font-family: 'Inter', sans-serif;
}

.hero-title-main {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.12;
  margin-bottom: 20px;
  text-shadow: 0 4px 24px rgba(0,0,0,0.35);
}

.hero-subtitle-main {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 32px;
  font-weight: 500;
  text-align: left;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.hero-cta-group {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ======================== SECTION LABELS ======================== */
.section-kicker {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--paddy-green);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.section-kicker::before,
.section-kicker::after {
  content: '';
  display: block;
  height: 2px;
  width: 30px;
  background: var(--harvest-gold);
  border-radius: 2px;
}

/* ======================== PRODUCT CARDS ======================== */
.organic-card {
  background: var(--card-white);
  border-radius: var(--radius-md);
  border: 1px solid var(--light-border);
  box-shadow: var(--card-shadow);
  transition: var(--transition);
  height: 100%;
  min-height: 440px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.organic-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--card-shadow-hover);
  border-color: var(--paddy-green);
}

.card-img-wrapper {
  height: 220px;
  min-height: 220px;
  max-height: 220px;
  position: relative;
  overflow: hidden;
  background: var(--parchment);
}

.card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.card-body-custom {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--dark-text);
  margin-bottom: 8px;
  line-height: 1.4;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.6rem;
  min-height: 2.6rem;
}

.card-badge-organic {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #4A2E35;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 999px;
  z-index: 2;
  font-family: 'Inter', sans-serif;
}

.card-badge-deal {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #4A2E35;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 999px;
  z-index: 2;
  font-family: 'Inter', sans-serif;
}

.card-wishlist-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 15;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid var(--light-border);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  color: #E53935;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  transition: all 0.25s ease;
  cursor: pointer;
}

.card-wishlist-btn:hover {
  background: #E53935;
  color: #ffffff !important;
  border-color: #E53935;
  transform: scale(1.1);
}

.card-floating-actions {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 15;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
}

.organic-card:hover .card-floating-actions {
  opacity: 1;
  transform: translateX(0);
}

.card-action-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: var(--soil-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.card-action-btn:hover {
  background: #27AE60;
  color: #ffffff !important;
  transform: scale(1.1);
}

.btn-add-to-cart-premium {
  background: #27AE60;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  transition: all 0.3s ease;
}

.card-inline-icon-btn {
  width: 38px !important;
  height: 38px !important;
  transition: all 0.25s ease !important;
  background: var(--warm-white) !important;
  border-color: var(--light-border) !important;
}

.card-inline-icon-btn:hover {
  background: #27AE60 !important;
  border-color: #27AE60 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(39, 174, 96, 0.25) !important;
}

.card-inline-icon-btn:hover i {
  color: #ffffff !important;
}

.card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.organic-card:hover .card-img-wrapper img {
  transform: scale(1.08);
}

.card-body-custom {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* ======================== PRODUCT TITLE ======================== */
.product-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--dark-text);
  margin-bottom: 8px;
  line-height: 1.45;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.9rem;
  min-height: 2.9rem;
  text-align: left;
}

.product-title:hover { color: var(--paddy-green); }

.price-box {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: auto;
  padding-top: 10px;
}

.offer-price {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--paddy-dark);
  font-family: 'Nunito', sans-serif;
}

.mrp-price {
  font-size: 0.88rem;
  color: var(--muted-text);
  text-decoration: line-through;
}

/* ======================== SMART CATEGORY CARDS ======================== */
.smart-cat-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid var(--light-border);
  padding: 16px 12px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.smart-cat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #27AE60;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.smart-cat-card:hover {
  border-color: #27AE60;
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(39, 174, 96, 0.15);
}

.smart-cat-card:hover::before {
  opacity: 1;
}

.smart-cat-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #E8F8F0;
  color: #27AE60;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.smart-cat-card:hover .smart-cat-icon {
  background: #27AE60;
  color: #ffffff;
  transform: scale(1.08);
}

.smart-cat-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: var(--soil-dark);
  font-size: 0.85rem;
  line-height: 1.25;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.15rem;
}

.smart-cat-pill {
  font-size: 0.7rem;
  font-weight: 700;
  color: #27AE60;
  background: #E8F8F0;
  padding: 3px 10px;
  border-radius: 999px;
  transition: all 0.3s ease;
}

.smart-cat-card:hover .smart-cat-pill {
  background: #27AE60;
  color: #ffffff;
}

/* ======================== MINI CATEGORY CHIPS ======================== */
.mini-cat-chip {
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-color: var(--light-border) !important;
}

.mini-cat-chip:hover {
  border-color: #27AE60 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(39, 174, 96, 0.15) !important;
}

.mini-cat-chip:hover .mini-cat-avatar {
  background: #27AE60 !important;
  color: #ffffff !important;
}

/* ======================== TRUST BANNER ======================== */
.trust-banner-title {
  font-family: 'Playfair Display', serif;
  color: var(--saffron) !important;
  font-weight: 700 !important;
  font-size: 1.2rem !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.35);
}

/* ======================== FLASH DEALS WRAPPER ======================== */
.flash-deals-wrapper {
  background: linear-gradient(135deg, var(--warm-white), #FFF8E8);
  border-radius: var(--radius-lg);
  border: 1px solid #E8D9B5;
  box-shadow: 0 8px 40px rgba(200, 149, 42, 0.08);
}

/* ======================== FARMER CARD ======================== */
.farmer-card {
  background: var(--card-white);
  border-radius: var(--radius-md);
  border: 1px solid var(--light-border);
  padding: 24px;
  text-align: center;
  transition: var(--transition);
  box-shadow: var(--card-shadow);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.farmer-card:hover {
  border-color: var(--paddy-green);
  transform: translateY(-6px);
  box-shadow: var(--card-shadow-hover);
}

.farmer-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--harvest-gold);
  margin: 0 auto 14px;
  display: block;
  box-shadow: 0 4px 16px rgba(200, 149, 42, 0.25);
}

/* ======================== FOOTER & PAYMENT BADGES ======================== */
.footer-social-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  text-decoration: none;
  transition: var(--transition);
}

.footer-social-btn:hover {
  background: #27AE60;
  color: #ffffff;
  border-color: #27AE60;
  transform: translateY(-3px);
}

.footer-link {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none;
  transition: var(--transition);
}

.footer-link:hover {
  color: #2ECC71 !important;
  padding-left: 4px;
}

.payment-badge {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 600;
}

.payment-card-badge {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 8px 16px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition);
}

.payment-card-badge span {
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffffff;
}

.payment-card-badge:hover {
  background: rgba(39, 174, 96, 0.15);
  border-color: #27AE60;
  transform: translateY(-2px);
}

/* ── New SVG Brand Logo Badges ── */
.pay-logo-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: default;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.pay-logo-badge svg {
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.22);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  /* Scale all SVGs down to 28px height */
  width: auto;
  height: 28px;
}

.pay-logo-badge span {
  font-size: 0.56rem;
  font-weight: 700;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-family: 'Inter', sans-serif;
  white-space: nowrap;
}

.pay-logo-badge:hover svg {
  box-shadow: 0 5px 16px rgba(39,174,96,0.38);
  transform: translateY(-2px);
}

.pay-logo-badge:hover span {
  color: #2ECC71;
}

/* Mobile: allow two rows with tighter gap */
@media (max-width: 576px) {
  .pay-logo-badge svg {
    height: 24px;
  }
  .pay-logo-badge span {
    font-size: 0.5rem;
  }
}


/* ======================== MOBILE BOTTOM NAV — PROFESSIONAL MODEL ======================== */
.mobile-bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1035;
  background: rgba(7, 18, 11, 0.94);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  backdrop-filter: blur(22px) saturate(150%);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 -14px 40px rgba(0, 0, 0, 0.42);
}

.bottom-nav-inner {
  display: flex;
  align-items: stretch;
  height: 68px;
  padding: 0 6px calc(6px + env(safe-area-inset-bottom));
}

/* ── Individual nav tab ── */
.bottom-nav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.40);
  font-family: 'Inter', sans-serif;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  transition: color 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}

.bottom-nav-icon {
  font-size: 1.18rem;
  line-height: 1;
  transition: color 0.25s ease, transform 0.25s ease;
}

.bottom-nav-label {
  font-size: 0.55rem;
  line-height: 1;
}

/* ── Active tab: emerald accent + indicator dot ── */
.bottom-nav-item.active {
  color: #2ECC71;
}
.bottom-nav-item.active .bottom-nav-icon {
  color: #2ECC71;
  transform: translateY(-2px);
}
.bottom-nav-item.active::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2ECC71;
  box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.14);
}

/* ── Hover (non-active) ── */
.bottom-nav-item:not(.active):hover {
  color: rgba(255, 255, 255, 0.75);
}
.bottom-nav-item:not(.active):hover .bottom-nav-icon {
  transform: translateY(-2px);
}

/* ── CART: raised FAB-style centre button ── */
.bottom-nav-center {
  justify-content: flex-start;
  padding-top: 0;
  margin-top: -26px;
}
.center-cart-wrap {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(150deg, #2ECC71 0%, #1E9A55 100%);
  border: 3px solid #0A1C11;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 10px 24px rgba(30, 154, 85, 0.45),
              0 2px 6px rgba(0, 0, 0, 0.35),
              0 0 0 1px rgba(255, 255, 255, 0.06),
              inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 0.3s ease;
}
.center-cart-wrap i {
  font-size: 1.35rem;
  color: #ffffff;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}
.bottom-nav-center:hover .center-cart-wrap,
.bottom-nav-center.active .center-cart-wrap {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 14px 30px rgba(30, 154, 85, 0.55),
              0 3px 8px rgba(0, 0, 0, 0.35),
              inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* ── Cart item badge ── */
.cart-badge {
  position: absolute;
  top: -3px;
  right: -3px;
  background: linear-gradient(180deg, #FF6B6B, #E74C3C);
  color: #fff;
  border-radius: 50%;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  font-size: 0.58rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  border: 2px solid #0A1C11;
  box-shadow: 0 2px 6px rgba(231, 76, 60, 0.40);
}


/* ======================== MISC UTILITIES ======================== */
.testimonial-card-stylish {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px 28px 24px;
  border: 1px solid rgba(39, 174, 96, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-card-stylish::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #27AE60 0%, #F1C40F 100%);
  opacity: 0.8;
}

.testimonial-card-stylish:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(39, 174, 96, 0.15);
  border-color: #27AE60;
}

.testimonial-quote-icon {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 3.2rem;
  color: rgba(39, 174, 96, 0.08);
  pointer-events: none;
}

.testimonial-user-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #27AE60;
  box-shadow: 0 4px 12px rgba(39, 174, 96, 0.25);
  transition: transform 0.3s ease;
}

.testimonial-card-stylish:hover .testimonial-user-avatar {
  transform: scale(1.08) rotate(3deg);
}

.farmer-tag {
  font-size: 0.78rem;
  color: var(--paddy-green);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.max-w-700 { max-width: 700px; }
.max-w-600 { max-width: 600px; }
.max-w-900 { max-width: 900px; }

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

/* ======================== ADMIN QUICK ACCESS ======================== */
.dropdown-menu-item {
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 700;
}

/* ======================== MEDIA QUERIES ======================== */
@media (max-width: 991px) {
  body { padding-bottom: 78px; }

  /* WhatsApp button raised above mobile nav */
  #whatsapp-float {
    bottom: 76px !important;
    right: 16px !important;
  }

  .mobile-bottom-nav {
    display: block;
  }

  .hero-slider-full,
  .hero-slide-full { height: 460px; }

  .hero-title-main { font-size: 2.3rem; }
}

@media (max-width: 576px) {
  .hero-title-main { font-size: 1.85rem; }
  .hero-slider-full,
  .hero-slide-full { height: 360px; }
  
  #whatsapp-float {
    width: 50px !important;
    height: 50px !important;
    bottom: 74px !important;
    right: 12px !important;
  }
}

/* ======================== HERO TRUST CHIPS ======================== */
.hero-trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.8rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: var(--radius-full);
  backdrop-filter: blur(8px);
  white-space: nowrap;
}

/* ======================== SWIPER NAV BUTTONS ======================== */
.static-swiper-nav {
  position: static !important;
  margin-top: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 1.5px solid var(--light-border) !important;
  color: var(--soil-dark) !important;
  font-size: 0.8rem !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
  cursor: pointer !important;
  transition: var(--transition) !important;
}

.static-swiper-nav::after {
  display: none !important;
}

.static-swiper-nav:hover {
  background: #27AE60 !important;
  color: #ffffff !important;
  border-color: #27AE60 !important;
}

.hero-nav-btn {
  background: rgba(255, 255, 255, 0.18) !important;
  backdrop-filter: blur(10px);
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  border: 1.5px solid rgba(255,255,255,0.4) !important;
  transition: var(--transition);
  margin-top: 0 !important;
}

.hero-nav-btn::after {
  font-size: 0.85rem !important;
  color: #ffffff !important;
  font-weight: 800 !important;
}

.hero-nav-btn:hover {
  background: rgba(39, 174, 96, 0.75) !important;
  border-color: #2ECC71 !important;
}

.swiper-pagination-bullet {
  background: rgba(255,255,255,0.5) !important;
  width: 10px !important;
  height: 10px !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #27AE60 !important;
  width: 28px !important;
  border-radius: 5px !important;
}

/* ======================== SECTION KICKER ======================== */
.section-kicker {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--paddy-green);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.section-kicker::before,
.section-kicker::after {
  content: '';
  display: block;
  height: 2px;
  width: 24px;
  background: var(--harvest-gold);
  border-radius: 2px;
}

/* ======================== TRUST BANNER TITLE ======================== */
.trust-banner-title {
  font-family: 'Merriweather', serif;
  color: var(--saffron) !important;
  font-weight: 700 !important;
  font-size: 1.1rem !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
  text-align: center !important;
}

/* Outline custom button with Inter font */
.btn-outline-custom {
  border: 2px solid var(--paddy-green);
  color: var(--paddy-green);
  background: transparent;
  border-radius: var(--radius-full);
  padding: 10px 24px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn-outline-custom:hover {
  background: var(--paddy-green);
  color: #ffffff;
  transform: translateY(-1px);
}

/* ======================== MOBILE-FIRST SLIDER & HERO SIZING ======================== */

/* --- XS Mobile (< 480px): Most compact sizes --- */
@media (max-width: 480px) {
  .hero-slider-full,
  .hero-slide-full { height: 300px !important; }

  .hero-title-main {
    font-size: 1.4rem !important;
    margin-bottom: 10px !important;
    line-height: 1.2 !important;
  }
  .hero-subtitle-main {
    font-size: 0.78rem !important;
    margin-bottom: 14px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .hero-badge-pill {
    font-size: 0.65rem !important;
    padding: 4px 12px !important;
    margin-bottom: 12px !important;
  }
  .hero-nav-btn {
    width: 28px !important;
    height: 28px !important;
    margin-top: -14px !important;
  }
  .hero-nav-btn::after {
    font-size: 0.6rem !important;
  }
  .hero-trust-chip { display: none !important; }
  .hero-content-wrapper .btn {
    font-size: 0.78rem !important;
    padding: 8px 16px !important;
  }
  .static-swiper-nav {
    width: 28px !important;
    height: 28px !important;
    font-size: 0.65rem !important;
  }
  .testimonial-card-stylish {
    padding: 20px 16px 16px !important;
  }
  .testimonial-quote-icon { font-size: 2rem !important; }
  .swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
  }
  .swiper-pagination-bullet-active {
    width: 18px !important;
  }
}

/* --- SM Mobile (480px – 576px) --- */
@media (min-width: 480px) and (max-width: 576px) {
  .hero-slider-full,
  .hero-slide-full { height: 340px !important; }
  .hero-title-main { font-size: 1.65rem !important; }
  .hero-subtitle-main { font-size: 0.83rem !important; }
  .hero-nav-btn {
    width: 34px !important;
    height: 34px !important;
  }
  .hero-nav-btn::after { font-size: 0.8rem !important; }
  .static-swiper-nav {
    width: 30px !important;
    height: 30px !important;
    font-size: 0.7rem !important;
  }
  .hero-trust-chip { display: none !important; }
}

/* --- Tablet (577px – 767px) --- */
@media (min-width: 577px) and (max-width: 767px) {
  .hero-slider-full,
  .hero-slide-full { height: 400px !important; }
  .hero-title-main { font-size: 2rem !important; }
  .hero-subtitle-main { font-size: 0.9rem !important; }
  .hero-nav-btn {
    width: 38px !important;
    height: 38px !important;
  }
  .hero-nav-btn::after { font-size: 0.85rem !important; }
  .static-swiper-nav {
    width: 32px !important;
    height: 32px !important;
    font-size: 0.75rem !important;
  }
  .hero-trust-chip {
    font-size: 0.72rem !important;
    padding: 4px 10px !important;
  }
}

/* --- All mobile / tablet (< 992px) --- */
@media (max-width: 991px) {
  .static-swiper-nav {
    width: 32px !important;
    height: 32px !important;
  }
  .hero-content-wrapper .d-flex.flex-wrap {
    gap: 10px !important;
  }
}

/* --- Hero Slider: Mobile Center Alignment --- */
@media (max-width: 767px) {
  .hero-content-wrapper {
    text-align: center !important;
    max-width: 100% !important;
    padding: 0 12px !important;
  }
  .hero-subtitle-main {
    text-align: center !important;
  }
  /* CTA buttons: force single row, centered */
  .hero-content-wrapper .d-flex.flex-wrap.gap-3 {
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 8px !important;
    overflow: hidden;
  }
  .hero-content-wrapper .btn {
    flex: 0 1 auto !important;
    white-space: nowrap !important;
    font-size: 0.72rem !important;
    padding: 7px 14px !important;
  }
  /* Trust chips row: center */
  .hero-content-wrapper .d-flex.gap-3.mt-4 {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
  }
}

