/* KisanYug redesign — header, footer, homepage (mockup-aligned) */
:root {
  --ky-green: #0b5c2e;
  --ky-green-dark: #074020;
  --ky-green-mid: #127a3d;
  --ky-deal-green: #71be44;
  --ky-orange: #f58220;
  --ky-orange-hot: #e31c23;
  --ky-charcoal: #1a1a1a;
  --ky-muted: #6b7280;
  --ky-border: #e5e7eb;
  --ky-bg: #f5f6f8;
  --ky-radius: 8px;
  --ky-layout-max: 1400px;
}

/* Centered page layout */
.container-fluid {
  max-width: var(--ky-layout-max);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* ========== HEADER (matches design screenshot 1) ========== */
.ky-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  font-family: Poppins, sans-serif;
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
}
.ky-header a { color: inherit; }
.ky-header a:hover { text-decoration: none; }

/* Top utility bar — dark green */
.ky-topbar {
  background: #0a4d2c;
  border-bottom: 0;
  font-size: 12px;
  color: #fff;
  padding: 8px 0;
}
.ky-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding-top:5px;
  padding-bottom:10px;
}
.ky-topbar-items {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ky-topbar-items li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  color: #fff;
  font-weight: 500;
}
.ky-topbar-items a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff !important;
  font-weight: 500;
  text-decoration: none;
}
.ky-topbar-items a:hover { color: #fff !important; opacity: .9; }
.ky-topbar-items i { font-size: 14px; }
.ky-ico-yellow { color: #f5c518 !important; }
.ky-ico-orange { color: #f58220 !important; }
.ky-ico-green { color: #7dcea0 !important; }
.ky-topbar-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.ky-topbar-app {
  font-weight: 600;
  color: #fff !important;
  white-space: nowrap;
}
.ky-topbar-app:hover { color: #fff !important; opacity: .9; }
.ky-topbar-app i { margin-right: 5px; font-size: 16px; vertical-align: middle; }

/* Main logo / search / actions */
.ky-mainbar {
  padding: 14px 0;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.ky-mainbar-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
.ky-logo {
  flex: 0 0 auto;
  max-width: 240px;
}
.ky-logo a {
  display: inline-block;
  line-height: 0;
}
.ky-logo img {
  max-height: 58px;
  width: auto;
  max-width: 100%;
  display: block;
}
.ky-logo-tag {
  display: none;
}
.ky-search-wrap {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 720px;
}
.ky-search-wrap .search-form-bar { margin: 0; position: relative; z-index: 99; }
.ky-search-wrap .search-form {
  display: flex !important;
  align-items: stretch;
  flex-direction: row;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  overflow: visible;
  background: #fff;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 9;
}
.ky-search-wrap .search-input,
.ky-search-wrap .search-form .search-input {
  flex: 1 1 auto;
  border: 0 !important;
  box-shadow: none !important;
  height: 46px !important;
  padding: 0 16px !important;
  font-size: 14px !important;
  color: #333;
  border-radius: 8px 0 0 8px !important;
  width: 100% !important;
  order: 1;
}
.ky-search-wrap .search-input::placeholder { color: #9ca3af; }
.ky-search-wrap .search-button,
.ky-search-wrap .search-form .search-button {
  width: 52px !important;
  height: 46px !important;
  order: 2;
  position: static !important;
  margin: 0 !important;
  background: #0a4d2c !important;
  border: 0 !important;
  border-left: 0 !important;
  color: #fff !important;
  border-radius: 0 8px 8px 0 !important;
  font-size: 16px !important;
  flex-shrink: 0;
  padding: 0 !important;
  z-index: 1;
}
.ky-search-wrap #display_search_products {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 200;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}

.ky-main-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex: 0 0 auto;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
}
.ky-main-actions > li { display: flex; align-items: center; }
.ky-expert {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
  color: #111 !important;
}
.ky-expert:hover { color: #111 !important; }
.ky-expert-icon {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ky-expert-copy { display: block; }
.ky-expert-label {
  display: block;
  font-size: 12px;
  color: #4b5563;
  font-weight: 500;
}
.ky-expert-phone {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #111;
  margin-top: 1px;
}
.ky-action-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #222 !important;
  position: relative;
  white-space: nowrap;
}
.ky-action-link:hover { color: #0a4d2c !important; }
.ky-action-link i { font-size: 20px; color: #4b5563; }
.ky-action-cart { padding-right: 4px; }
.ky-action-cart i { font-size: 22px; }
.ky-cart-badge {
  position: absolute;
  top: -8px;
  right: -10px;
  min-width: 18px;
  height: 18px;
  background: #1f9d4c;
  color: #fff !important;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  line-height: 1;
}

/* Bottom nav — white bar, green All Categories pill */
.ky-navbar {
  background: #fff;
  color: #111;
  border-bottom: 1px solid #e5e7eb;
}
.ky-navbar-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 6px 0;
}
.ky-cat-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(180deg, #0d5c33 0%, #0a4d2c 100%);
  color: #fff !important;
  padding: 11px 18px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  border: 0;
  border-radius: 6px;
}
.ky-cat-btn:hover { color: #fff !important; background: #083d23; }
.ky-cat-btn .fa-bars { font-size: 14px; }
.ky-cat-btn .fa-angle-right { margin-left: 2px; font-size: 14px; }

.ky-mega {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  min-width: 280px;
  max-height: 70vh;
  overflow-y: auto;
  background: #fff;
  color: #000;
  box-shadow: 0 12px 32px rgba(0,0,0,.18);
  z-index: 300;
  text-align: left;
  border-radius: 6px;
}
.ky-cat-btn:hover .ky-mega,
.ky-cat-btn.open .ky-mega { display: block; }
.ky-mega .top-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ky-mega .top-menu-list > li {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.ky-mega .top-menu-list > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  font-size: 13px;
  color: #222 !important;
}
.ky-mega .top-menu-list > li > a:hover { background: #f3faf6; color: #0a4d2c !important; }
.ky-mega .sub-menu,
.ky-mega .thirdsub-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 220px;
  background: #fff;
  box-shadow: 4px 4px 16px rgba(0,0,0,.12);
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 10;
}
.ky-mega .top-menu-list > li:hover > .sub-menu,
.ky-mega .sub-menu > li:hover > .thirdsub-menu { display: block; }
.ky-mega .sub-menu li,
.ky-mega .thirdsub-menu li { border-bottom: 1px solid #f0f0f0; position: relative; }
.ky-mega .sub-menu a,
.ky-mega .thirdsub-menu a {
  display: block;
  padding: 9px 14px;
  font-size: 13px;
  color: #333 !important;
}
.ky-mega .move-down-iocn-H {
  position: absolute;
  right: 8px;
  top: 10px;
  color: #999;
  cursor: pointer;
}

.ky-nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 4px;
  margin: 0;
  padding: 0 4px 0 12px;
  list-style: none;
  flex: 1;
}
.ky-nav-links > li { position: relative; }
.ky-nav-links a {
  color: #1a1a1a !important;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  white-space: nowrap;
}
.ky-nav-links a:hover { color: #0a4d2c !important; background: transparent; }
.ky-nav-offers { margin-left: auto; }
.ky-nav-offers a { position: relative; padding-right: 40px; }
.ky-hot-badge {
  position: absolute;
  top: 0;
  right: 4px;
  background: #e11d2e;
  color: #fff !important;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
  line-height: 1.3;
  letter-spacing: .02em;
}

/* sticky spacer — match new header height */
body .h-height { height: 0 !important; display: none; }
.ky-header + .h-height { display: none; }

/* ========== HOMEPAGE ========== */
.ky-home { background: #fff; overflow-x: hidden; }

.ky-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center right;
  color: #fff;
  overflow: hidden;
}
.ky-hero > .container-fluid {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  padding-top: 72px;
  padding-bottom: 28px;
  width: 100%;
}
.ky-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.55) 32%, rgba(0,0,0,.2) 58%, rgba(0,0,0,.05) 100%);
  z-index: 1;
}
.ky-hero-content {
  position: relative;
  z-index: 2;
  padding: 0 0 36px;
  max-width: 640px;
  text-align: left;
}
.ky-hero h1 {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.12;
  margin: 0 0 14px;
  color: #fff;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 16px rgba(0,0,0,.35);
}
.ky-hero h1 .accent { color: #7dcf4a; }
.ky-hero .ky-hero-sub {
  font-size: 18px;
  margin: 0 0 28px;
  color: #fff;
  font-weight: 400;
  opacity: .95;
  line-height: 1.5;
}
.ky-hero-search { display: none !important; }
.ky-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.ky-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: .2s ease;
}
.ky-btn-orange {
  background: #f58220;
  color: #fff !important;
  border-color: #f58220;
}
.ky-btn-orange:hover { background: #e07010; border-color: #e07010; color: #fff !important; }
.ky-btn-outline {
  background: rgba(20,20,20,.55);
  color: #fff !important;
  border-color: rgba(255,255,255,.85);
}
.ky-btn-outline:hover { background: rgba(255,255,255,.14); color: #fff !important; }

.ky-trust-strip {
  position: relative;
  z-index: 2;
  margin-top: 8px;
  background: rgba(18, 22, 28, .72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 18px 20px;
  border-radius: 12px;
}
.ky-trust-strip-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px 8px;
}
.ky-trust-item {
  flex: 1 1 120px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}
.ky-trust-item span { display: block; }
.ky-trust-item i {
  display: block;
  font-size: 22px;
  margin-bottom: 8px;
  color: #fff;
  opacity: .95;
}


.ky-section {
  padding: 48px 0;
  background: #fff;
}
.ky-section-title {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin: 0 0 8px;
  text-align: center;
}
.ky-title-underline {
  position: relative;
  display: block;
  margin-bottom: 28px;
  padding-bottom: 14px;
}
.ky-title-underline span {
  position: relative;
  display: inline-block;
}
.ky-title-underline span::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 3px;
  background: #1f9d4c;
  border-radius: 2px;
}
.ky-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  gap: 12px;
}
.ky-section-head .ky-section-title {
  text-align: left;
  margin: 0;
  font-size: 28px;
}
.ky-view-all {
  color: #1f9d4c !important;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}
.ky-view-all:hover { color: #0a4d2c !important; }

.ky-need-section { padding-top: 52px; padding-bottom: 28px; }
.ky-need-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 8px;
}
.ky-need-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 24px 12px 18px;
  text-align: center;
  transition: .2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #111 !important;
  min-height: 148px;
  box-shadow: none;
}
.ky-need-card:hover {
  border-color: #1f9d4c;
  box-shadow: 0 8px 22px rgba(11,92,46,.1);
  transform: translateY(-2px);
  color: #0a4d2c !important;
}
.ky-need-icon-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
}
.ky-need-icon-img img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  display: block;
}
.ky-need-label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.3;
  padding-top:10px;
}

.ky-trending-section {
  background: #fff;
  padding-top: 36px;
  padding-bottom: 52px;
}
.ky-trending-wrap {
  position: relative;
  padding-right: 8px;
}
.ky-trending-slider { margin: 0 -8px; }
.ky-slide-item { padding: 4px 8px 10px; }
.ky-product-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 0 0 14px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
}
.ky-product-card .ky-flat-off {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--ky-deal-green);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
  padding: 9px 10px;
  line-height: 1.2;
  z-index: 2;
}
.ky-product-card .ky-flat-off .fa { font-size: 13px; }
.ky-product-card .ky-bestseller {
  position: absolute;
  left: 0;
  top: 48px;
  z-index: 3;
  background: var(--ky-orange);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .3px;
  padding: 12px 7px;
  border-radius: 0 8px 8px 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  line-height: 1.15;
}
.ky-product-card:not(:has(.ky-flat-off)) .ky-bestseller { top: 10px; }
.ky-product-card .ky-thumb {
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 14px 10px;
  padding-left: 22px;
}
.ky-product-card .ky-thumb img {
  max-height: 145px;
  max-width: 100%;
  object-fit: contain;
}
.ky-product-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 14px;
  text-align: center;
}
.ky-product-card .ky-pname {
  font-size: 14px;
  font-weight: 700;
  color: var(--ky-charcoal);
  margin: 0 0 10px;
  min-height: 38px;
  line-height: 1.35;
}
.ky-product-card .ky-price-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-bottom: 2px;
  flex-wrap: wrap;
}
.ky-product-card .ky-price {
  font-size: 20px;
  font-weight: 800;
  color: var(--ky-charcoal);
  letter-spacing: -.2px;
}
.ky-product-card .ky-mrp {
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
  font-weight: 500;
}
.ky-product-card .ky-save {
  font-size: 13px;
  font-weight: 700;
  color: var(--ky-orange-hot);
  margin-bottom: 12px;
}
.ky-product-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  margin-top: auto;
  padding-top: 2px;
}
.ky-buy-now {
  display: block;
  width: 100%;
  text-align: center;
  background: #0a4d2c;
  color: #fff !important;
  border: 0;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  line-height: 1.2;
  text-decoration: none !important;
}
.ky-buy-now:hover { background: #074020; color: #fff !important; }
.ky-add-cart-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #fff;
  color: #0a4d2c !important;
  border: 1.5px solid #0a4d2c;
  border-radius: 6px;
  padding: 9px 12px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  line-height: 1.2;
  text-decoration: none !important;
}
.ky-add-cart-btn:hover {
  background: #f3faf6;
  color: #074020 !important;
  border-color: #074020;
}

.ky-trending-wrap .slick-list { margin: 0; }
.ky-trending-wrap .ky-slick-next,
.ky-trending-wrap .slick-next {
  position: absolute;
  right: -6px;
  top: 42%;
  transform: translateY(-50%);
  z-index: 5;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff !important;
  border: 0;
  box-shadow: 0 4px 16px rgba(0,0,0,.14);
  color: #555 !important;
  font-size: 22px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
.ky-trending-wrap .ky-slick-next:hover,
.ky-trending-wrap .slick-next:hover {
  background: #fff !important;
  color: #0a4d2c !important;
}
.ky-trending-wrap .slick-prev { display: none !important; }
.ky-trending-wrap .slick-disabled { opacity: .4; }

.ky-why-section {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
}
.ky-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 8px;
}
.ky-why-item {
  position: relative;
  min-height: 210px;
  padding: 28px 24px;
  color: #fff;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.ky-why-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,20,16,.55) 0%, rgba(8,18,14,.82) 100%);
  z-index: 1;
  border-radius: 12px;
}
.ky-why-item > * { position: relative; z-index: 2; }
.ky-why-icon {
  display: block;
  margin-bottom: 16px;
  line-height: 0;
}
.ky-why-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #fff;
  line-height: 1.3;
}
.ky-why-item p {
  font-size: 13px;
  opacity: .9;
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
}

.ky-brands-section {
  background: #fff;
  padding-top: 36px;
  padding-bottom: 48px;
}
.ky-brands-section .ky-section-title {
  margin-bottom: 32px;
  font-size: 24px;
}
.ky-brands-wrap {
  position: relative;
  padding: 0 52px;
}
.ky-brands-slider {
  margin: 0;
}
.ky-brands-slider .slick-track {
  display: flex !important;
  align-items: center;
}
.ky-brands-slider .slick-slide {
  height: auto;
  float: none;
}
.ky-brand-slide {
  padding: 12px 16px;
  text-align: center;
}
.ky-brand-logo {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: grayscale(1) contrast(1.05);
  opacity: .9;
  transition: .2s;
}
.ky-brand-logo:hover {
  filter: grayscale(0);
  opacity: 1;
}
.ky-brand-logo img {
  max-height: 120px !important;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}
.ky-brands-wrap .ky-brand-prev,
.ky-brands-wrap .ky-brand-next,
.ky-brands-wrap .slick-prev,
.ky-brands-wrap .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff !important;
  border: 0;
  box-shadow: 0 3px 14px rgba(0,0,0,.12);
  color: #555 !important;
  font-size: 20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
.ky-brands-wrap .ky-brand-prev,
.ky-brands-wrap .slick-prev { left: 0; }
.ky-brands-wrap .ky-brand-next,
.ky-brands-wrap .slick-next { right: 0; }
.ky-brands-wrap .ky-brand-prev:hover,
.ky-brands-wrap .ky-brand-next:hover,
.ky-brands-wrap .slick-prev:hover,
.ky-brands-wrap .slick-next:hover {
  color: #0a4d2c !important;
  box-shadow: 0 4px 16px rgba(0,0,0,.16);
}
.ky-brands-wrap .slick-disabled {
  opacity: .45;
  cursor: default;
}

.ky-finder-section {
  padding-top: 24px;
  padding-bottom: 8px;
  background: #fff;
}
.ky-finder {
  background-color: #0a140f;
  background-image: url('../images/webp/finder-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 36px 36px 0;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
.ky-finder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(8, 22, 14, .72) 0%, rgba(8, 22, 14, .45) 55%, rgba(8, 22, 14, .2) 100%);
  pointer-events: none;
  border-radius: inherit;
  z-index: 0;
}
.ky-finder-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  min-height: 220px;
}
.ky-finder-left {
  flex: 1 1 260px;
  max-width: 340px;
  padding-bottom: 36px;
}
.ky-finder-left h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.25;
}
.ky-finder-left h2 span { color: #a3c617; }
.ky-finder-sub {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,.88);
  margin: 0 0 20px;
  max-width: 300px;
}
.ky-finder-left .ky-btn-orange {
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
}
.ky-finder-steps {
  flex: 1 1 360px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 36px;
}
.ky-step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
  max-width: 170px;
}
.ky-step-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ky-step-clipboard {
  position: relative;
  display: inline-flex;
  color: #7dcf4a;
  font-size: 26px;
}
.ky-step-clipboard b {
  position: absolute;
  right: -6px;
  bottom: -4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #7dcf4a;
  color: #0a4d2c;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.ky-step-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #7dcf4a;
  color: #0a4d2c;
  font-weight: 700;
  font-size: 15px;
}
.ky-step-circle .fa-check { color: #0a4d2c; font-size: 14px; }
.ky-step-copy strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
  line-height: 1.3;
}
.ky-step-copy span {
  display: block;
  font-size: 11px;
  line-height: 1.4;
  color: rgba(255,255,255,.75);
  font-weight: 400;
}
.ky-step-arrow {
  color: #7dcf4a;
  font-size: 14px;
  margin-top: 12px;
  opacity: .9;
}
.ky-finder-right {
  flex: 0 0 220px;
  position: relative;
  align-self: flex-end;
  text-align: center;
  min-height: 230px;
  margin-right: -8px;
}
.ky-finder-person {
  max-height: 240px;
  width: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  object-fit: contain;
  object-position: bottom center;
}
.ky-finder-bubble {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-78%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #111;
  padding: 8px 14px 8px 10px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
  text-decoration: none !important;
  white-space: nowrap;
}
.ky-finder-bubble:hover { color: #111 !important; }
.ky-finder-bubble-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: transparent;
  color: #1f9d4c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: relative;
}
.ky-finder-bubble-icon::after {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  width: 8px;
  height: 8px;
  border: 2px solid #f36e1b;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 8px 0 0;
  opacity: .9;
}
.ky-finder-bubble-text {
  font-size: 12px;
  font-weight: 700;
  color: #0a3d1f;
  line-height: 1.2;
}
.ky-finder-bubble-text em {
  font-style: normal;
  color: #f36e1b;
  display: block;
  font-weight: 600;
}

.ky-trust-features {
  padding-top: 28px;
  padding-bottom: 8px;
  background: #fff;
}
.ky-services {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px 16px;
  padding: 8px 0 20px;
  border-bottom: 0;
  align-items: start;
}
.ky-service {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  min-width: 0;
}
.ky-service > span:last-child {
  flex: 1;
  min-width: 0;
}
.ky-service-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  font-size: 22px;
}
.ky-service i {
  display: block;
  margin: 0;
  color: #6b7280;
  font-size: 22px;
}

.ky-promo-section {
  padding-top: 12px;
  padding-bottom: 48px;
  background: #fff;
}
.ky-promo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 0;
}
.ky-promo-tile {
  border-radius: 12px;
  padding: 20px 16px 20px 20px;
  min-height: 168px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  position: relative;
  overflow: hidden;
  color: #111 !important;
  border: none;
  text-decoration: none !important;
}
.ky-promo-copy {
  flex: 1 1 auto;
  position: relative;
  z-index: 2;
  max-width: 52%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 128px;
}
.ky-promo-tile h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 4px;
  color: #111;
  line-height: 1.25;
}
.ky-promo-badge {
  font-size: 18px;
  font-weight: 800;
  color: #111;
  margin-bottom: 4px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.ky-promo-tile p {
  font-size: 12px;
  margin: 0 0 auto;
  padding-bottom: 14px;
  color: #4b5563;
  opacity: 1;
  line-height: 1.4;
}
.ky-promo-tile .shop {
  font-weight: 700;
  font-size: 13px;
  color: #1f5c2e;
  margin-top: auto;
}
.ky-promo-tile .shop .fa {
  margin-left: 4px;
  font-size: 11px;
}
.ky-promo-img {
  flex: 0 0 46%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  align-self: stretch;
}
.ky-promo-img img {
  max-width: 100%;
  max-height: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,.1));
}
.ky-promo-tile.t1 {
  background: linear-gradient(135deg, #eaf4e6 0%, #f3f8f0 55%, #e8f0e4 100%);
}
.ky-promo-tile.t2 {
  background: linear-gradient(135deg, #f7efe6 0%, #fbf6f0 55%, #f5ebe0 100%);
}
.ky-promo-tile.t3 {
  background: linear-gradient(135deg, #eaf1f6 0%, #f3f7fa 45%, #e4eef5 100%);
}
.ky-promo-tile.t3 .ky-promo-img img {
  max-height: 148px;
  border-radius: 8px;
  filter: none;
}
.ky-promo-tile.t4 {
  background: linear-gradient(135deg, #f0f1f2 0%, #f7f8f8 55%, #eceef0 100%);
}
.ky-promo-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
  color: #111 !important;
}
.ky-promo-tile:hover .shop { color: #164422; }

.ky-seo-box {
  padding: 24px 0 40px;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

/* ========== FOOTER ========== */
.ky-newsletter {
  background: #0a4d2c;
  color: #fff;
  padding: 34px 0;
}
.ky-newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.ky-newsletter-copy {
  flex: 1 1 260px;
  max-width: 360px;
}
.ky-newsletter-copy h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.ky-newsletter-copy p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,.85);
}
.ky-newsletter-form {
  display: flex;
  flex: 1 1 340px;
  max-width: 460px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.ky-newsletter-form input {
  flex: 1;
  border: 0;
  height: 48px;
  padding: 0 16px;
  font-size: 14px;
  color: #333;
  box-shadow: none !important;
  outline: none;
}
.ky-newsletter-form button {
  background: #1f9d4c;
  color: #fff;
  border: 0;
  padding: 0 22px;
  font-weight: 700;
  white-space: nowrap;
  font-size: 14px;
}
.ky-newsletter-form button:hover { background: #178a40; }
.ky-newsletter-social {
  flex: 0 0 auto;
  text-align: left;
}
.ky-follow-label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}
.ky-social {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ky-social a {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.ky-soc-fb { background: #1877f2 !important; }
.ky-soc-ig { background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af) !important; }
.ky-soc-yt { background: #ff0000 !important; }
.ky-soc-in { background: #0a66c2 !important; }
.ky-social a:hover { opacity: .9; color: #fff !important; }

.ky-footer {
  background: #0b120e;
  color: #c9c9c9;
  padding: 48px 0 22px;
  font-size: 13px;
}
.ky-footer a { color: #cfcfcf; }
.ky-footer a:hover { color: #fff; }
.ky-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 1.15fr;
  gap: 28px 22px;
  margin-bottom: 36px;
}
.ky-footer-logo {
  display: inline-block;
  line-height: 0;
  margin-bottom: 14px;
}
.ky-footer-logo img {
  max-height: 56px;
  width: auto;
  max-width: 220px;
  margin-bottom: 0;
  filter: none;
}
.ky-footer-tag {
  display: none;
}
.ky-footer-brand p {
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 18px;
  color: #aeb4b0;
}
.ky-footer-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  text-decoration: none !important;
}
.ky-footer-phone-icon {
  width: 36px;
  height: 36px;
  background: #1f9d4c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  flex-shrink: 0;
}
.ky-footer-phone-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
.ky-footer-phone-num {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-top: 2px;
}
.ky-footer h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 16px;
  text-transform: none;
}
.ky-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ky-footer ul li { margin-bottom: 10px; }
.ky-footer ul a {
  font-size: 13px;
  font-weight: 400;
  color: #c9c9c9;
}
.ky-footer ul a:hover { color: #fff; }
.ky-app-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ky-app-btns a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #000;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  padding: 10px 14px;
  color: #fff !important;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 600;
  min-width: 160px;
}
.ky-app-btns a:hover { border-color: #666; color: #fff !important; }
.ky-app-btns a i,
.ky-app-btns a svg {
  font-size: 26px;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.ky-app-btns small {
  display: block;
  font-size: 9px;
  opacity: .75;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.ky-footer-bottom {
  border-top: 1px solid #243028;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: #9ca3af;
}
.ky-copy { color: #9ca3af; }
.ky-payments {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.ky-payments span {
  margin-right: 2px;
  color: #9ca3af;
}
.ky-payments img {
  height: 24px;
  width: auto;
  opacity: 1;
}

/* Legacy footer markup removed from views — keep no-op for cached HTML */
.footer-points { display: none !important; }

/* ========== RESPONSIVE ========== */
@media (max-width: 1199px) {
  .ky-footer-grid { grid-template-columns: repeat(3, 1fr); }
  .ky-need-grid { grid-template-columns: repeat(3, 1fr); }
  .ky-trending-wrap .ky-slick-next { right: 4px; }
  .ky-promo-grid { grid-template-columns: repeat(2, 1fr); }
  .ky-why-grid { grid-template-columns: repeat(2, 1fr); }
  .ky-brands-wrap { padding: 0 44px; }
  .ky-brand-logo { height: 80px; }
  .ky-brand-logo img { max-height: 60px !important; }
  .ky-nav-links a { padding: 10px 8px; font-size: 13px; }
  .ky-topbar-items { gap: 16px; }
}
@media (max-width: 991px) {
  .ky-mainbar-inner { flex-wrap: wrap; }
  .ky-search-wrap { order: 3; flex: 1 1 100%; max-width: none; }
  .ky-topbar-items { gap: 10px; font-size: 11px; }
  .ky-nav-links { display: none; }
  .ky-hero h1 { font-size: 34px; }
  .ky-hero { min-height: 460px; }
  .ky-hero > .container-fluid { padding-top: 48px; }
  .ky-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .ky-services { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px 14px; }

  .ky-finder {
    padding: 28px 22px 0;
  }
  .ky-finder-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
    min-height: 0;
  }
  .ky-finder-left {
    flex: none;
    max-width: none;
    padding-bottom: 0;
    order: 1;
  }
  .ky-finder-left h2 { font-size: 26px; }
  .ky-finder-sub { max-width: none; }
  .ky-finder-steps {
    flex: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 14px;
    padding-bottom: 0;
    order: 2;
  }
  .ky-step {
    max-width: none;
    width: 100%;
    align-items: flex-start;
  }
  .ky-step-copy {
    flex: 1;
    min-width: 0;
    padding-right: 4px;
  }
  .ky-step-copy strong { font-size: 15px; }
  .ky-step-copy span {
    font-size: 13px;
    white-space: normal;
    overflow: visible;
  }
  .ky-step-arrow {
    display: flex;
    justify-content: center;
    margin: 0;
    transform: rotate(90deg);
    align-self: center;
  }
  .ky-finder-right {
    flex: none;
    width: 100%;
    min-height: 200px;
    margin-right: 0;
    order: 3;
    align-self: center;
  }
  .ky-finder-person {
    max-height: 200px;
  }
  .ky-finder-bubble {
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .ky-topbar-items li:nth-child(n+3) { display: none; }
  .ky-main-actions { gap: 12px; }
  .ky-expert { display: none; }
  .ky-need-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .ky-need-card { min-height: 128px; padding: 18px 10px 14px; gap: 10px; border-radius: 8px; }
  .ky-need-icon-img { width: 52px; height: 52px; }
  .ky-need-icon-img img { width: 48px; height: 48px; }
  .ky-need-label { font-size: 12px; }
  .ky-why-grid { grid-template-columns: 1fr; }
  .ky-promo-grid { grid-template-columns: 1fr; }
  .ky-footer-grid { grid-template-columns: 1fr; }
  .ky-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 10px;
    padding: 4px 0 16px;
  }
  .ky-service {
    gap: 8px;
    font-size: 12px;
    align-items: flex-start;
  }
  .ky-service-icon {
    width: 28px;
    height: 28px;
    font-size: 18px;
    margin-top: 1px;
  }
  .ky-service i { font-size: 18px; }
  .ky-hero h1 { font-size: 28px; }
  .ky-hero-content { padding: 0 0 24px; }
  .ky-hero .ky-hero-sub { font-size: 15px; margin-bottom: 20px; }
  .ky-trust-strip { padding: 14px 10px; }
  .ky-section { padding: 32px 0; }
  .ky-section-title { font-size: 22px; }
  .ky-mega .sub-menu,
  .ky-mega .thirdsub-menu {
    position: static;
    box-shadow: none;
    background: #f9fafb;
  }
  .ky-trending-slider { margin: 0 -4px; }
  .ky-slide-item { padding: 4px 4px 8px; }
  .ky-product-card { border-radius: 10px; padding-bottom: 10px; box-shadow: 0 3px 12px rgba(0,0,0,.1); }
  .ky-product-card .ky-flat-off { font-size: 10px; padding: 6px 6px; gap: 4px; }
  .ky-product-card .ky-bestseller { font-size: 8px; padding: 8px 4px; top: 40px; }
  .ky-product-card .ky-thumb { height: 110px; margin: 8px 8px 6px; padding-left: 14px; }
  .ky-product-card .ky-thumb img { max-height: 100px; }
  .ky-product-body { padding: 0 8px; }
  .ky-product-card .ky-pname { font-size: 12px; min-height: 34px; margin-bottom: 6px; }
  .ky-product-card .ky-price { font-size: 15px; }
  .ky-product-card .ky-mrp { font-size: 11px; }
  .ky-product-card .ky-save { font-size: 11px; margin-bottom: 8px; }
  .ky-product-actions { gap: 6px; }
  .ky-buy-now,
  .ky-add-cart-btn { font-size: 12px; padding: 8px 6px; border-radius: 6px; }
  .ky-trending-wrap .ky-slick-next,
  .ky-trending-wrap .slick-next { width: 34px; height: 34px; font-size: 18px; right: 0; }

  .ky-finder-section { padding-left: 0; padding-right: 0; }
  .ky-finder {
    border-radius: 12px;
    padding: 22px 16px 0;
    margin: 0 4px;
  }
  .ky-finder-left h2 { font-size: 22px; }
  .ky-finder-sub { font-size: 13px; margin-bottom: 16px; }
  .ky-finder-left .ky-btn-orange {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: auto;
    max-width: 100%;
  }
  .ky-finder-steps { gap: 12px; }
  .ky-step { gap: 12px; }
  .ky-step-copy strong { font-size: 14px; }
  .ky-step-copy span { font-size: 12px; line-height: 1.45; }
  .ky-finder-right { min-height: 170px; }
  .ky-finder-person { max-height: 170px; }
  .ky-finder-bubble {
    padding: 7px 12px 7px 8px;
    bottom: 10px;
  }
  .ky-finder-bubble-text { font-size: 11px; }

  /* Keep fixed Call / WhatsApp clear of mid-page content */
  .mobile-call,
  .whatsapp-chat {
    right: 12px !important;
    left: auto !important;
    z-index: 100 !important;
    max-width: 46px;
    overflow: hidden;
    padding: 3px !important;
    border-radius: 50% !important;
    white-space: nowrap;
  }
  .mobile-call {
    bottom: 88px !important;
    border-width: 2px !important;
  }
  .whatsapp-chat {
    bottom: 28px !important;
  }
  .mobile-call a,
  .whatsapp-chat a {
    font-size: 0 !important;
    line-height: 0 !important;
    display: block;
  }
  .mobile-call img,
  .whatsapp-chat img {
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    float: none !important;
    display: block;
  }
}
