@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cookie&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Momo+Trust+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap");
@font-face {
  font-family: "MBFEdge";
  src: url("../fonts/MBFEdge-Regular.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --burgundy: #0e461a;
  --plum: #14532d;
  --rose-gold: #6f8f1f;
  --soft-gold: #a3c957;
  --primary: #198754;
  --primary-dark: #146c43;
  --primary-light: #eaf8f1;
  --accent: #22c55e;
  --bg: #ffffff;
  --text: #1f2937;
  --muted: #6b7280;
  --border: #e5e7eb;
  --r-card: 16px;
  --r-btn: 12px;
  --r-section: 20px;
  --shadow-soft: 0 10px 30px -10px rgba(16, 24, 40, 0.12);
  --shadow-lift: 0 18px 45px -12px rgba(25, 135, 84, 0.25);
  --font-display: "Google Sans Flex", sans-serif;
  --font-body: "Google Sans Flex", sans-serif;
  --ivory: #f1f9f0;
  --ivory-dark: #e2f0df;
  --white: #ffffff;

  --text-dark: #182c10;
  --text-mid: #2f5d34;
  --text-light: #6d8a6f;
  --text-body: #2c3e2d;

  --burg: #0e461a;
  --rg: #6f8f1f;
  --sg: #a3c957;

  --ivory2: #e3f0df;
  --txt: #182c10;

  --border: rgba(111, 143, 31, 0.22);
  --border-subtle: rgba(111, 143, 31, 0.18);
  --card-border: #d9e8d6;
  --border-col: #d9e8d6;

  --blue-deep: #0b2d17;
  --blue-dark: #114524;
  --blue-mid: #1b5e20;
  --blue-core: #2e7d32;
  --blue-bright: #388e3c;
  --blue-vivid: #43a047;
  --blue-light: #66bb6a;
  --blue-pale: #c8e6c9;
  --blue-ghost: #f1f8f2;

  --cyan: #4caf50;
  --cyan-light: #81c784;
  --glow: rgba(67, 160, 71, 0.35);

  --lex-gold: #0e461a;
  --lex-gold-light: #6f8f1f;
  --lex-gold-dark: #4f6d15;
  --lex-bg: #f1f9f0;
  --lex-white: #ffffff;
  --lex-dark: #182c10;
  --lex-mid: #4d6a4e;
  --lex-border: #d9e8d6;

  --navy: #0e461a;
  --navy-light: #1f6b2d;
  --gold: #6f8f1f;
  --gold-light: #8db53d;
  --gold-pale: #eef7df;

  --check-color: #0e461a;

  --gold-dark: #4f6d15;
  --ink: #182c10;
  --ink-mid: #3d5b3e;
  --ink-soft: #718772;

  --cream: #f7fbf6;

  --urb-gold: #6f8f1f;
  --urb-gold-light: #8db53d;
  --urb-gold-pale: #eef7df;
  --urb-cream: #f7fbf6;
  --urb-ink: #182c10;
  --urb-border: #d9e8d6;
  --urb-border-hover: #6f8f1f;

  --clr-deep: #0b2d17;
  --clr-mid: #14532d;
  --clr-surface: #1b5e20;
  --clr-gold: #6f8f1f;
  --clr-gold-lt: #8db53d;
  --clr-gold-dk: #4f6d15;
  --clr-divider: rgba(111, 143, 31, 0.18);
  --clr-white: #ffffff;
  --clr-rose: #0e461a;

  --ur-navy: #0e461a;
  --ur-navy-mid: #14532d;
  --ur-cream: #f1f9f0;
  --ur-gold: #6f8f1f;
  --ur-gold-lt: #8db53d;
  --ur-gold-dim: rgba(111, 143, 31, 0.18);
  --ur-text-lt: #dcebd8;
  --ur-text-dim: #7a9678;

  --fh-bg: #f7fbf6;
  --fh-stroke: #0e461a;
  --fh-heading-color: #182c10;
  --fh-desc-color: #6d866d;
  --fh-divider-color: #cfe0cb;
  --border: rgba(142, 212, 115, 0.22);
  --shadow: 0 12px 48px rgba(45, 15, 34, 0.14);
  --shadowsm: 0 4px 20px rgba(45, 15, 34, 0.1);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);

  --border-subtle: rgba(212, 163, 115, 0.2);
  --shadow-lux: 0 20px 60px rgba(45, 15, 34, 0.18);
  --shadow-card: 0 8px 32px rgba(74, 14, 26, 0.12);
  --ease-lux: cubic-bezier(0.4, 0, 0.2, 1);
  --rose-gold: #6f8f1f;

  --lex-shadow: 0 4px 24px rgba(28, 33, 39, 0.08);
  --lex-shadow-hover: 0 12px 40px rgba(28, 33, 39, 0.14);
  --lex-radius: 2px;
  --lex-transition: 0.38s cubic-bezier(0.4, 0, 0.2, 1);

  --shadow-sm: 0 2px 12px rgba(26, 20, 16, 0.07);
  --shadow-md: 0 8px 32px rgba(26, 20, 16, 0.12);
  --shadow-lg: 0 20px 60px rgba(26, 20, 16, 0.18);
  --r: 16px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  --urb-shadow-soft: 0 8px 32px rgba(176, 125, 58, 0.12);
  --urb-shadow-lift: 0 16px 48px rgba(176, 125, 58, 0.22);
  --urb-transition: 500ms cubic-bezier(0.4, 0, 0.2, 1);

  --transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  --ur-radius: 14px;
  --ur-transition: 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);

  --fh-transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Google Sans Flex", sans-serif !important;
  font-size: 14px;
  color: #111;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}
ul {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
}
.container {
  max-width: 90% !important;
}
/* =============================preheader================================ */
.preheader {
  background: #6f8f1f;
  height: 38px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.preheader-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
}

.pre-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  white-space: nowrap;
}

.pre-item i,
.phone-item i {
  font-size: 12px;
  opacity: 0.9;
}

.separator {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.35);
  margin: 0 18px;
}

.phone-item {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .preheader {
    display: none;
  }
}
/* ===========================header============================ */
.logo {
  width: 195px;
}

.logo img {
  width: 100%;
}
/* .site-header {
  width: 100%;
  z-index: 999;
  border-bottom: 2px solid rgba(255, 255, 255, 0.13);
  transition: all 0.3s ease;
  position: absolute;
}

.site-header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #003669; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
} */
/* ─── RESET / BASE ─────────────────────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 14px;
  color: #111;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
}

/* ─── HEADER ────────────────────────────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgb(255 255 255);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 5px 15px;
}

@media (max-width: 1199px) {
  .header-inner {
    padding: 25px 5px;
  }
}

.header-logo img {
  height: 80px;
  width: auto;
  padding: 0px 0;
}

.main-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

/* Right icons */
.header-icons {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

.icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  color: #111;
  transition: background 0.15s;
}

.icon-btn:hover {
  background: #f3f3f3;
}

@media (max-width: 991px) {
  .icon-btn[aria-label="Account"] {
    width: 25px;
    height: 25px;
  }
}

/* Hamburger — mobile only */
.hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  color: #111;
  flex-shrink: 0;
}

.hamburger:hover {
  background: #f3f3f3;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
}

.tc-nav-item {
  position: relative;
}

.tc-nav-item.has-tc-mega-menu {
  position: static;
}

.tc-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 6px;
  white-space: nowrap;
  transition: 0.15s;
  font-family: "Google Sans Flex";
  color: #000;
}

.tc-nav-link:hover {
  opacity: 0.7;
}

.tc-nav-link .chevron {
  transition: transform 0.2s;
  flex-shrink: 0;
}

.tc-nav-item.open > .tc-nav-link .chevron {
  transform: rotate(180deg);
}

/* ─── DROPDOWN MENU ─────────────────────────────────────────────────────────── */
.tc-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 250px;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  padding: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: 0.3s;
  z-index: 200;
}

.tc-nav-item.open .tc-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.tc-dropdown-menu li + li {
  margin-top: 2px;
}

.tc-dropdown-menu a {
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  transition: 0.15s;
  color: #000 !important;
}

.tc-dropdown-menu a:hover {
  opacity: 1;
}

/* ─── NAV OVERLAY (mega menu backdrop) ──────────────────────────────────────── */
#nav-overlay {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}

#nav-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

/* ─── MEGA MENU ─────────────────────────────────────────────────────────────── */
.tc-mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: min(900px, 90vw);
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition:
    opacity 0.18s,
    transform 0.18s;
  z-index: 200;
  width: 100%;
}

.tc-nav-item.open .tc-mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.tc-mega-menu-inner {
  display: flex;
  gap: 20px;
  padding: 30px 15px;
  max-width: 1400px;
  margin: 0 auto;
  flex-flow: row wrap;
  align-items: flex-start;
}

.mega-columns {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
  flex: 1;
}

.mega-col {
  flex: 1;
  flex-basis: calc(25% - 22.5px);
}

@media (max-width: 1199px) {
  .mega-col {
    flex-basis: calc(50% - 15px);
  }
}

.mega-col-title {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
  color: #111;
}

.mega-col-title:hover {
  text-decoration: underline;
}

.mega-col ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mega-col ul a {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  transition: color 0.12s;
}

.mega-col ul a:hover {
  color: #111;
}

/* Promo image */
.mega-promo {
  flex-shrink: 0;
  width: 200px;
}

.mega-promo-link {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.mega-promo-link img {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  transition: transform 0.3s;
}

.mega-promo-link:hover img {
  transform: scale(1.04);
}

.mega-promo-label {
  position: absolute;
  bottom: 12px;
  left: 12px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

/* ─── MOBILE DRAWER OVERLAY ─────────────────────────────────────────────────── */
.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 300;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.drawer-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

/* ─── MOBILE DRAWER ─────────────────────────────────────────────────────────── */
.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(360px, 88vw);
  padding: 15px;
  z-index: 400;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.mobile-drawer.open {
  transform: translateX(0);
}

.drawer-container {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
}

.drawer-head {
  display: flex;
  align-items: center;
  padding: 30px 30px 0 30px;
  flex-shrink: 0;
}

.drawer-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: background 0.15s;
}

@media (max-width: 767px) {
  .drawer-head {
    padding: 20px 20px 0 20px;
  }

  .drawer-close {
    width: 40px;
    height: 40px;
  }
}

.drawer-close:hover {
  background: #f3f3f3;
}

/* ─── DRAWER PANELS ─────────────────────────────────────────────────────────── */
.drawer-panels {
  position: relative;
  flex: 1;
  overflow: hidden;
}

.drawer-panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  /* off-screen right by default */
  overflow: hidden;
}

/* Active panel is visible — panel 0 starts with class="active" in HTML */
.drawer-panel.active {
  transform: translateX(0);
}

.panel-scroll {
  flex: 1;
  overflow-y: auto;
  padding: 15px 30px;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  .panel-scroll {
    padding: 15px 20px;
  }
}

.panel-footer {
  flex-shrink: 0;
  padding: 20px 15px;
  border-top: 1px solid #f0f0f0;
}

/* ─── PANEL ITEMS ────────────────────────────────────────────────────────────── */
.panel-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 16px;
}
.panel-list li a {
  color: #000;
  line-height: 40px;
  font-size: 14px;
}
.drawer-panel .tc-nav-link {
  padding: 0px 0px;
}
.panel-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  border-radius: 6px;
  transition: background 0.12s;
  text-align: left;
  color: #000 !important;
}

.panel-item:hover .circle-chevron {
  background: #333;
  color: #fff;
}

.circle-chevron {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(51, 51, 51, 0.1);
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

/* Back button */
.panel-back {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #666;
  padding: 10px 0;
  margin-bottom: 12px;
  border-radius: 6px;
  transition: background 0.12s;
}

/* Promo block inside panel */
.panel-promo {
  margin-top: 8px;
  border-radius: 10px;
  overflow: hidden;
}

.panel-promo a {
  display: block;
  position: relative;
}

.panel-promo img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 10px;
}

.panel-promo span {
  position: absolute;
  bottom: 12px;
  left: 12px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

/* ─── SOCIAL LINKS ───────────────────────────────────────────────────────────── */
.social-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: color 0.15s;
}

.social-links a svg {
  width: 27px;
  height: 27px;
}

.social-links a:hover {
  color: #000;
}

/* ─── RESPONSIVE ─────────────────────────────────────────────────────────────── */
@media (max-width: 1199px) {
  .main-nav {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .header-inner {
    justify-content: space-between;
  }

  .header-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  .mobile-drawer,
  .drawer-overlay {
    display: none;
  }
}

/* ─── REMOVE DOT LOADER ─────────────────────────────────────────────────────── */
@keyframes dot-bounce {
  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.4;
  }

  40% {
    transform: translateY(-5px);
    opacity: 1;
  }
}

.dot-loader {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  height: 16px;
}

.dot-loader span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #aaa;
  animation: dot-bounce 1s infinite ease-in-out;
}

.dot-loader span:nth-child(2) {
  animation-delay: 0.15s;
}

.dot-loader span:nth-child(3) {
  animation-delay: 0.3s;
}

/* ─── CART EMPTY STATE ───────────────────────────────────────────────────────── */
.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  gap: 16px;
  list-style: none;
}

.cart-empty-icon-wrap {
  position: relative;
  display: inline-flex;
  color: #111;
}

.cart-empty-zero {
  position: absolute;
  top: -2px;
  right: -8px;
  min-width: 20px;
  height: 20px;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-empty-text {
  font-size: 18px;
  font-weight: 500;
  color: #111;
}

.btn-continue-shopping {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 36px;
  background: #111;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 99px;
  border: none;
  cursor: pointer;
  transition: background 0.15s;
  margin-top: 8px;
}

.btn-continue-shopping:hover {
  background: #333;
}

/* ─── CART ICON BADGE ───────────────────────────────────────────────────────── */
.cart-icon-btn {
  position: relative;
}

.cart-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  background: #111;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.6);
  transition:
    opacity 0.2s,
    transform 0.2s;
}

.cart-badge.visible {
  opacity: 1;
  transform: scale(1);
}

/* ─── CART OVERLAY ──────────────────────────────────────────────────────────── */
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 500;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}

.cart-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

/* ─── CART DRAWER (right off-canvas) ───────────────────────────────────────── */
.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(480px, 100vw);
  z-index: 600;
  padding: 15px;
  pointer-events: none;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.cart-drawer.open {
  pointer-events: auto;
  clip-path: inset(0 0 0 0%);
}

.cart-modal {
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}

/* ─── CART HEADER ───────────────────────────────────────────────────────────── */
.cart-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px 20px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .cart-modal-head {
    padding: 20px 15px 10px;
  }
}

.cart-title {
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  padding: 0 6px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 99px;
}

.cart-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #666;
  transition: background 0.15s;
}

.cart-close:hover {
  background: #f3f3f3;
  color: #111;
}

#btn-clear-all {
  font-size: 13px;
  font-weight: 500;
  color: #aaa;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  transition: color 0.15s;
}

#btn-clear-all:hover {
  color: #c0392b;
}

/* ─── CART CLEAR CONFIRM ─────────────────────────────────────────────────── */
.cart-modal {
  position: relative;
}

.cart-clear-confirm {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s;
}

.cart-clear-confirm.open {
  opacity: 1;
  pointer-events: auto;
}

.cart-clear-confirm-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 28px 24px;
  width: 280px;
  text-align: center;
  transform: scale(0.88);
  transition: transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.cart-clear-confirm.open .cart-clear-confirm-card {
  transform: scale(1);
}

.cart-clear-confirm-card p {
  font-size: 15px;
  line-height: 1.5;
  color: #111;
  margin-bottom: 20px;
}

.cart-clear-confirm-btns {
  display: flex;
  gap: 10px;
}

.btn-clear-cancel,
.btn-clear-do {
  flex: 1;
  padding: 11px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: opacity 0.15s;
}

.btn-clear-cancel {
  background: #f0f0f0;
  color: #333;
}

.btn-clear-cancel:hover {
  background: #e5e5e5;
}

.btn-clear-do {
  background: #c0392b;
  color: #fff;
}

.btn-clear-do:hover {
  opacity: 0.85;
}

/* ─── CART BODY ─────────────────────────────────────────────────────────────── */
.cart-modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 0 28px 4px;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  .cart-modal-body {
    padding: 0 15px 4px;
  }
}

/* ─── CART ITEM ─────────────────────────────────────────────────────────────── */
.cart-item-list {
  display: flex;
  flex-direction: column;
}

.cart-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  background: #f5f5f5;
  flex-shrink: 0;
}

.cart-item-info {
  flex: 1;
  min-width: 0;
}

.cart-item-name {
  font-size: 14px;
  font-weight: 700;
  color: #111;
  margin-bottom: 4px;
  line-height: 1.4;
}

.cart-item-price {
  font-size: 14px;
  color: #111;
  margin-bottom: 3px;
}

.cart-item-variant {
  font-size: 13px;
  color: #888;
}

.cart-item-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.cart-qty-input {
  width: 52px;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  background: #fff;
  -moz-appearance: textfield;
}

.cart-qty-input::-webkit-inner-spin-button,
.cart-qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.cart-qty-input:focus {
  outline: none;
  border-color: #111;
}

.cart-remove-btn {
  font-size: 12px;
  color: #888;
  transition: color 0.12s;
}

.cart-remove-btn:hover {
  color: #111;
  text-decoration: underline;
}

/* ─── ORDER NOTE ────────────────────────────────────────────────────────────── */
.cart-note-form {
  padding: 20px 0;
  border-top: 1px solid #f0f0f0;
}

.cart-note-label {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
}

.cart-note-field {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 14px 6px;
  margin-bottom: 12px;
  transition: border-color 0.15s;
}

.cart-note-field:focus-within {
  border-color: #111;
}

.cart-note-field-label {
  display: block;
  font-size: 11px;
  color: #888;
  margin-bottom: 4px;
}

.cart-note-textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: vertical;
  font-size: 14px;
  color: #111;
  background: transparent;
  font-family: inherit;
  min-height: 80px;
}

.btn-save-note {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 24px;
  background: #c0392b;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 99px;
  transition: background 0.15s;
}

.btn-save-note:hover {
  background: #a93226;
}

/* ─── CART FOOTER ───────────────────────────────────────────────────────────── */
.cart-modal-foot {
  flex-shrink: 0;
  padding: 20px 28px 24px;
  border-top: 1px solid #e8e8e8;
}

.cart-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.cart-total-label {
  font-size: 16px;
  font-weight: 700;
}

.cart-total-value {
  font-size: 16px;
  font-weight: 700;
}

.cart-tax-note {
  font-size: 12px;
  color: #888;
  margin-bottom: 10px;
}

.cart-tax-note a {
  text-decoration: underline;
  color: #888;
}

.cart-tax-note a:hover {
  color: #111;
}

.cart-note-toggle {
  font-size: 12px;
  color: #888;
  text-decoration: underline;
  margin-bottom: 16px;
  display: block;
  text-align: left;
  transition: color 0.12s;
}

.cart-note-toggle:hover {
  color: #111;
}

.cart-actions {
  display: flex;
  gap: 10px;
}

.btn-view-cart {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #c0392b;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 99px;
  transition: background 0.15s;
}

.btn-view-cart:hover {
  background: #a93226;
}

.btn-checkout {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 50px;
  background: #111;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 99px;
  transition: background 0.15s;
}

.btn-checkout:hover {
  background: #333;
}

/* ─── SEARCH OVERLAY ────────────────────────────────────────────────────────── */
.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 500;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}

.search-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

/* ─── SEARCH DRAWER (slide-down) ────────────────────────────────────────────── */
.search-drawer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 600;
  display: flex;
  justify-content: center;
  padding: 0 16px;
  pointer-events: none;
}

.search-drawer.open {
  pointer-events: auto;
}

.search-modal {
  background: #fff;
  border-radius: 15px;
  width: 100%;
  max-width: 600px;
  max-height: calc(100vh - 40px);
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  transform: translateY(-100%);
  transition: transform 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

.search-drawer.open .search-modal {
  transform: translateY(20px);
}

/* ─── SEARCH HEADER ─────────────────────────────────────────────────────────── */
.search-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 20px 16px;
  flex-shrink: 0;
}

.search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: #111;
  background: transparent;
  min-width: 0;
}

.search-input::placeholder {
  color: #aaa;
  font-weight: 400;
}

.search-clear {
  font-size: 13px;
  color: #666;
  white-space: nowrap;
  display: none;
}

.search-clear:hover {
  color: #111;
}

.search-clear.visible {
  display: block;
}

.search-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #666;
  flex-shrink: 0;
  transition: background 0.15s;
}

.search-close:hover {
  background: #f3f3f3;
  color: #111;
}

.search-divider {
  height: 1px;
  background: #e8e8e8;
  flex-shrink: 0;
  margin: 0 20px;
}

/* ─── SEARCH BODY ───────────────────────────────────────────────────────────── */
.search-state {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}

/* Dev hint */
.search-hint {
  font-size: 12px;
  color: #bbb;
  margin-bottom: 16px;
  font-style: italic;
}

.search-hint span {
  color: #888;
  font-weight: 600;
  font-style: normal;
}

/* Empty state */
.search-section-label {
  font-size: 12px;
  color: #999;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}

.search-tc-nav-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.search-tc-nav-links a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0;
  color: #111;
  transition: color 0.12s;
}

.search-tc-nav-links a:hover {
  color: #555;
}

/* No results */
.search-no-results-text {
  text-align: center;
  padding: 40px 0;
  color: #c8922a;
  font-size: 14px;
}

/* ─── SEARCH TABS ───────────────────────────────────────────────────────────── */
.search-tabs {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.search-tab {
  font-size: 15px;
  font-weight: 700;
  color: #bbb;
  padding: 0;
  transition: color 0.15s;
}

.search-tab.active {
  color: #111;
}

.search-tab:hover {
  color: #555;
}

/* ─── PRODUCT RESULTS ───────────────────────────────────────────────────────── */
.search-product-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-list {
  margin-bottom: 50px;
}
.product-list .owl-theme .owl-controls .owl-page span {
  background: #80b300;
}
.owl-carousel .owl-item {
  margin-bottom: 35px !important;
}
.search-product-item {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  border-radius: 8px;
  padding: 4px;
  transition: background 0.12s;
}

.search-product-item:hover {
  background: #f8f8f8;
}

.search-product-img {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 8px;
  background: #f3f3f3;
  flex-shrink: 0;
}

.search-product-info {
  flex: 1;
  min-width: 0;
}

.search-product-category {
  font-size: 11px;
  color: #999;
  margin-bottom: 3px;
}

.search-product-name {
  font-size: 14px;
  font-weight: 700;
  color: #111;
  margin-bottom: 5px;
}

.search-product-prices {
  display: flex;
  align-items: center;
  gap: 8px;
}

.search-price-sale {
  font-size: 13px;
  font-weight: 700;
  color: #c0392b;
}

.search-price-original {
  font-size: 12px;
  color: #aaa;
  text-decoration: line-through;
}

/* ─── BLOG RESULTS ──────────────────────────────────────────────────────────── */
.search-blog-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.search-blog-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  border-radius: 8px;
  padding: 4px;
  transition: background 0.12s;
}

.search-blog-item:hover {
  background: #f8f8f8;
}

.search-blog-img {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 8px;
  background: #f3f3f3;
  flex-shrink: 0;
}

.search-blog-info {
  flex: 1;
  min-width: 0;
}

.search-blog-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: #e74c3c;
  border-radius: 20px;
  padding: 2px 8px;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.search-blog-title {
  font-size: 13px;
  font-weight: 600;
  color: #111;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ─── PAGE LAYOUT ────────────────────────────────────────────────────────────── */
.breadcrum {
  padding: 30px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrum h1 {
  font-weight: 600;
}

.page-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}

@media (max-width: 767px) {
  .page-inner {
    padding: 40px 10px 80px;
  }
}

/* ─── PRODUCT GRID ───────────────────────────────────────────────────────────── */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 20px;
}

@media (max-width: 1100px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 720px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
  }
}

.product-card {
  margin: 0 15px;
}

.product-card-img-wrap {
  position: relative;
  background: #f5f5f5;
  border-radius: 16px;
  aspect-ratio: 1;
  overflow: hidden;
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-card:hover .product-img {
  transform: scale(1.05);
}

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #e53e30;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 99px;
  z-index: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.btn-add-card {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  height: 36px;
  padding: 0 16px;
  border-radius: 99px;
  border: none;
  cursor: pointer;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.18s,
    transform 0.18s,
    background 0.12s;
  z-index: 2;
  min-width: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card:hover .btn-add-card {
  opacity: 1;
  transform: translateY(0);
}

.btn-add-card:hover {
  background: #333;
}

.btn-add-card:disabled {
  cursor: default;
}

.product-card-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 4px;
}

.product-cat {
  font-size: 12px;
  color: #c0392b;
  font-weight: 500;
}

.product-name {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
}

.product-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 2px;
}

.product-price .price-sale {
  font-size: 18px;
  color: #e53e30;
}

.product-price .price-original {
  font-size: 16px;
  color: #777;
  text-decoration: line-through;
}

.product-swatches {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  flex-wrap: wrap;
}

.product-swatch {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid transparent;
  outline: 1px solid rgba(0, 0, 0, 0.12);
  display: inline-block;
  flex-shrink: 0;
}

.product-swatch--light {
  outline: 1px solid #ddd;
}

/* ─── SOLD OUT ───────────────────────────────────────────────────────────────── */
.product-badge.sold-out {
  background: #111;
}

.product-card.sold-out .product-swatch {
  background:
    linear-gradient(
      to bottom right,
      transparent calc(50% - 1px),
      #fff calc(50% - 1px) calc(50% + 1px),
      transparent calc(50% + 1px)
    ),
    linear-gradient(to right, #656161, #656161) center / cover !important;
  outline: none;
}

.product-card.sold-out .product-img {
  opacity: 0.5;
}

.swatch-more {
  font-size: 11px;
  color: #888;
  font-weight: 600;
}

/* ==========================
   LARGE DESKTOP
========================== */
@media (max-width: 1400px) {
  .price {
    font-size: 30px;
  }

  .product-name {
    font-size: 17px;
  }
}

/* ==========================
   LAPTOP
========================== */
@media (max-width: 1199px) {
  .card-image-wrap img {
    padding: 16px;
  }

  .price {
    font-size: 28px;
  }

  .product-name {
    font-size: 16px;
  }
}

/* ==========================
   TABLET
========================== */
@media (max-width: 991px) {
  .card-info {
    padding: 12px;
  }

  .product-name {
    font-size: 15px;
    line-height: 1.4;
  }

  .product-size {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .price {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .cart-btn {
    height: 42px;
    font-size: 12px;
  }

  .wishlist-btn {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
}

/* ==========================
   MOBILE
========================== */
@media (max-width: 767px) {
  .product-card {
    border-radius: 6px;
  }

  .card-image-wrap {
    aspect-ratio: 1/1;
  }

  .card-image-wrap img {
    padding: 12px;
  }

  .card-info {
    padding: 12px;
  }

  .product-name {
    font-size: 14px;
    margin-bottom: 4px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .product-size {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .price {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .card-actions {
    gap: 8px;
  }

  .cart-btn {
    height: 40px;
    font-size: 11px;
    letter-spacing: 0.3px;
  }

  .wishlist-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

/* ==========================
   SMALL MOBILE
========================== */
@media (max-width: 480px) {
  .card-image-wrap img {
    padding: 10px;
  }

  .card-info {
    padding: 10px;
  }

  .product-name {
    font-size: 13px;
  }

  .product-size {
    font-size: 11px;
  }

  .price {
    font-size: 20px;
  }

  .cart-btn {
    height: 38px;
    font-size: 10px;
    padding: 0 10px;
  }

  .wishlist-btn {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
}

/* ─── PRODUCT POPUP OVERLAY ──────────────────────────────────────────────────── */
.product-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 700;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s;
}

.product-popup-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

/* ─── PRODUCT POPUP ──────────────────────────────────────────────────────────── */
.product-popup {
  position: fixed;
  bottom: 36px;
  right: 36px;
  width: 380px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.2);
  z-index: 710;
  overflow: hidden;
  opacity: 0;
  transform: translateY(16px) scale(0.97);
  pointer-events: none;
  transition:
    opacity 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-popup.open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

@media (max-width: 520px) {
  .product-popup {
    right: 12px;
    left: 12px;
    width: auto;
    bottom: 12px;
  }
}

.popup-product-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 20px 16px;
  border-bottom: 1px solid #f0f0f0;
}

.popup-thumb {
  width: 64px;
  height: 64px;
  object-fit: contain;
  background: #f5f5f5;
  border-radius: 10px;
  flex-shrink: 0;
}

.popup-product-name {
  font-size: 13px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.popup-product-price .price-sale {
  font-size: 14px;
  font-weight: 700;
  color: #c0392b;
}

.popup-product-price .price-original {
  font-size: 12px;
  color: #aaa;
  text-decoration: line-through;
  margin-left: 6px;
}

.popup-options {
  padding: 16px 20px 8px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-height: 260px;
  overflow-y: auto;
}

.popup-option-label {
  font-size: 13px;
  color: #555;
  margin-bottom: 15px;
}

.popup-swatches {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.popup-swatch {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 3px solid #fff;
  outline: 1.5px solid rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: outline-color 0.12s;
  flex-shrink: 0;
}

.popup-swatch:hover {
  outline-color: rgba(0, 0, 0, 0.4);
}

.popup-swatch.selected {
  outline: 2px solid #111;
  outline-offset: 1px;
}

.popup-swatch--light {
  outline: 1.5px solid #ccc;
}

.popup-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.popup-size-btn {
  height: 34px;
  padding: 0 14px;
  border: 1.5px solid #e0e0e0;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 500;
  color: #444;
  cursor: pointer;
  background: #fff;
  transition:
    border-color 0.12s,
    color 0.12s;
}

.popup-size-btn:hover {
  border-color: #999;
}

.popup-size-btn.selected {
  border-color: #111;
  border-width: 2px;
  color: #111;
  font-weight: 700;
}

.popup-atc-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-top: 1px solid #f0f0f0;
}

.popup-qty {
  display: flex;
  align-items: center;
  border: 1.5px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.popup-qty-btn {
  width: 34px;
  height: 42px;
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.12s;
}

.popup-qty-btn:hover {
  background: #f5f5f5;
}

.popup-qty-input {
  width: 38px;
  height: 42px;
  border: none;
  border-left: 1.5px solid #e0e0e0;
  border-right: 1.5px solid #e0e0e0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #111;
  -moz-appearance: textfield;
  outline: none;
}

.popup-qty-input::-webkit-inner-spin-button,
.popup-qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.btn-popup-atc {
  flex: 1;
  height: 42px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: background 0.12s;
}

.btn-popup-atc:hover {
  background: #333;
}

/* ─── CONFIRM POPUP ──────────────────────────────────────────────────────────── */
.popup-success-bar {
  background: #e8f5e9;
  color: #2e7d32;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.popup-confirm-product {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  border-bottom: 1px solid #f0f0f0;
}

.popup-confirm-name {
  font-size: 14px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
  margin-bottom: 4px;
}

.popup-confirm-price {
  font-size: 14px;
  color: #111;
  font-weight: 600;
}

.popup-confirm-actions {
  display: flex;
  gap: 10px;
  padding: 16px 20px;
}

.popup-btn-view {
  flex: 1;
  height: 44px;
  background: #c0392b;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 99px;
  border: none;
  cursor: pointer;
  transition: background 0.12s;
}

.popup-btn-view:hover {
  background: #a93226;
}

.popup-btn-checkout {
  flex: 1;
  height: 44px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 99px;
  border: none;
  cursor: pointer;
  transition: background 0.12s;
}

.popup-btn-checkout:hover {
  background: #333;
}

/* ─── LOCALE SELECTOR (desktop) ─────────────────────────────────────────────── */
.locale-selector {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .locale-selector {
    display: none;
  }
}

.locale-dd {
  position: relative;
}

.locale-dd-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  white-space: nowrap;
  transition: 0.15s;
}

#currency-flag {
  display: flex;
  align-items: center;
}

.locale-flag-img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: inline-block;
}

.locale-dd-btn .chevron {
  transition: transform 0.2s;
  flex-shrink: 0;
  opacity: 0.5;
}

.locale-dd.open .locale-dd-btn .chevron {
  transform: rotate(180deg);
}

.locale-dd-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 210px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  padding: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition:
    opacity 0.18s,
    transform 0.18s;
  z-index: 200;
}

.locale-dd.open .locale-dd-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.locale-dd-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 9px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #666;
  white-space: nowrap;
  transition: 0.12s;
}

.locale-dd-item:hover {
  color: #000;
}

.locale-dd-item.active {
  font-weight: 500;
  color: #000;
}

/* ─── MOBILE PANEL LOCALE ROW ───────────────────────────────────────────────── */
.panel-locale-row {
  display: flex;
  align-items: center;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #f0f0f0;
}

@media (min-width: 992px) {
  .panel-locale-row {
    display: none;
  }
}

.panel-locale-left {
  display: flex;
  align-items: center;
  flex-grow: 1;
  gap: 15px;
}

.panel-locale-left {
  flex-shrink: 0;
}

.panel-locale-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  border-radius: 6px;
  transition: 0.12s;
  white-space: nowrap;
  text-decoration: none;
}

.panel-locale-btn .chevron {
  opacity: 0.4;
  flex-shrink: 0;
}

#mobile-currency-flag {
  display: flex;
  align-items: center;
}

/* ─── LOCALE BOTTOM SHEET (mobile) ──────────────────────────────────────────── */
.locale-sheet-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 410;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}

.locale-sheet-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.locale-sheet {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 20px 20px 0 0;
  z-index: 420;
  padding-bottom: max(20px, env(safe-area-inset-bottom));
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  max-height: 70vh;
  display: flex;
  flex-direction: column;
}

.locale-sheet.open {
  transform: translateY(0);
}

.locale-sheet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}

.locale-sheet-title {
  font-size: 16px;
  color: #111;
}

.locale-sheet-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #666;
  transition: background 0.15s;
}

.locale-sheet-close:hover {
  background: #f3f3f3;
}

.locale-sheet-list {
  overflow-y: auto;
  flex: 1;
  list-style: none;
  padding: 10px 0;
}

.locale-sheet-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 12px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: #666;
  transition: 0.12s;
}

.locale-sheet-item:hover {
  color: #000;
}

.locale-sheet-item.active {
  font-weight: 500;
  color: #000;
}

.locale-check {
  margin-left: auto;
  flex-shrink: 0;
  opacity: 0;
}

.locale-sheet-item.active .locale-check {
  opacity: 1;
}
/* ============================banner-slider-content========================== */
.banner {
  text-align: left;
  max-width: 620px;
}
.carousel-caption {
  left: 10% !important;
  bottom: 20% !important;
}
.banner h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 78px;
  font-weight: 500;
  color: #566e2d;
  letter-spacing: -1px;
}

.banner-line {
  width: 32px;
  height: 2px;
  background: #c9a14d;
  margin: 22px 0 28px;
}

.banner p {
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #555555;
  font-weight: 600;
  max-width: 540px;
  margin-bottom: 35px;
}

.banner-btns {
  display: flex;
  gap: 18px;
}

.banner-btns button {
  height: 58px;
  min-width: 205px;
  padding: 0 30px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  cursor: pointer;
}

.btn-primary {
  background: #6d8f1f !important; /* screenshot button green */
  border: 1px solid #6d8f1f !important;
  color: #fff !important;
}

.btn-outline {
  background: transparent;
  border: 2px solid #b9c88d;
  color: #566e2d;
}

.banner-btns button i {
  margin-left: 10px;
  font-size: 13px;
}
/*===================================== achiever =====================================*/
.fh-strip-section {
  background: #fff;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.fh-col-unit {
  position: relative;
}

.fh-tile-block {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 26px 0px;
  transition: all 0.35s ease;
  cursor: pointer;
}

.fh-icon-slot {
  width: 42px;
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fh-icon-slot i {
  font-size: 34px;
  color: #7a9a3d;
  transition: all 0.35s ease;
}

.fh-text-cluster h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #5f7f2d;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.fh-text-cluster p {
  margin: 4px 0 0;
  font-size: 12px;
  color: #666;
  font-weight: 500;
  line-height: 1.4;
}

.fh-divider-bar {
  position: absolute;
  right: 0;
  top: 22%;
  width: 1px;
  height: 56%;
  background: #e9e9e9;
}

.fh-col-last .fh-divider-bar {
  display: none;
}

/* Hover Effect */

.fh-tile-block:hover {
  background: #fafaf7;
}

.fh-tile-block:hover .fh-icon-slot i {
  color: #5f7f2d;
  transform: scale(1.12);
}

.fh-tile-block:hover .fh-text-cluster h3 {
  color: #4d6824;
}

.fh-tile-block:hover .fh-text-cluster p {
  color: #444;
}

/* Tablet */

@media (max-width: 991px) {
  .fh-divider-bar {
    display: none;
  }

  .fh-col-unit {
    border-bottom: 1px solid #ececec;
  }

  .fh-col-unit:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .fh-tile-block {
    padding: 18px;
  }

  .fh-icon-slot i {
    font-size: 28px;
  }

  .fh-text-cluster h3 {
    font-size: 13px;
  }

  .fh-text-cluster p {
    font-size: 11px;
  }

  .fh-col-unit {
    border-bottom: 1px solid #ececec;
  }

  .fh-col-last {
    border-bottom: 0;
  }
}
/* ==============================collection==================================== */
.collection {
  padding: 60px 0;
  background: #fff;
}

.sbc-heading-wrap {
  text-align: center;
  margin-bottom: 35px;
}

.sbc-heading-wrap h2 {
  font-size: 38px;
  font-weight: 700;
  color: #5f7f2d;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

.sbc-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}

.sbc-card {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 18px 12px;
  text-align: center;
  transition: all 0.35s ease;
  overflow: hidden;
}

.sbc-card img {
  width: 100%;
  /* height: 150px; */
  object-fit: contain;
  transition: transform 0.4s ease;
}

.sbc-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #444;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 15px 0 10px;
}

.sbc-card a {
  color: #6f8f1f;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.sbc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.sbc-card:hover img {
  transform: scale(1.08);
}

.sbc-card:hover a {
  color: #4f6f0f;
}

@media (max-width: 1200px) {
  .sbc-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .sbc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .sbc-grid {
    grid-template-columns: 1fr;
  }

  .sbc-heading-wrap h2 {
    font-size: 28px;
  }
}

/* ===============================about page============================== */
.aboutsec-main-wrapper {
  padding: 90px 0;
}

.aboutsec-top-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 50px;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  margin-bottom: 24px;
}

.aboutsec-top-badge span {
  color: #2563eb;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.aboutsec-left-content h1 {
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.aboutsec-left-content p {
  font-size: 17px;
  line-height: 1.9;
  color: #6b7280;
  margin-bottom: 22px;
}

.aboutsec-btn-wrap {
  margin-top: 40px;
}

.aboutsec-btn-wrap a {
  display: inline-block;
  padding: 16px 34px;
  background: #2563eb;
  color: #fff;
  text-decoration: none;
  border-radius: 14px;
  font-weight: 700;
  transition: 0.4s ease;
}

.aboutsec-btn-wrap a:hover {
  transform: translateY(-5px);
  background: #1747b8;
}

.aboutsec-image-card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  padding: 20px;
  transition: 0.5s ease;
}

.aboutsec-image-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 55px rgba(37, 99, 235, 0.12);
}

.aboutsec-image-box {
  height: 580px;
  overflow: hidden;
  border-radius: 24px;
}

.aboutsec-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutsec-section-title {
  text-align: center;
  margin-bottom: 65px;
}

.aboutsec-section-title h2 {
  font-size: 44px;
  margin-bottom: 18px;
}

.aboutsec-section-title p {
  max-width: 760px;
  margin: auto;
  line-height: 1.9;
  color: #6b7280;
}

.aboutsec-info-card {
  height: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  padding: 40px 35px;
  transition: 0.5s ease;
  position: relative;
  overflow: hidden;
}

.aboutsec-info-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #2563eb;
  transform: scaleX(0);
  transition: 0.4s ease;
}

.aboutsec-info-card:hover::before {
  transform: scaleX(1);
}

.aboutsec-info-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 45px rgba(37, 99, 235, 0.1);
}

.aboutsec-icon-wrap {
  width: 82px;
  height: 82px;
  border-radius: 20px;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  transition: 0.4s ease;
}
.aboutsec-icon-wrap svg {
  width: 100%;
  padding: 18px;
}
.aboutsec-info-card:hover .aboutsec-icon-wrap {
  transform: rotate(8deg) scale(1.08);
}

.aboutsec-icon-wrap span {
  color: #2563eb;
  font-size: 30px;
}

.aboutsec-info-content h3 {
  font-size: 30px;
  margin-bottom: 18px;
}

.aboutsec-info-content p {
  color: #6b7280;
  line-height: 1.9;
  margin-bottom: 0;
}

.aboutsec-feature-section {
  padding-top: 100px;
}

.aboutsec-feature-card {
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 32px;
  height: 100%;
  transition: 0.4s ease;
}

.aboutsec-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.1);
}

.aboutsec-feature-card h4 {
  font-size: 24px;
  margin-bottom: 18px;
  font-weight: 700;
}

.aboutsec-feature-card p {
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 0;
}

.aboutsec-counter-section {
  padding-top: 100px;
}

.aboutsec-counter-box {
  text-align: center;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 45px 20px;
  transition: 0.4s ease;
  height: 100%;
}

.aboutsec-counter-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.1);
}

.aboutsec-counter-box h2 {
  font-size: 54px;
  color: #2563eb;
  margin-bottom: 14px;
}

.aboutsec-counter-box p {
  color: #6b7280;
  margin-bottom: 0;
  font-size: 16px;
}

.aboutsec-team-section {
  padding-top: 100px;
}

.aboutsec-team-card {
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  overflow: hidden;
  transition: 0.5s ease;
  height: 100%;
}

.aboutsec-team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(37, 99, 235, 0.12);
}

.aboutsec-team-image {
  height: 320px;
  overflow: hidden;
}

.aboutsec-team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.aboutsec-team-card:hover .aboutsec-team-image img {
  transform: scale(1.08);
}

.aboutsec-team-content {
  padding: 30px;
}

.aboutsec-team-content h4 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
}

.aboutsec-team-content p {
  color: #6b7280;
  margin-bottom: 0;
}

.aboutsec-cta-section {
  padding-top: 100px;
}

.aboutsec-cta-box {
  border-radius: 34px;
  padding: 70px 50px;
  background: #eff6ff;
  text-align: center;
  border: 1px solid #dbeafe;
}

.aboutsec-cta-box h2 {
  font-size: 48px;
  margin-bottom: 22px;
  font-family: "Momo Trust Display";
}

.aboutsec-cta-box p {
  max-width: 760px;
  margin: auto;
  color: #6b7280;
  line-height: 1.9;
  margin-bottom: 35px;
}

.aboutsec-cta-box a {
  display: inline-block;
  padding: 16px 36px;
  background: #2563eb;
  color: #fff;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.4s ease;
}

.aboutsec-cta-box a:hover {
  background: #1747b8;
  transform: translateY(-5px);
  color: #fff;
  text-decoration: none;
}

/* ============================home products========================= */
/* ── SECTION SHELL ────────────────────────────────────── */
.collections-section {
  padding: 64px 32px 80px;
  max-width: 1440px;
  margin: 0 auto;
}

/* ── HEADER ROW ──────────────────────────────────────── */
.collections-header {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  margin-bottom: 48px;
}

.collections-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: 0.04em;
  color: var(--ink);
  text-align: center;
  position: relative;
}

.collections-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 10px auto 0;
}

.view-all-btn {
  position: absolute;
  right: 0;
  bottom: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
  transition:
    color var(--transition),
    border-color var(--transition);
}

.view-all-btn svg {
  transition: transform var(--transition);
}

.view-all-btn:hover {
  color: var(--gold);
  border-color: var(--gold);
}
.view-all-btn:hover svg {
  transform: translateX(4px);
}

/* ── SLIDER WRAPPER ──────────────────────────────────── */
.slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
}

.slider-track-outer {
  overflow: hidden;
  width: 100%;
}

.slider-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── NAV ARROWS ──────────────────────────────────────── */
.nav-btn {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  transition: all var(--transition);
  z-index: 2;
}

.nav-btn:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow-md);
}

.nav-btn.prev {
  margin-right: 16px;
}
.nav-btn.next {
  margin-left: 16px;
}
.product-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  overflow: hidden;
  transition: 0.3s ease;
}

.product-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.card-image-wrap {
  background: #fff;
  /* aspect-ratio: 1/1; */
  border-bottom: 1px solid #ececec;
  overflow: hidden;
}

.card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
  transition: 0.4s ease;
}

.product-card:hover .card-image-wrap img {
  transform: scale(1.05);
}

.card-info {
  padding: 14px;
}

.product-name {
  font-size: 18px;
  font-weight: 500;
  color: #444;
  line-height: 1.4;
  margin-bottom: 4px;
}

.product-size {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}

.price {
  font-size: 34px;
  font-weight: 700;
  color: #739233;
  margin-bottom: 18px;
}

.card-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cart-btn {
  flex: 1;
  height: 44px;
  border: none;
  background: #739233;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 3px;
  transition: 0.3s;
}

.cart-btn:hover {
  background: #5f7d25;
}

.wishlist-btn {
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  color: #739233;
  font-size: 24px;
  transition: 0.3s;
}

.wishlist-btn:hover {
  transform: scale(1.15);
}

.wishlist-btn:hover i {
  color: #5f7d25;
}

/* ── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 1100px) {
  .slider-track {
    grid-template-columns: repeat(2, 1fr);
  }
  .nav-btn {
    display: none;
  }
  .slider-track-outer {
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .slider-track-outer::-webkit-scrollbar {
    display: none;
  }
  .slider-track {
    scroll-snap-align: start;
  }
}

@media (max-width: 580px) {
  .slider-track {
    grid-template-columns: 1fr;
    min-width: unset;
  }
  .collections-section {
    padding: 40px 16px 60px;
  }
  .collections-header {
    margin-bottom: 32px;
  }
  .view-all-btn {
    font-size: 10px;
  }
  .product-card {
    scroll-snap-align: start;
  }
}

/* =========================================testimonial=============================== */

.urb-testimonial-zone {
  padding: 50px 0 10px;
  background: #fff;
  overflow: hidden;
}

.urb-heading-cluster {
  margin-bottom: 50px;
}

.urb-main-title-wrap h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 600;
  color: #5e7d23;
  margin-bottom: 15px;
}

/* ===============================
   CAROUSEL
================================= */

.urb-carousel-shell {
  display: flex;
  align-items: center;
  gap: 20px;
}

.urb-track-viewport {
  overflow: hidden;
  flex: 1;
}

.urb-slide-track {
  display: flex;
  gap: 20px;
  transition: 0.4s ease;
}

/* ===============================
   CARD
================================= */

.urb-review-frame {
  background: #fff;
  border: 1px solid #efefef;
  padding: 28px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.35s ease;
  border-radius: 4px;
  margin: 0;
}

.urb-review-frame:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border-color: #d8e0c8;
}

/* ===============================
   STARS
================================= */

.urb-rating {
  color: #f5b320;
  font-size: 22px;
  letter-spacing: 3px;
  line-height: 1;
  margin-bottom: 15px;
}

/* ===============================
   CONTENT
================================= */

.urb-review-body-wrap {
  flex: 1;
}

.urb-review-body-wrap p {
  margin: 0;
  color: #555;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
}

/* ===============================
   AUTHOR
================================= */

.urb-reviewer-identity {
  margin-top: 25px;
  border: 0;
  padding: 0;
}

.urb-reviewer-name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #444;
  margin-bottom: 8px;
}

.urb-reviewer-role {
  display: block;
  color: #7c9835;
  font-size: 16px;
  font-weight: 600;
}

/* ===============================
   REMOVE QUOTE STYLE
================================= */

.urb-quote-glyph {
  display: none;
}

.urb-reviewer-name-wrap span {
  font-size: 18px;
  font-weight: 700;
  color: #444;
}

/* ===============================
   NAVIGATION
================================= */

.urb-nav-trigger {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  background: #fff;
  color: #7c9835;
  transition: 0.3s;
}

.urb-nav-trigger svg {
  width: 18px;
  height: 18px;
}

.urb-nav-trigger:hover {
  background: #7c9835;
  border-color: #7c9835;
  color: #fff;
}

.urb-nav-trigger:active {
  transform: scale(0.95);
}

/* ===============================
   DOTS
================================= */

.urb-dot-trail {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 35px;
}

.urb-dot-pip {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d5d5d5;
  border: 0;
  transition: 0.3s;
}

.urb-dot-pip--active {
  width: 24px;
  border-radius: 30px;
  background: #7c9835;
}

/* ===============================
   TABLET
================================= */

@media (max-width: 991px) {
  .urb-main-title-wrap h2 {
    font-size: 36px;
  }

  .urb-review-frame {
    padding: 24px;
    min-height: auto;
  }

  .urb-review-body-wrap p {
    font-size: 16px;
  }
}

/* ===============================
   MOBILE
================================= */

@media (max-width: 767px) {
  .urb-testimonial-zone {
    padding: 50px 0;
  }

  .urb-carousel-shell {
    gap: 10px;
  }

  .urb-review-frame {
    padding: 22px;
  }

  .urb-main-title-wrap h2 {
    font-size: 30px;
  }

  .urb-review-body-wrap p {
    font-size: 15px;
    line-height: 1.7;
  }

  .urb-rating {
    font-size: 18px;
  }

  .urb-reviewer-name {
    font-size: 16px;
  }

  .urb-reviewer-role {
    font-size: 14px;
  }

  .urb-nav-trigger {
    width: 36px;
    height: 36px;
  }
}

/* ── CAROUSEL SHELL ──────────────────────────────────────── */

.urb-carousel-shell {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}

/* ── TRACK VIEWPORT ──────────────────────────────────────── */

.urb-track-viewport {
  flex: 1;
  overflow: hidden;
  min-width: 0;
}

/* ── SLIDE TRACK ─────────────────────────────────────────── */

.urb-slide-track {
  display: flex;
  gap: 24px;
  transition: transform var(--urb-transition);
  will-change: transform;
}

/* ── SLIDE UNIT ──────────────────────────────────────────── */

.urb-slide-unit {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
}

/* ── QUOTE GLYPH ─────────────────────────────────────────── */

.urb-quote-glyph {
  font-family: var(--urb-font-serif);
  font-size: 72px;
  font-weight: 600;
  color: var(--urb-gold);
  line-height: 0.6;
  height: 40px;
  overflow: visible;
  user-select: none;
  flex-shrink: 0;
}

/* ── REVIEW BODY ─────────────────────────────────────────── */

.urb-review-body-wrap {
  flex: 1;
}

.urb-review-body-wrap p {
  font-family: var(--urb-font-sans);
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--urb-ink-muted);
}

/* ── REVIEWER IDENTITY ───────────────────────────────────── */

.urb-reviewer-identity {
  border-top: 1px solid var(--urb-border);
  padding-top: 16px;
}

.urb-reviewer-name-wrap span {
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--urb-ink);
}

/* ── NAV TRIGGERS ────────────────────────────────────────── */

.urb-nav-trigger {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--urb-border);
  background: var(--urb-white);
  color: var(--urb-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background 280ms ease,
    border-color 280ms ease,
    color 280ms ease,
    transform 200ms ease;
  z-index: 2;
}

.urb-nav-trigger svg {
  width: 18px;
  height: 18px;
}

.urb-nav-trigger:hover {
  background: var(--urb-gold);
  border-color: var(--urb-gold);
  color: var(--urb-white);
  transform: scale(1.08);
}

.urb-nav-trigger:active {
  transform: scale(0.95);
}

/* ── DOT TRAIL ───────────────────────────────────────────── */

.urb-dot-trail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}

.urb-dot-pip {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1.5px solid var(--urb-gold-light);
  background: transparent;
  cursor: pointer;
  transition:
    background 300ms ease,
    transform 300ms ease,
    border-color 300ms ease,
    width 300ms ease;
  padding: 0;
}

.urb-dot-pip.urb-dot-pip--active {
  background: var(--urb-gold);
  border-color: var(--urb-gold);
  width: 22px;
  border-radius: 4px;
}

.urb-dot-pip:hover:not(.urb-dot-pip--active) {
  background: var(--urb-gold-pale);
  border-color: var(--urb-gold);
  transform: scale(1.2);
}

/* ── RESPONSIVE: TABLET ──────────────────────────────────── */

@media (max-width: 991px) {
  .urb-testimonial-zone {
    padding: 60px 0 70px;
  }

  .urb-slide-unit {
    flex: 0 0 calc((100% - 24px) / 2);
  }

  .urb-nav-trigger {
    width: 38px;
    height: 38px;
  }
}

/* ── RESPONSIVE: MOBILE ──────────────────────────────────── */

@media (max-width: 575px) {
  .urb-testimonial-zone {
    padding: 48px 0 56px;
  }

  .urb-carousel-shell {
    gap: 10px;
  }

  .urb-slide-unit {
    flex: 0 0 100%;
  }

  .urb-review-frame {
    padding: 28px 22px 24px;
  }

  .urb-nav-trigger {
    width: 34px;
    height: 34px;
  }

  .urb-nav-trigger svg {
    width: 15px;
    height: 15px;
  }

  .urb-divider-line {
    width: 36px;
  }
}

/* ── REDUCED MOTION PREFERENCE ───────────────────────────── */

@media (prefers-reduced-motion: reduce) {
  .urb-slide-track {
    transition: none;
  }

  .urb-review-frame,
  .urb-nav-trigger,
  .urb-dot-pip {
    transition: none;
  }
}

/* ============================================footer=================================== */
/* =========================
   NEWSLETTER SECTION
========================= */
.mf-logo-wrap {
  width: 100%;
}
.mf-logo-wrap img {
  width: 50%;
}
.nwl-band {
  background: #fff8eb;
  padding: 25px 0;
  border-bottom: 1px solid #e8e8e8;
}

.nwl-band::before {
  display: none;
}

.nwl-left-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nwl-icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #739233;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nwl-icon-circle i {
  color: #fff;
  font-size: 30px;
}

.nwl-text-wrap h4 {
  font-size: 26px;
  font-weight: 700;
  color: #4f6f1f;
  margin-bottom: 4px;
}

.nwl-text-wrap p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.nwl-form-wrap {
  display: flex;
  gap: 10px;
}

.nwl-input {
  flex: 1;
  height: 50px;
  border: 1px solid #ddd;
  background: #fafafa;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
}

.nwl-input:focus {
  outline: none;
  border-color: #739233;
}

.nwl-btn {
  height: 50px;
  padding: 0 30px;
  border: none;
  background: #739233;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}

.nwl-btn:hover {
  background: #5f7d25;
}

.nwl-features-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}

.nwl-feat-item {
  text-align: center;
}

.nwl-feat-item i {
  color: #739233;
  font-size: 22px;
  margin-bottom: 6px;
}

.nwl-feat-item span {
  display: block;
  font-size: 12px;
  color: #555;
  text-transform: uppercase;
}

/* =========================
   MAIN FOOTER
========================= */

.mf-root {
  background: #fff8eb;
  padding: 50px 0 35px;
}

.mf-logo-icon img {
  max-width: 180px;
}

.mf-tagline-wrap {
  margin-top: 15px;
}

.mf-tagline-wrap p {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.mf-social-wrap {
  display: flex;
  gap: 15px;
}

.mf-social-btn {
  color: #739233;
  font-size: 18px;
  transition: 0.3s;
}

.mf-social-btn:hover {
  color: #4f6f1f;
}

.mf-col-heading-wrap h6,
.mf-pay-heading-wrap h6 {
  font-size: 15px;
  font-weight: 700;
  color: #4f6f1f;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.mf-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mf-links-list li {
  margin-bottom: 10px;
}

.mf-links-list li a {
  color: #555;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.mf-links-list li a:hover {
  color: #739233;
}

.mf-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mf-contact-item {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.mf-contact-item i {
  color: #739233;
  margin-top: 3px;
}

.mf-contact-item span {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.mf-payments-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mf-pay-pill {
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 13px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 6px;
}

.mf-pay-pill i {
  color: #739233;
}

/* =========================
   BOTTOM BAR
========================= */

.bf-bar {
  background: #739233;
  padding: 18px 0;
}

.bf-copyright-wrap p {
  color: #fff;
  font-size: 13px;
  margin: 0;
}

.bf-badges-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.bf-badges-wrap i {
  color: #fff;
}
.bf-badge-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bf-badge-item i {
  color: #fff;
  font-size: 15px;
}

.bf-badge-item span {
  color: #fff;
  font-size: 12px;
}

.bf-india-badge {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bf-india-badge span {
  color: #fff;
  font-size: 12px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
  .nwl-left-wrap {
    justify-content: center;
    text-align: center;
  }

  .nwl-form-wrap {
    margin-top: 15px;
  }

  .nwl-features-wrap {
    justify-content: center;
    margin-top: 15px;
  }

  .bf-copyright-wrap {
    text-align: center;
    margin-bottom: 15px;
  }

  .bf-badges-wrap {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .nwl-form-wrap {
    flex-direction: column;
  }

  .nwl-btn {
    width: 100%;
  }

  .nwl-features-wrap {
    display: none;
  }

  .mf-root {
    text-align: center;
  }

  .mf-social-wrap {
    justify-content: center;
  }

  .mf-contact-item {
    justify-content: center;
    text-align: left;
  }

  .bf-badges-wrap {
    gap: 15px;
  }
}
/* ──=========================== CONTACT SECTION ==================── */

.left-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: fadeUp 0.9s 0.3s ease both;
}

.info-card {
  background: linear-gradient(135deg, rgb(13 33 73), rgb(10 22 40));
  border: 1px solid rgb(59 130 246);
  border-radius: 20px;
  padding: 28px 26px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}
.info-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--blue-vivid),
    transparent
  );
  opacity: 0;
  transition: opacity 0.35s;
}
.info-card:hover {
  transform: translateY(-5px);
}
.info-card:hover::before {
  opacity: 1;
}

.info-card .icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue-core), var(--blue-bright));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}
.info-card .icon-wrap svg {
  width: 22px;
  height: 22px;
  stroke: var(--white);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.info-card h3 {
  font-family: "Syne", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue-light);
  margin-bottom: 6px;
}
.info-card p {
  color: var(--white);
  font-size: 13px;
  font-family: "Inter";
  margin: 0;
}
.info-card .sub {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-top: 3px;
}

/* social row */
.social-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.social-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.82rem;
  color: var(--blue-pale);
  background: rgba(37, 99, 235, 0.07);
  text-decoration: none;
  transition:
    background 0.3s,
    border-color 0.3s,
    transform 0.3s;
  cursor: pointer;
}
.social-chip svg {
  width: 16px;
  height: 16px;
  fill: var(--blue-vivid);
}
.social-chip:hover {
  background: rgba(37, 99, 235, 0.18);
  border-color: var(--blue-vivid);
  transform: translateY(-2px);
}
.ctc-section {
  padding: 0 0 64px;
}

.ctc-wrapper {
  border: 1.5px solid var(--border-col);
  border-radius: 14px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 991px) {
  .ctc-wrapper {
    grid-template-columns: 1fr;
  }
}

/* ── LEFT: Info ── */
.ctc-info-col {
  padding: 36px 28px;
  border-right: 1.5px solid var(--border-col);
}

@media (max-width: 991px) {
  .ctc-info-col {
    border-right: none;
    border-bottom: 1.5px solid var(--border-col);
  }
}

.ctc-info-col h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 28px;
}

.ctc-detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ctc-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: transform 0.25s ease;
}

.ctc-detail-item:hover {
  transform: translateX(5px);
}

.ctc-icon-box {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  border: 1.5px solid var(--border-col);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    background var(--speed) ease,
    border-color var(--speed) ease;
}

.ctc-detail-item:hover .ctc-icon-box {
  background: var(--navy);
  border-color: var(--navy);
}

.ctc-icon-box svg {
  width: 18px;
  height: 18px;
  fill: var(--navy);
  transition: fill var(--speed) ease;
}

.ctc-detail-item:hover .ctc-icon-box svg {
  fill: #fff;
}

.ctc-detail-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: #2a3a5c;
  line-height: 1.5;
  padding-top: 7px;
}

/* ── MIDDLE: Form ── */
.ctc-form-col {
  padding: 36px 28px;
  border-right: 1.5px solid var(--border-col);
}

@media (max-width: 991px) {
  .ctc-form-col {
    border-right: none;
    border-bottom: 1.5px solid var(--border-col);
  }
}

.ctc-field-wrap {
  margin-bottom: 14px;
}

.ctc-input {
  width: 100%;
  border: 1.5px solid var(--border-col);
  border-radius: 8px;
  padding: 11px 16px;
  font-family: "Barlow", sans-serif;
  font-size: 0.88rem;
  color: #2a3a5c;
  outline: none;
  transition:
    border-color var(--speed) ease,
    box-shadow var(--speed) ease,
    transform 0.22s ease;
  background: transparent;
}

.ctc-input::placeholder {
  color: #a8b4cc;
}

.ctc-input:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(26, 46, 110, 0.1);
  transform: translateY(-1px);
}

textarea.ctc-input {
  resize: vertical;
  min-height: 100px;
}

.ctc-submit-btn {
  width: 100%;
  background: var(--navy);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 13px 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
  transition:
    transform var(--speed) ease,
    box-shadow var(--speed) ease,
    background var(--speed) ease;
}

.ctc-submit-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.08) 50%,
    transparent 100%
  );
  transform: translateX(-100%);
  transition: transform 0.55s ease;
}

.ctc-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(26, 46, 110, 0.3);
  background: var(--navy-light);
}

.ctc-submit-btn:hover::before {
  transform: translateX(100%);
}

.ctc-send-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s ease;
}

.ctc-submit-btn:hover .ctc-send-icon {
  transform: translateX(4px) rotate(-5deg);
}

/* ── RIGHT: Map ── */
.ctc-map-col {
  min-height: 320px;
  position: relative;
  overflow: hidden;
}

.ctc-map-col iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: none;
  display: block;
  filter: saturate(0.9);
  transition: filter var(--speed) ease;
}

.ctc-map-col:hover iframe {
  filter: saturate(1.1);
}

/* ── Responsive padding ── */
@media (max-width: 575px) {
  .ctb-banner {
    padding: 22px 20px;
  }
  .ctc-info-col,
  .ctc-form-col {
    padding: 24px 18px;
  }
}
/* =====================button hover========================== */
.button {
  border: none;
  outline: none;
  line-height: normal;
  text-align: center;
  display: block;
  border-radius: 5px;
  padding: 12px 30px;
  font-weight: 700;
}
.foure {
  background-color: #ddb23a;
  border: none;
  color: #fff;
  position: relative;
  transition: all 0.5s ease-in-out;
  z-index: 2;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
}
.foure:before {
  content: "";
  background-color: #000e5c;
  display: inline-block;
  width: 330px;
  height: 330px;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: -1;
  font-family: "Inter";
  transition: all 0.5s ease-in-out;
}
.foure:after {
  content: "";
  background-color: #000e5c;
  display: inline-block;
  width: 330px;
  height: 330px;
  position: absolute;
  top: 0;
  left: -332px;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.foure:hover {
  color: #fff;
}
.foure:hover:after {
  transform: translate(101px, 0);
}
.foure:hover:before {
  transform: translate(-101px, 0);
}
/* ========================animation======================= */
.zoom-in-zoom-out {
  margin: 24px;
  width: 490px;
  height: 490px;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  border-radius: 100%;
  background: radial-gradient(
    circle,
    rgba(18, 104, 251, 0.56) 0%,
    rgba(14, 80, 193, 0) 57%,
    rgba(13, 72, 174, 0) 76%,
    rgba(11, 62, 149, 0) 100%
  );
  position: absolute;
  top: 30px;
  left: -460px;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.5, 0.5);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(0.5, 0.5);
  }
}

.floating {
  animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 0px;
  margin-top: 0px;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, -0px);
  }
}
.experience-section {
  padding: 80px 20px;
  background: #fff;
}
.carousel-control-prev {
  z-index: 1 !important;
}
.carousel-control-next {
  z-index: 1 !important;
}
.exp-wrapper {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  position: relative;
}

/* Images */
.image-box {
  overflow: hidden;
  border-radius: 12px;
  animation: fadeUp 1.2s ease forwards;
}

.image-box img {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
  border-radius: 15px;
}

.image-box:hover img {
  transform: scale(1.08);
}

/* Left image animation */
.img-one {
  animation-delay: 0.2s;
}

/* Right image animation */
.img-two {
  animation-delay: 0.6s;
  position: absolute;
  top: 33%;
  right: -2%;
}

/* Experience Badge */
.experience-badge {
  position: absolute;
  top: 0%;
  right: 2%;
  background: #06153c;
  color: #fff;
  padding: 30px 20px;
  border-radius: 14px;
  text-align: center;
  animation: scaleIn 1.4s ease forwards;
}

.experience-badge h2 {
  font-size: 64px;
  font-weight: 700;
}

.experience-badge p {
  font-size: 18px;
  margin-top: 5px;
}

/* Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Responsive */
@media (max-width: 768px) {
}

/* =======================category banner========================= */
.supplier-banner {
  position: relative;
  min-height: 520px;
  background: url("../images/warehouse.jpg") center center/cover no-repeat;
  overflow: hidden;
}

.supplier-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(92, 128, 31, 0.92) 0%,
    rgba(92, 128, 31, 0.82) 38%,
    rgba(92, 128, 31, 0.35) 58%,
    rgba(92, 128, 31, 0) 100%
  );
}

.supplier-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 520px;
  padding-left: 60px;
}

.supplier-left {
  max-width: 650px;
  padding: 50px 0;
}

.supplier-left h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 58px;
  line-height: 1.05;
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
}

.supplier-left p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 35px;
  max-width: 580px;
}

.supplier-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 40px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}

.feature-item i {
  font-size: 22px;
  color: #fff;
  margin-top: 2px;
}

.supplier-btns {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-shop,
.btn-contact {
  text-decoration: none;
  height: 56px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: 0.3s;
}

.btn-shop {
  background: #fff;
  color: #5e7d23;
  border-radius: 4px;
}

.btn-contact {
  border: 2px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  border-radius: 4px;
}

.btn-shop:hover {
  transform: translateY(-3px);
}

.btn-contact:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-3px);
}
/* =========================
   RESPONSIVE
========================= */

/* Large Desktop */
@media (max-width: 1400px) {
  .supplier-left h2 {
    font-size: 52px;
  }

  .supplier-features {
    gap: 18px;
  }
}

/* Laptop */
@media (max-width: 1199px) {
  .supplier-banner {
    min-height: 480px;
  }

  .supplier-content {
    min-height: 480px;
    padding: 50px;
  }

  .supplier-left {
    max-width: 600px;
  }

  .supplier-left h2 {
    font-size: 46px;
  }

  .supplier-left p {
    font-size: 16px;
    line-height: 1.7;
  }

  .supplier-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .supplier-banner {
    min-height: auto;
  }

  .supplier-content {
    min-height: auto;
    padding: 70px 40px;
  }

  .supplier-left {
    max-width: 100%;
  }

  .supplier-left h2 {
    font-size: 40px;
    line-height: 1.15;
    margin-bottom: 20px;
  }

  .supplier-left p {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .supplier-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 30px;
  }

  .feature-item {
    font-size: 14px;
  }

  .feature-item i {
    font-size: 18px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .supplier-overlay {
    background: linear-gradient(
      180deg,
      rgba(92, 128, 31, 0.92) 0%,
      rgba(92, 128, 31, 0.88) 100%
    );
  }

  .supplier-content {
    padding: 50px 25px;
  }

  .supplier-left h2 {
    font-size: 32px;
    line-height: 1.15;
  }

  .supplier-left p {
    font-size: 15px;
    line-height: 1.7;
  }

  .supplier-features {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .feature-item {
    font-size: 14px;
  }

  .supplier-btns {
    flex-direction: column;
    gap: 12px;
  }

  .btn-shop,
  .btn-contact {
    width: 100%;
    justify-content: center;
    height: 52px;
    font-size: 13px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .supplier-content {
    padding: 40px 20px;
  }

  .supplier-left h2 {
    font-size: 28px;
  }

  .supplier-left p {
    font-size: 14px;
  }

  .feature-item {
    gap: 10px;
  }

  .feature-item i {
    font-size: 16px;
  }

  .btn-shop,
  .btn-contact {
    height: 50px;
    padding: 0 20px;
  }
}

/* =================================user pop up=========================================== */
/* PARTICLES */
.particle-canvas {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

/* OVERLAY */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.overlay-bg {
  position: absolute;
  inset: 0;
  background: rgb(3 13 7 / 85%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* MODAL WRAPPER */
.auth-modal-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  transform: scale(0.8);
  opacity: 0;
  transition:
    transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
    opacity 0.5s ease;
}
.modal-overlay.active .auth-modal-wrap {
  transform: scale(1);
  opacity: 1;
}

/* MODAL BOX */
.auth-modal-box {
  background: linear-gradient(
    145deg,
    rgb(48 74 14 / 95%) 0%,
    rgb(15 45 15 / 98%) 50%,
    rgb(6 26 5 / 97%) 100%
  );
  border: 1px solid rgba(212, 163, 115, 0.3);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(212, 163, 115, 0.1) inset,
    0 1px 0 rgba(212, 163, 115, 0.3) inset;
}

/* FLORAL BG ART */
.floral-bg {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  pointer-events: none;
  overflow: hidden;
}
.floral-bg svg {
  width: 100%;
  height: 100%;
}

/* GOLD TOP LINE */
.modal-gold-line {
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    #6f8f1f,
    #ffffff,
    #6f8f1f,
    transparent
  );
}

/* HEADER */
.modal-header-wrap {
  padding: 32px 40px 0;
  text-align: center;
  position: relative;
}
.modal-close-wrap {
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px;
}
.modal-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(212, 163, 115, 0.5);
  transition:
    color 0.3s,
    transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 50%;
}
.modal-close-btn:hover {
  color: #ffffff;
  transform: rotate(90deg);
}
.modal-close-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}
.modal-icon-wrap {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  position: relative;
}
.modal-icon-wrap::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6f8f1f, #ffffff, #6f8f1f);
  opacity: 0.4;
  animation: pulseRing 3s ease-in-out infinite;
}
.modal-icon-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(212, 163, 115, 0.15),
    rgba(231, 194, 139, 0.08)
  );
  border: 1px solid rgba(212, 163, 115, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.modal-icon-inner svg {
  width: 30px;
  height: 30px;
  stroke: #ffffff;
  fill: none;
  stroke-width: 1.2;
}
.modal-welcome-wrap {
}
.modal-welcome-wrap h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 400;
  color: #f9f5f0;
  letter-spacing: 2px;
  line-height: 1.2;
}
.modal-welcome-wrap p {
  font-size: 11px;
  color: rgb(255 255 255 / 70%);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 6px;
  line-height: 1.6;
}
.modal-divider-line {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(212, 163, 115, 0.3),
    transparent
  );
  margin: 20px 0;
}

/* TABS */
.tab-nav-wrap {
  padding: 0 40px;
  position: relative;
}
.tab-nav-inner {
  display: flex;
  background: rgba(212, 163, 115, 0.06);
  border-radius: 12px;
  padding: 4px;
  border: 1px solid rgba(212, 163, 115, 0.12);
  position: relative;
}
.tab-indicator {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: calc(50% - 4px);
  background: linear-gradient(
    135deg,
    rgba(212, 163, 115, 0.25),
    rgba(231, 194, 139, 0.15)
  );
  border-radius: 9px;
  border: 1px solid rgba(212, 163, 115, 0.3);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.tab-indicator.register {
  transform: translateX(100%);
}
.tab-btn {
  flex: 1;
  padding: 10px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(212, 163, 115, 0.5);
  transition: color 0.3s;
  position: relative;
  z-index: 1;
}
.tab-btn.active {
  color: #ffffff;
}

/* FORM AREA */
.form-area-wrap {
  padding: 24px 40px 8px;
  overflow: hidden;
  position: relative;
}
.form-slide {
  transition:
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.35s ease;
  position: relative;
}
.form-slide.hidden {
  position: absolute;
  top: 24px;
  left: 40px;
  right: 40px;
  opacity: 0;
  pointer-events: none;
}
.form-slide.slide-left {
  transform: translateX(-30px);
}
.form-slide.slide-right {
  transform: translateX(30px);
}

/* FIELD */
.field-wrap {
  margin-bottom: 16px;
  position: relative;
}
.field-label-wrap {
  margin-bottom: 6px;
}
.field-label-wrap label {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
}
.field-input-wrap {
  position: relative;
}
.field-input-wrap input {
  width: 100%;
  background: rgba(212, 163, 115, 0.05);
  border: 1px solid rgba(212, 163, 115, 0.18);
  border-radius: 10px;
  padding: 12px 42px 12px 14px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #f9f5f0;
  outline: none;
  transition:
    border-color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
}
.field-input-wrap input::placeholder {
  color: rgba(249, 245, 240, 0.25);
  font-size: 13px;
}
.field-input-wrap input:focus {
  border-color: #ffffff;
  background: rgba(212, 163, 115, 0.08);
  box-shadow:
    0 0 0 3px rgba(212, 163, 115, 0.08),
    0 0 20px rgba(212, 163, 115, 0.05);
}
.field-input-wrap input:focus + .field-icon-wrap {
  color: rgba(212, 163, 115, 0.8);
}
.field-icon-wrap {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(212, 163, 115, 0.35);
  pointer-events: none;
  transition: color 0.3s;
}
.field-icon-wrap svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
}
.pwd-toggle {
  pointer-events: all;
  cursor: pointer;
}
.field-row {
  display: flex;
  gap: 12px;
}
.field-row .field-wrap {
  flex: 1;
}

/* CHECKBOX & FORGOT */
.login-opts-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.checkbox-wrap input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(212, 163, 115, 0.35);
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
  flex-shrink: 0;
  position: relative;
}
.checkbox-wrap input[type="checkbox"]:checked {
  background: linear-gradient(135deg, #6f8f1f, #ffffff);
  border-color: #6f8f1f;
}
.checkbox-wrap input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 7px;
  border: 2px solid #2d0f22;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.checkbox-wrap span {
  font-size: 11px;
  color: #ffffff;
  letter-spacing: 1px;
}
.forgot-wrap a {
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 1px;
  transition: color 0.3s;
}
.forgot-wrap a:hover {
  color: #ffffff;
}

/* SUBMIT BTN */
.submit-btn-wrap {
  margin-bottom: 20px;
}
.submit-btn-wrap button {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #6f8f1f 0%, #ffffff 50%, #6f8f1f 100%);
  background-size: 200% 100%;
  border: none;
  border-radius: 12px;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #2d0f22;
  cursor: pointer;
  transition:
    background-position 0.4s ease,
    transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
.submit-btn-wrap button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.25) 50%,
    transparent 100%
  );
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}
.submit-btn-wrap button:hover {
  background-position: 100% 0;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(212, 163, 115, 0.35);
}
.submit-btn-wrap button:hover::after {
  transform: translateX(100%);
}
.submit-btn-wrap button:active {
  transform: translateY(0) scale(0.98);
}

/* SOCIAL */
.social-divider-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.social-divider-wrap::before,
.social-divider-wrap::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(212, 163, 115, 0.18);
}
.social-divider-wrap span {
  font-size: 10px;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}
.social-btns-wrap {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
}
.social-btn-item {
  flex: 1;
}
.social-btn-item button {
  width: 100%;
  padding: 11px;
  background: rgba(212, 163, 115, 0.06);
  border: 1px solid rgba(212, 163, 115, 0.18);
  border-radius: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.social-btn-item button:hover {
  background: rgba(212, 163, 115, 0.12);
  border-color: rgba(212, 163, 115, 0.35);
  color: #ffffff;
  transform: translateY(-1px);
}
.social-btn-item button svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* SWITCH LINK */
.switch-link-wrap {
  text-align: center;
  padding: 16px 0 24px;
}
.switch-link-wrap span {
  font-size: 11px;
  color: #ffffff;
  letter-spacing: 1px;
}
.switch-link-wrap a {
  font-size: 11px;
  color: #6f8f1f;
  text-decoration: none;
  letter-spacing: 1px;
  margin-left: 4px;
  transition: color 0.3s;
  font-weight: 500;
}
.switch-link-wrap a:hover {
  color: #ffffff;
}

/* PASSWORD STRENGTH */
.pwd-strength-wrap {
  margin-top: 6px;
  display: none;
}
.pwd-strength-bars {
  display: flex;
  gap: 4px;
  margin-bottom: 4px;
}
.pwd-bar {
  flex: 1;
  height: 3px;
  background: rgba(212, 163, 115, 0.1);
  border-radius: 2px;
  transition: background 0.3s;
}
.pwd-bar.weak {
  background: #c0392b;
}
.pwd-bar.medium {
  background: #ffffff;
}
.pwd-bar.strong {
  background: #27ae60;
}
.pwd-strength-text {
  font-size: 10px;
  color: rgba(212, 163, 115, 0.5);
  letter-spacing: 1px;
}

@keyframes pulseRing {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.7;
  }
}

@media (max-width: 600px) {
  .nav-bar {
    padding: 14px 20px;
  }
  .auth-modal-box {
    margin: 10px;
  }
  .modal-header-wrap {
    padding: 24px 24px 0;
  }
  .tab-nav-wrap {
    padding: 0 24px;
  }
  .form-area-wrap {
    padding: 20px 24px 8px;
  }
  .form-slide.hidden {
    left: 24px;
    right: 24px;
  }
  .switch-link-wrap {
    padding: 12px 0 20px;
  }
  .field-row {
    flex-direction: column;
    gap: 0;
  }
}
.auth-modal-box {
  max-height: 85vh;
  height: 780px;
  overflow: hidden;
}

.form-area-wrap {
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 8px;
}

/* Luxury Scrollbar */
.form-area-wrap::-webkit-scrollbar {
  width: 6px;
}

.form-area-wrap::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
}

.form-area-wrap::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #6f8f1f, #ffffff);
  border-radius: 20px;
}

.form-area-wrap::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

/* =============================about us page===================================== */

/* ─── LOADER ─── */
#loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--plum);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  transition:
    opacity 0.8s ease,
    visibility 0.8s ease;
}

#loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.loader-brand {
  font-family: var(--font-cinzel);
  font-size: 2rem;
  letter-spacing: 0.35em;
  color: var(--rose-gold);
}

.loader-line {
  width: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--rose-gold),
    transparent
  );
  animation: loaderExpand 1.8s ease forwards;
}

@keyframes loaderExpand {
  to {
    width: 180px;
  }
}

/* ─── NAV ─── */
.luxury-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 18px 0;
  background: transparent;
  transition:
    background 0.4s ease,
    padding 0.4s ease,
    backdrop-filter 0.4s ease;
}

.luxury-nav.scrolled {
  background: rgba(45, 15, 34, 0.92);
  backdrop-filter: blur(12px);
  padding: 12px 0;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
}

.hero-bg {
  background-image: url(../images/banner-3.jpg);
  padding: 160px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-back {
  background-image: url(../images/banner-4.jpg);
}

.hero-ornament {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(700px, 90vw);
  height: min(700px, 90vw);
  border: 1px solid rgba(212, 163, 115, 0.12);
  border-radius: 50%;
  animation: orbitSpin 30s linear infinite;
  pointer-events: none;
}

.hero-ornament::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border: 1px solid rgba(212, 163, 115, 0.07);
  border-radius: 50%;
}

@keyframes orbitSpin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
}

.hero-eyebrow {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 300;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--rose-gold);
  display: block;
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeUp 1s 1.8s forwards;
}

.hero-title {
  font-family: "Cormorant Garamond";
  font-size: clamp(2.4rem, 5.5vw, 5rem);
  font-weight: 300;
  line-height: 1.15;
  color: #2a5b00;
  text-align: left;
  padding-left: 190px;
}

.hero-title em {
  font-style: italic;
  color: var(--soft-gold);
}

.hero-sub {
  font-family: var(--font-body);
  font-size: clamp(0.82rem, 1.5vw, 0.96rem);
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.9;
  color: rgba(249, 245, 240, 0.72);
  max-width: 520px;
  margin: 0 auto 42px;
  opacity: 0;
  animation: fadeUp 1s 2.2s forwards;
}

.btn-hero {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--plum);
  background: linear-gradient(135deg, var(--rose-gold), var(--soft-gold));
  padding: 16px 44px;
  border: none;
  border-radius: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  opacity: 0;
  animation: fadeUp 1s 2.4s forwards;
}

.btn-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--soft-gold), var(--rose-gold));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.btn-hero:hover::before {
  opacity: 1;
}

.btn-hero span {
  position: relative;
  z-index: 1;
}

.hero-scroll-hint {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: fadeIn 1s 3s forwards;
}

.scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, transparent, var(--rose-gold));
  animation: scrollDrop 2s ease-in-out infinite;
}

@keyframes scrollDrop {
  0%,
  100% {
    transform: scaleY(0);
    transform-origin: top;
  }

  50% {
    transform: scaleY(1);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* ─── SECTION COMMONS ─── */
.section-eyebrow {
  font-family: var(--font-body);
  font-size: 0.66rem;
  font-weight: 300;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--rose-gold);
  display: block;
  margin-bottom: 14px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--plum);
}

.section-title em {
  font-style: italic;
  color: var(--burgundy);
}

.title-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 20px 0;
}

.divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--rose-gold));
  max-width: 80px;
}

.divider-diamond {
  width: 8px;
  height: 8px;
  background: var(--rose-gold);
  transform: rotate(45deg);
  flex-shrink: 0;
}

.section-body {
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.95;
  color: #5a3a45;
  letter-spacing: 0.02em;
}

/* ─── BRAND STORY ─── */
.story-section {
  padding: 50px 0;
}

.story-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.story-image-wrap img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
  transition: transform 0.9s ease;
}

.story-image-wrap:hover img {
  transform: scale(1.04);
}

.story-image-frame {
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(212, 163, 115, 0.4);
  pointer-events: none;
}

.story-badge {
  position: absolute;
  bottom: -1px;
  right: -1px;
  background: var(--burgundy);
  padding: 22px 28px;
  text-align: center;
}

.story-badge-num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 300;
  color: var(--rose-gold);
  line-height: 1;
  display: block;
}

.story-badge-text {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ivory-dark);
  font-weight: 300;
}

.story-content {
  padding: 30px 0 30px 0px;
}
.fea {
  margin-bottom: 50px;
}
/* ─── MISSION VISION ─── */
.mv-section {
  background: var(--plum);
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}

.mv-section::before {
  content: "URBANRANI";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-cinzel);
  font-size: clamp(5rem, 12vw, 14rem);
  color: rgba(255, 255, 255, 0.02);
  letter-spacing: 0.3em;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.mv-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 163, 115, 0.2);
  padding: 52px 44px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  height: 100%;
}

.mv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(212, 163, 115, 0.06),
    rgba(231, 194, 139, 0.03)
  );
  opacity: 0;
  transition: opacity 0.5s ease;
}

.mv-card:hover {
  border-color: #ffffff;
  box-shadow: 0 0 50px rgba(212, 163, 115, 0.12);
}

.mv-card:hover::before {
  opacity: 1;
}

.mv-icon {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(212, 163, 115, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  color: var(--rose-gold);
  font-size: 1.5rem;
}

.mv-label {
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--rose-gold);
  display: block;
  margin-bottom: 12px;
}

.mv-title {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.3;
}

.mv-body {
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.9;
  color: rgba(249, 245, 240, 0.62);
  letter-spacing: 0.02em;
}

/* ─── WHY CHOOSE US ─── */
.why-section {
  background: var(--ivory-dark);
  padding: 110px 0;
}

.feature-card {
  background: #2a5b00;
  border: 1px solid rgba(212, 163, 115, 0.18);
  padding: 38px 30px 34px;
  text-align: center;
  transition: all 0.45s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.feature-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--rose-gold),
    transparent
  );
  transform: scaleX(0);
  transition: transform 0.45s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(74, 14, 26, 0.1);
  border-color: rgba(212, 163, 115, 0.5);
}

.feature-card:hover::after {
  transform: scaleX(1);
}

.feature-icon-wrap {
  width: 62px;
  height: 62px;
  margin: 0 auto 22px;
  background: linear-gradient(
    135deg,
    rgba(212, 163, 115, 0.12),
    rgba(231, 194, 139, 0.08)
  );
  border: 1px solid rgba(212, 163, 115, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--burgundy);
  transition: all 0.4s ease;
}

.feature-card:hover .feature-icon-wrap {
  background: var(--burgundy);
  color: var(--rose-gold);
  border-color: var(--burgundy);
}

.feature-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--plum);
  margin-bottom: 10px;
}

.feature-text {
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.75;
  color: #7a5060;
}

/* ─── CRAFTSMANSHIP TIMELINE ─── */
.craft-section {
  background: var(--plum);
  padding: 110px 0;
  position: relative;
}

.craft-section .section-title {
  color: #2a5b00;
}

.craft-section .section-body {
  color: rgba(249, 245, 240, 0.6);
}

.timeline {
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(212, 163, 115, 0.3),
    rgba(212, 163, 115, 0.5),
    rgba(212, 163, 115, 0.3),
    transparent
  );
}

.timeline-step {
  text-align: center;
  position: relative;
  padding-top: 0;
}

.timeline-dot {
  width: 80px;
  height: 80px;
  margin: 0 auto 28px;
  border: 1px solid rgba(212, 163, 115, 0.35);
  background: rgba(212, 163, 115, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.timeline-step:hover .timeline-dot {
  background: var(--rose-gold);
  border-color: var(--rose-gold);
}

.timeline-dot-num {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--rose-gold);
  line-height: 1;
}

.timeline-step:hover .timeline-dot-num {
  color: var(--plum);
}

.timeline-dot-icon {
  font-size: 1.1rem;
  color: var(--rose-gold);
}

.timeline-step:hover .timeline-dot-icon {
  color: var(--plum);
}

.timeline-label {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 400;
  color: #2a5b00;
  margin-bottom: 8px;
}

.timeline-desc {
  font-size: 0.76rem;
  font-weight: 300;
  color: rgba(249, 245, 240, 0.5);
  line-height: 1.7;
}

/* ─── VALUES ─── */
.values-section {
  background: #2a5b00;
  padding: 110px 0;
}

.value-card {
  border-top: 2px solid rgba(212, 163, 115, 0.25);
  padding: 40px 24px 36px;
  transition: all 0.4s ease;
  height: 100%;
}

.value-card:hover {
  border-top-color: var(--rose-gold);
}

.value-number {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 300;
  color: rgba(212, 163, 115, 0.2);
  line-height: 1;
  margin-bottom: 16px;
  transition: color 0.4s ease;
}

.value-card:hover .value-number {
  color: rgba(212, 163, 115, 0.5);
}

.value-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--plum);
  margin-bottom: 14px;
}

.value-body {
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.85;
  color: #7a5060;
}

/* ─── TEAM ─── */
.team-section {
  background: var(--ivory-dark);
  padding: 110px 0;
}

.team-card {
  position: relative;
  overflow: hidden;
}

.team-img-wrap {
  overflow: hidden;
  height: 380px;
}

.team-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.team-card:hover .team-img-wrap img {
  transform: scale(1.06);
}

.team-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(45, 15, 34, 0.88) 0%,
    rgba(45, 15, 34, 0.2) 55%,
    transparent 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  transform: translateY(60px);
  transition: transform 0.5s ease;
}

.team-card:hover .team-overlay {
  transform: translateY(0);
}

.team-name {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 400;
  color: #2a5b00;
  margin-bottom: 4px;
}

.team-role {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rose-gold);
  margin-bottom: 14px;
}

.team-bio {
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(249, 245, 240, 0.72);
}

/* ─── TESTIMONIALS ─── */
.testimonials-section {
  background: var(--plum);
  padding: 110px 0;
  overflow: hidden;
}

.testimonials-section .section-title {
  color: #2a5b00;
}

.testi-track {
  display: flex;
  gap: 28px;
  transition: transform 0.6s cubic-bezier(0.22, 0.68, 0, 1.2);
}

.testi-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 163, 115, 0.2);
  padding: 42px 36px;
  min-width: calc(33.33% - 20px);
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 991px) {
  .testi-card {
    min-width: calc(50% - 14px);
  }
}

@media (max-width: 576px) {
  .testi-card {
    min-width: 90%;
  }
}

.testi-quote-icon {
  font-size: 2.5rem;
  color: rgba(212, 163, 115, 0.3);
  line-height: 1;
  margin-bottom: 18px;
}

.testi-text {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 300;
  color: rgba(249, 245, 240, 0.85);
  line-height: 1.8;
  margin-bottom: 28px;
}

.testi-stars {
  color: var(--rose-gold);
  font-size: 0.8rem;
  margin-bottom: 16px;
  letter-spacing: 3px;
}

.testi-author-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(212, 163, 115, 0.4);
  object-fit: cover;
}

.testi-name {
  font-size: 0.82rem;
  font-weight: 400;
  color: #2a5b00;
  letter-spacing: 0.05em;
}

.testi-loc {
  font-size: 0.7rem;
  font-weight: 300;
  color: #ffffff;
}

.testi-nav {
  display: flex;
  gap: 14px;
  margin-top: 48px;
  justify-content: center;
}

.testi-btn {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(212, 163, 115, 0.35);
  background: transparent;
  color: var(--rose-gold);
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testi-btn:hover {
  background: var(--rose-gold);
  color: var(--plum);
}

/* ─── STATS ─── */
.stats-section {
  background: var(--burgundy);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.stats-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%236f8f1f' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.stat-item {
  text-align: center;
  padding: 0 20px;
  position: relative;
}

.stat-item + .stat-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
  width: 1px;
  background: rgba(212, 163, 115, 0.25);
}

.stat-number {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4.5vw, 4rem);
  font-weight: 300;
  color: var(--rose-gold);
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 0.72rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(249, 245, 240, 0.65);
}

/* ─── CTA ─── */
.cta-section {
  padding: 130px 0;
  background:
    linear-gradient(160deg, rgba(45, 15, 34, 0.97), rgba(74, 14, 26, 0.95)),
    url("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1600&q=80")
      center/cover no-repeat;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  border: 1px solid rgba(212, 163, 115, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.cta-section::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  height: 420px;
  border: 1px solid rgba(212, 163, 115, 0.05);
  border-radius: 50%;
  pointer-events: none;
}

.cta-eyebrow {
  font-size: 0.66rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--rose-gold);
  font-weight: 300;
  display: block;
  margin-bottom: 20px;
}

.cta-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 300;
  color: #2a5b00;
  line-height: 1.2;
  max-width: 680px;
  margin: 0 auto 20px;
}

.cta-sub {
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(249, 245, 240, 0.6);
  max-width: 460px;
  margin: 0 auto 48px;
  line-height: 1.9;
}

.btn-primary-luxury {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 400;
  background: linear-gradient(135deg, var(--rose-gold), var(--soft-gold));
  color: var(--plum);
  padding: 15px 40px;
  text-decoration: none;
  border: none;
  transition: all 0.4s ease;
  margin: 6px;
  position: relative;
  overflow: hidden;
}

.btn-primary-luxury:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(212, 163, 115, 0.4);
  color: var(--plum);
}

.btn-outline-luxury {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 400;
  background: transparent;
  color: #2a5b00;
  padding: 14px 40px;
  text-decoration: none;
  border: 1px solid rgba(249, 245, 240, 0.35);
  transition: all 0.4s ease;
  margin: 6px;
}

.btn-outline-luxury:hover {
  border-color: var(--rose-gold);
  color: var(--rose-gold);
}
/* ====================================contact us=============================== */

/* ══════════════════════════════════════
       S2: CONTACT INFO CARDS
    ══════════════════════════════════════ */
.info-section {
  padding: 50px 0 50px;
}

.info-card {
  background: var(--white);
  border: 1px solid rgb(120 212 115 / 20%);
  border-radius: 4px;
  padding: 44px 32px 40px;
  text-align: center;
  position: relative;
  transition:
    transform 0.35s var(--ease-lux),
    box-shadow 0.35s var(--ease-lux),
    border-color 0.35s;
  overflow: hidden;
  height: 100%;
}
.info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1.5px solid transparent;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--rose-gold), var(--soft-gold))
    border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s;
}
.info-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lux);
}
.info-card:hover::before {
  opacity: 1;
}

.info-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgb(120 212 115 / 12%),
    rgba(231, 194, 139, 0.08)
  );
  border: 1px solid rgb(115 212 120 / 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  font-size: 24px;
  color: var(--rose-gold);
  transition:
    background 0.3s,
    transform 0.3s;
}
.info-card:hover .info-card-icon {
  background: linear-gradient(135deg, var(--burgundy), #6f8f1f);
  color: var(--white);
  transform: scale(1.08);
  border-color: transparent;
}

.info-card-label {
  font-family: var(--font-cap);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rose-gold);
  margin-bottom: 10px;
}
.info-card-title {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 500;
  color: var(--plum);
  margin-bottom: 10px;
}
.info-card-text {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--text-muted);
}
.info-card-text strong {
  color: var(--text-body);
  font-weight: 500;
}

/* ══════════════════════════════════════
       S3: CONTACT FORM
    ══════════════════════════════════════ */
.form-section {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

/* Subtle mandala watermark */
.form-section::before {
  content: "";
  position: absolute;
  right: -200px;
  bottom: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(212, 163, 115, 0.08);
  box-shadow:
    0 0 0 40px rgba(212, 163, 115, 0.05),
    0 0 0 80px rgba(212, 163, 115, 0.03);
  pointer-events: none;
}

/* Glassmorphism form panel */
.form-panel {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(212, 163, 115, 0.25);
  border-radius: 4px;
  padding: 56px 48px;
  box-shadow: var(--shadow-card);
  position: relative;
  z-index: 1;
}

/* Lux input */
.lux-input-group {
  margin-bottom: 24px;
}
.lux-label {
  font-family: var(--font-cap);
  font-size: 9.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rose-gold);
  display: block;
  margin-bottom: 8px;
}
.lux-input {
  width: 100%;
  background: rgba(249, 245, 240, 0.6);
  border: 1px solid rgba(212, 163, 115, 0.25);
  border-radius: 3px;
  padding: 13px 18px;
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 300;
  color: var(--text-body);
  outline: none;
  transition:
    border-color 0.25s,
    box-shadow 0.25s,
    background 0.25s;
}
.lux-input::placeholder {
  color: #c0a8b2;
}
.lux-input:focus {
  border-color: var(--rose-gold);
  background: var(--white);
  box-shadow:
    0 0 0 3px rgba(212, 163, 115, 0.12),
    0 4px 16px rgba(74, 14, 26, 0.06);
}
textarea.lux-input {
  resize: none;
  min-height: 130px;
}

/* Send button */
.btn-send {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 15px 44px;
  background: linear-gradient(
    135deg,
    var(--burgundy) 0%,
    #6f8f1f 50%,
    var(--burgundy) 100%
  );
  background-size: 200% 100%;
  color: var(--white);
  border: none;
  border-radius: 2px;
  font-family: var(--font-cap);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition:
    background-position 0.5s var(--ease-lux),
    box-shadow 0.3s,
    transform 0.25s;
}
.btn-send::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.15),
    transparent
  );
  transition: left 0.6s;
}
.btn-send:hover {
  background-position: right center;
  box-shadow: 0 8px 28px rgba(74, 14, 26, 0.35);
  transform: translateY(-2px);
}
.btn-send:hover::before {
  left: 160%;
}

/* Fashion image side */
.form-image-side {
}
.form-image-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    var(--plum) 0%,
    var(--burgundy) 60%,
    #8b2040 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Decorative fashion silhouette SVG */
.fashion-art {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 40px;
}
.fashion-quote {
  font-family: var(--font-serif);
  font-size: 28px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 1.4;
  margin-bottom: 24px;
}
.fashion-quote-attr {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rose-gold);
}
.form-image-pattern {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(212, 163, 115, 0.05) 0px,
      rgba(212, 163, 115, 0.05) 1px,
      transparent 1px,
      transparent 32px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(212, 163, 115, 0.05) 0px,
      rgba(212, 163, 115, 0.05) 1px,
      transparent 1px,
      transparent 32px
    );
}

/* ══════════════════════════════════════
       S4: WHY CONTACT US
    ══════════════════════════════════════ */
.why-section {
  padding: 50px 0;
}

.feature-card {
  padding: 36px 28px;
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  background: var(--white);
  text-align: left;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s var(--ease-lux),
    box-shadow 0.3s;
  height: 100%;
}
.feature-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(to right, var(--burgundy), var(--rose-gold));
  transition: width 0.4s var(--ease-lux);
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card);
}
.feature-card:hover::after {
  width: 100%;
}

.feature-icon {
  font-size: 28px;
  color: var(--rose-gold);
  margin-bottom: 18px;
  display: block;
}
.feature-title {
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 500;
  color: var(--plum);
  margin-bottom: 10px;
}
.feature-text {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--text-muted);
}

/* ══════════════════════════════════════
       S5: VISIT OUR STORE
    ══════════════════════════════════════ */
.store-section {
  padding: 100px 0;
  background: var(--plum);
  position: relative;
  overflow: hidden;
}
.store-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(212, 163, 115, 0.03) 0px,
    rgba(212, 163, 115, 0.03) 1px,
    transparent 1px,
    transparent 20px
  );
}

.store-detail-block {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}
.store-detail-icon {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(212, 163, 115, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--rose-gold);
  flex-shrink: 0;
}
.store-detail-label {
  font-family: var(--font-cap);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rose-gold);
  margin-bottom: 4px;
}
.store-detail-value {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.map-placeholder {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(212, 163, 115, 0.2);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.map-placeholder iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 4px;
  filter: grayscale(30%) contrast(0.9);
}
.map-overlay-badge {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--burgundy);
  color: var(--white);
  font-size: 11px;
  letter-spacing: 0.12em;
  padding: 8px 20px;
  border-radius: 2px;
  white-space: nowrap;
  z-index: 1;
}

/* ══════════════════════════════════════
       S6: SUPPORT BANNER
    ══════════════════════════════════════ */
.support-banner {
  padding: 90px 0;
  background: linear-gradient(
    135deg,
    var(--burgundy) 0%,
    #3a0a14 50%,
    var(--plum) 100%
  );
  position: relative;
  overflow: hidden;
  text-align: center;
}
.support-banner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  border-radius: 50%;
  border: 1px solid rgba(212, 163, 115, 0.08);
  box-shadow:
    0 0 0 60px rgba(212, 163, 115, 0.04),
    0 0 0 120px rgba(212, 163, 115, 0.02);
  pointer-events: none;
}
.support-heading {
  font-family: var(--font-serif);
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 300;
  color: var(--white);
  margin-bottom: 16px;
}
.support-heading em {
  font-style: italic;
  color: var(--rose-gold);
}
.support-sub {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.6);
  max-width: 520px;
  margin: 0 auto 40px;
  line-height: 1.75;
}

.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  background: linear-gradient(135deg, var(--rose-gold), var(--soft-gold));
  color: var(--plum);
  font-family: var(--font-cap);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 700;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.btn-cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  color: var(--plum);
}

.btn-cta-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  border: 1px solid rgba(212, 163, 115, 0.5);
  color: var(--rose-gold);
  font-family: var(--font-cap);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 2px;
  text-decoration: none;
  transition:
    background 0.3s,
    color 0.3s,
    transform 0.25s;
}
.btn-cta-outline:hover {
  background: rgba(212, 163, 115, 0.12);
  color: var(--white);
  transform: translateY(-3px);
}

/* ══════════════════════════════════════
       S7: FAQ
    ══════════════════════════════════════ */
.faq-section {
  padding: 100px 0;
  background: var(--ivory-dark);
}

.lux-accordion .accordion-item {
  background: var(--white);
  border: 1px solid var(--border-subtle);
  border-radius: 4px !important;
  margin-bottom: 10px;
  overflow: hidden;
}
.lux-accordion .accordion-button {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 500;
  color: var(--plum);
  background: var(--white);
  padding: 22px 28px;
  box-shadow: none !important;
  border: none;
  gap: 14px;
}
.lux-accordion .accordion-button::after {
  content: "+";
  font-size: 22px;
  font-weight: 300;
  color: var(--rose-gold);
  background-image: none;
  width: auto;
  height: auto;
  flex-shrink: 0;
}
.lux-accordion .accordion-button:not(.collapsed) {
  color: var(--burgundy);
  background: rgba(212, 163, 115, 0.06);
}
.lux-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
}
.lux-accordion .accordion-body {
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--text-muted);
  padding: 0 28px 24px;
  border-top: 1px solid var(--border-subtle);
}

/* ══════════════════════════════════════
       S8: SOCIAL / INSTAGRAM
    ══════════════════════════════════════ */
.social-section {
  padding: 100px 0;
  background: #2a5b00;
}

.ig-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}
.ig-cell {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.ig-cell-bg {
  position: absolute;
  inset: 0;
  transition: transform 0.5s var(--ease-lux);
}
.ig-cell:hover .ig-cell-bg {
  transform: scale(1.08);
}
.ig-cell-overlay {
  position: absolute;
  inset: 0;
  background: rgba(45, 15, 34, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.35s;
}
.ig-cell:hover .ig-cell-overlay {
  background: rgba(45, 15, 34, 0.55);
}
.ig-icon {
  font-size: 24px;
  color: var(--white);
  opacity: 0;
  transform: scale(0.7);
  transition:
    opacity 0.3s,
    transform 0.3s;
}
.ig-cell:hover .ig-icon {
  opacity: 1;
  transform: scale(1);
}

/* Social pills */
.social-pills {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 48px;
}
.social-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border: 1px solid var(--border-subtle);
  border-radius: 2px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-body);
  text-decoration: none;
  font-family: var(--font-cap);
  transition:
    border-color 0.25s,
    color 0.25s,
    background 0.25s,
    transform 0.2s;
}
.social-pill i {
  font-size: 16px;
}
.social-pill:hover {
  border-color: var(--rose-gold);
  color: var(--burgundy);
  background: rgba(212, 163, 115, 0.07);
  transform: translateY(-2px);
}

/* ══════════════════════════════════════
       S9: NEWSLETTER
    ══════════════════════════════════════ */
.newsletter-section {
  padding: 90px 0;
  background: linear-gradient(135deg, var(--plum) 0%, var(--burgundy) 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.newsletter-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(212, 163, 115, 0.04) 0px,
    rgba(212, 163, 115, 0.04) 1px,
    transparent 1px,
    transparent 18px
  );
}
.newsletter-title {
  font-family: var(--font-serif);
  font-size: clamp(30px, 5vw, 52px);
  font-weight: 300;
  color: var(--white);
  margin-bottom: 12px;
}
.newsletter-title em {
  font-style: italic;
  color: var(--rose-gold);
}
.newsletter-sub {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.06em;
  margin-bottom: 36px;
}
.newsletter-form {
  display: flex;
  align-items: center;
  max-width: 480px;
  margin: 0 auto;
  gap: 0;
  border: 1px solid rgba(212, 163, 115, 0.35);
  border-radius: 2px;
  overflow: hidden;
}
.newsletter-input {
  flex: 1;
  border: none;
  background: rgba(255, 255, 255, 0.07);
  padding: 15px 22px;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--white);
  outline: none;
}
.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.newsletter-btn {
  padding: 15px 28px;
  background: linear-gradient(135deg, var(--rose-gold), var(--soft-gold));
  border: none;
  color: var(--plum);
  font-family: var(--font-cap);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.25s;
}
.newsletter-btn:hover {
  opacity: 0.88;
}

/* ══════════════════════════════════════
       FOOTER
    ══════════════════════════════════════ */
.footer-mini {
  background: var(--plum);
  border-top: 1px solid rgba(212, 163, 115, 0.15);
  padding: 28px 0;
  text-align: center;
}
.footer-mini p {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.35);
}
.footer-mini span {
  color: var(--rose-gold);
}

/* ══════════════════════════════════════
       TOAST
    ══════════════════════════════════════ */
.lux-toast {
  position: fixed;
  bottom: 32px;
  right: 32px;
  background: var(--white);
  border-left: 3px solid var(--rose-gold);
  border-radius: 4px;
  padding: 18px 24px;
  box-shadow: var(--shadow-lux);
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 9999;
  transform: translateY(100px);
  opacity: 0;
  transition:
    transform 0.4s var(--ease-lux),
    opacity 0.4s;
  max-width: 340px;
}
.lux-toast.show {
  transform: translateY(0);
  opacity: 1;
}
.lux-toast i {
  font-size: 20px;
  color: var(--rose-gold);
  flex-shrink: 0;
}
.lux-toast-title {
  font-family: var(--font-serif);
  font-size: 16px;
  color: var(--plum);
}
.lux-toast-msg {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 2px;
}

/* ══════════════════════════════════════
       RESPONSIVE
    ══════════════════════════════════════ */
@media (max-width: 991px) {
  .navbar-lux .container-fluid {
    padding: 0 24px;
  }
  .nav-pills-lux {
    display: none;
  }
  .form-panel {
    padding: 36px 28px;
  }
  .ig-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .navbar-lux .container-fluid {
    padding: 0 16px;
  }
  .info-card {
    margin-bottom: 16px;
  }
  .ig-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .social-pills {
    gap: 10px;
  }
  .newsletter-form {
    flex-direction: column;
    border: none;
    gap: 12px;
  }
  .newsletter-input {
    width: 100%;
    border: 1px solid rgba(212, 163, 115, 0.35);
    border-radius: 2px;
  }
  .newsletter-btn {
    width: 100%;
    border-radius: 2px;
  }
  .form-image-side {
    min-height: 300px;
  }
  .lux-toast {
    right: 16px;
    left: 16px;
    bottom: 16px;
    max-width: none;
  }
}

/* ================================blog-details=================================== */

/* ══ S2: CONTENT AREA ══ */
.content-wrap {
  padding: 50px 0 50px;
}

/* ── Article ── */
.article-body {
  padding-right: 48px;
}
@media (max-width: 991px) {
  .article-body {
    padding-right: 0;
  }
}

/* Featured image */
.feat-img-wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-bottom: 44px;
}
.feat-img-art {
}
.feat-img-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(212, 163, 115, 0.06) 0,
      rgba(212, 163, 115, 0.06) 1px,
      transparent 1px,
      transparent 14px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(212, 163, 115, 0.06) 0,
      rgba(212, 163, 115, 0.06) 1px,
      transparent 1px,
      transparent 14px
    );
}
.feat-img-art-inner {
  text-align: center;
  position: relative;
  z-index: 1;
}
.img-caption {
  padding: 12px 20px;
  background: rgba(249, 245, 240, 0.9);
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  border-top: 1px solid var(--border);
  text-align: center;
}

/* Hover zoom wrapper */
.zoom-wrap {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--shadowsm);
  margin: 36px 0;
  cursor: pointer;
}
.zoom-wrap .zoom-art {
}
.zoom-wrap:hover .zoom-art {
  transform: scale(1.04);
}

/* Drop-cap */
.drop-cap::first-letter {
  font-family: var(--fs);
  font-size: 72px;
  font-weight: 600;
  color: var(--burg);
  float: left;
  line-height: 0.78;
  margin: 8px 14px 0 0;
  padding: 0;
}

/* Body copy */
.blog-p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
  color: #3a1828;
  margin-bottom: 24px;
  letter-spacing: 0.01em;
}

/* H2 */
.blog-h2 {
  font-family: var(--fs);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 500;
  color: var(--plum);
  margin: 52px 0 18px;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.blog-h2 em {
  font-style: italic;
  color: var(--burg);
}

/* Quote card */
.lux-quote {
  margin: 44px 0;
  padding: 36px 44px;
  border-left: 3px solid var(--rg);
  background: linear-gradient(
    135deg,
    rgba(212, 163, 115, 0.07),
    rgba(231, 194, 139, 0.04)
  );
  border-radius: 0 4px 4px 0;
  position: relative;
  overflow: hidden;
}
.lux-quote::before {
  content: "\201C";
  position: absolute;
  top: -20px;
  left: 20px;
  font-family: var(--fs);
  font-size: 120px;
  font-weight: 600;
  color: rgba(212, 163, 115, 0.15);
  line-height: 1;
  pointer-events: none;
}
.lux-quote-text {
  font-family: var(--fs);
  font-size: clamp(18px, 3vw, 24px);
  font-style: italic;
  font-weight: 400;
  color: var(--burg);
  line-height: 1.55;
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
}
.lux-quote-attr {
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rg);
}

/* Highlight box */
.highlight-box {
  margin: 36px 0;
  padding: 28px 32px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  border-top: 3px solid var(--rg);
  box-shadow: var(--shadowsm);
}
.highlight-box-title {
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rg);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.highlight-box-title i {
  font-size: 14px;
}
.highlight-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.highlight-box ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--txt);
}
.highlight-box ul li::before {
  content: "◆";
  color: var(--rg);
  font-size: 8px;
  flex-shrink: 0;
  margin-top: 5px;
}

/* Social share inline */
.inline-share {
  margin: 48px 0 36px;
  padding: 28px 32px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.share-label {
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-right: 4px;
}
.share-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border: 1px solid var(--border);
  border-radius: 2px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--txt);
  text-decoration: none;
  font-family: var(--fc);
  transition:
    border-color 0.25s,
    color 0.25s,
    background 0.25s,
    transform 0.2s;
  background: transparent;
  cursor: pointer;
}
.share-btn:hover {
  border-color: var(--rg);
  color: var(--burg);
  background: rgba(212, 163, 115, 0.07);
  transform: translateY(-2px);
}
.share-btn i {
  font-size: 14px;
}

/* Author card */
.author-card {
  margin-top: 56px;
  padding: 36px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  box-shadow: var(--shadowsm);
}
.author-avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--burg), var(--plum));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  border: 3px solid rgba(212, 163, 115, 0.3);
}
.author-name {
  font-family: var(--fs);
  font-size: 22px;
  font-weight: 500;
  color: var(--plum);
  margin-bottom: 4px;
}
.author-role {
  font-family: var(--fc);
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rg);
  margin-bottom: 12px;
}
.author-bio {
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--muted);
}
.author-socials {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.author-social-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--muted);
  text-decoration: none;
  transition:
    border-color 0.2s,
    color 0.2s;
}
.author-social-btn:hover {
  border-color: var(--rg);
  color: var(--burg);
}
@media (max-width: 575px) {
  .author-card {
    flex-direction: column;
  }
}

/* ══ SIDEBAR ══ */
.sidebar-sticky {
  position: sticky;
  top: 28px;
}
.sidebar-widget {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 28px 24px;
  margin-bottom: 24px;
}
.widget-title {
  font-family: var(--fs);
  font-size: 20px;
  font-weight: 500;
  color: var(--plum);
  margin-bottom: 6px;
}
.widget-hr {
  height: 1px;
  background: linear-gradient(to right, var(--rg), transparent);
  margin-bottom: 20px;
  border: none;
}

/* Search */
.sidebar-search {
  display: flex;
  border: 1px solid var(--border);
  border-radius: 3px;
  overflow: hidden;
}
.sidebar-search input {
  flex: 1;
  border: none;
  outline: none;
  padding: 11px 14px;
  font-family: var(--fb);
  font-size: 13px;
  color: var(--txt);
  background: transparent;
}
.sidebar-search input::placeholder {
  color: var(--muted);
}
.sidebar-search button {
  background: var(--burg);
  border: none;
  padding: 0 16px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}
.sidebar-search button:hover {
  background: #6f8f1f;
}

/* Categories */
.cat-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cat-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 400;
  color: var(--txt);
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 1px solid rgba(212, 163, 115, 0.12);
  transition:
    color 0.2s,
    padding-left 0.2s;
}
.cat-list li a:hover {
  color: var(--burg);
  padding-left: 6px;
}
.cat-list li a span {
  font-size: 10px;
  padding: 2px 8px;
  border: 1px solid var(--border);
  border-radius: 10px;
  color: var(--muted);
  font-family: var(--fc);
  letter-spacing: 0.1em;
}

/* Recent posts */
.recent-post {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 18px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post-thumb {
  width: 68px;
  height: 68px;
  border-radius: 3px;
  flex-shrink: 0;
  overflow: hidden;
  transition: transform 0.35s var(--ease);
}
.recent-post:hover .recent-post-thumb {
  transform: scale(1.05);
}
.recent-post-thumb .thumb-art {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--burg), #c5956a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.recent-post-title a {
  font-family: var(--fs);
  font-size: 15px;
  font-weight: 500;
  color: var(--plum);
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
  line-height: 1.35;
  transition: color 0.2s;
}
.recent-post-title a:hover {
  color: var(--burg);
}
.recent-post-date {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.08em;
}

/* Tags */
.tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag-pill {
  padding: 6px 14px;
  border: 1px solid var(--border);
  border-radius: 2px;
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  transition:
    border-color 0.2s,
    color 0.2s,
    background 0.2s;
}
.tag-pill:hover {
  border-color: var(--rg);
  color: var(--burg);
  background: rgba(212, 163, 115, 0.08);
}

/* Promo widget */
.promo-widget {
  background: linear-gradient(160deg, var(--plum), var(--burg));
  border-radius: 4px;
  padding: 36px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.promo-widget::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(212, 163, 115, 0.05) 0,
    rgba(212, 163, 115, 0.05) 1px,
    transparent 1px,
    transparent 18px
  );
}
.promo-widget-inner {
  position: relative;
  z-index: 1;
}
.promo-tag {
  font-family: var(--fc);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rg);
  margin-bottom: 12px;
  display: block;
}
.promo-title {
  font-family: var(--fs);
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  margin-bottom: 8px;
}
.promo-sub {
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 22px;
  line-height: 1.6;
}
.promo-btn {
  display: inline-block;
  padding: 11px 26px;
  background: linear-gradient(135deg, var(--rg), var(--sg));
  color: var(--plum);
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.promo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
  color: var(--plum);
}

/* ══ RELATED POSTS ══ */
.related-section {
  padding: 80px 0;
  background: var(--ivory2);
}
.blog-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  transition:
    transform 0.35s var(--ease),
    box-shadow 0.35s;
}
.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}
.blog-card-img {
  height: 220px;
  overflow: hidden;
  position: relative;
}
.blog-card-art {
  width: 100%;
  height: 100%;
  transition: transform 0.5s var(--ease);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
}
.blog-card:hover .blog-card-art {
  transform: scale(1.07);
}
.blog-card-body {
  padding: 24px;
}
.blog-card-cat {
  font-family: var(--fc);
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rg);
  margin-bottom: 10px;
  display: block;
}
.blog-card-title {
  font-family: var(--fs);
  font-size: 20px;
  font-weight: 500;
  color: var(--plum);
  margin-bottom: 10px;
  line-height: 1.3;
}
.blog-card-date {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 16px;
}
.btn-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--burg);
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 163, 115, 0.4);
  padding-bottom: 2px;
  transition:
    border-color 0.2s,
    gap 0.2s;
}
.btn-read-more:hover {
  border-color: var(--burg);
  gap: 12px;
  color: var(--burg);
}

/* ══ COMMENTS ══ */
.comments-section {
  padding: 80px 0;
  background: #2a5b00;
}
.comment-item {
  display: flex;
  gap: 20px;
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(212, 163, 115, 0.15);
}
.comment-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.comment-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--burg), var(--plum));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 2px solid rgba(212, 163, 115, 0.25);
}
.comment-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 8px;
}
.comment-name {
  font-family: var(--fs);
  font-size: 17px;
  font-weight: 500;
  color: var(--plum);
}
.comment-date {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.06em;
}
.comment-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--txt);
}
.reply-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  font-family: var(--fc);
  font-size: 9.5px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  background: none;
  border: 1px solid var(--border);
  padding: 5px 14px;
  border-radius: 2px;
  cursor: pointer;
  transition:
    border-color 0.2s,
    color 0.2s;
}
.reply-btn:hover {
  border-color: var(--rg);
  color: var(--burg);
}

/* Comment form */
.comment-form-section {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 40px;
  margin-top: 56px;
}
.lux-input {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 13px 16px;
  font-family: var(--fb);
  font-size: 13.5px;
  font-weight: 300;
  color: var(--txt);
  outline: none;
  transition:
    border-color 0.25s,
    box-shadow 0.25s,
    background 0.25s;
}
.lux-input::placeholder {
  color: #c0a8b2;
}
.lux-input:focus {
  border-color: var(--rg);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(212, 163, 115, 0.12);
}
.lux-label {
  font-family: var(--fc);
  font-size: 9.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rg);
  display: block;
  margin-bottom: 7px;
}
textarea.lux-input {
  resize: none;
  min-height: 130px;
}
.btn-post {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 38px;
  background: linear-gradient(
    135deg,
    var(--burg) 0%,
    #6f8f1f 50%,
    var(--burg) 100%
  );
  background-size: 200% 100%;
  color: #fff;
  border: none;
  border-radius: 2px;
  font-family: var(--fc);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition:
    background-position 0.5s var(--ease),
    box-shadow 0.3s,
    transform 0.25s;
}
.btn-post::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.15),
    transparent
  );
  transition: left 0.55s;
}
.btn-post:hover {
  background-position: right center;
  box-shadow: 0 8px 26px rgba(74, 14, 26, 0.35);
  transform: translateY(-2px);
}
.btn-post:hover::before {
  left: 160%;
}

/* ══ NEWSLETTER ══ */
.newsletter-section {
  padding: 90px 0;
  background: linear-gradient(
    135deg,
    var(--plum) 0%,
    var(--burg) 60%,
    #3a0a14 100%
  );
  text-align: center;
  position: relative;
  overflow: hidden;
}
.newsletter-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  border-radius: 50%;
  border: 1px solid rgba(212, 163, 115, 0.07);
  box-shadow:
    0 0 0 60px rgba(212, 163, 115, 0.04),
    0 0 0 120px rgba(212, 163, 115, 0.02);
  pointer-events: none;
}
.newsletter-title {
  font-family: var(--fs);
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 300;
  color: #fff;
  margin-bottom: 12px;
}
.newsletter-title em {
  font-style: italic;
  color: var(--rg);
}
.newsletter-sub {
  font-size: 13.5px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.55);
  max-width: 480px;
  margin: 0 auto 36px;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
.newsletter-form {
  display: flex;
  max-width: 460px;
  margin: 0 auto;
  border: 1px solid rgba(212, 163, 115, 0.35);
  border-radius: 2px;
  overflow: hidden;
}
.newsletter-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.07);
  border: none;
  padding: 15px 20px;
  font-family: var(--fb);
  font-size: 13px;
  color: #fff;
  outline: none;
}
.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.newsletter-btn {
  padding: 15px 26px;
  background: linear-gradient(135deg, var(--rg), var(--sg));
  border: none;
  color: var(--plum);
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.newsletter-btn:hover {
  opacity: 0.88;
}
@media (max-width: 575px) {
  .newsletter-form {
    flex-direction: column;
    border: none;
    gap: 10px;
  }
  .newsletter-input {
    border: 1px solid rgba(212, 163, 115, 0.35);
    border-radius: 2px;
  }
  .newsletter-btn {
    border-radius: 2px;
  }
}

/* ══ FOOTER ══ */
.footer-mini {
  background: var(--plum);
  border-top: 1px solid rgba(212, 163, 115, 0.12);
  padding: 24px 0;
  text-align: center;
}
.footer-mini p {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.32);
}
.footer-mini span {
  color: var(--rg);
}

/* ══ SCROLL TO TOP ══ */
#scrollTop {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--burg);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(74, 14, 26, 0.3);
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.3s,
    transform 0.3s;
  z-index: 999;
}
#scrollTop.visible {
  opacity: 1;
  transform: translateY(0);
}
#scrollTop:hover {
  background: #6f8f1f;
}

/* ══ TOAST ══ */
.lux-toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: #fff;
  border-left: 3px solid var(--rg);
  border-radius: 3px;
  padding: 16px 24px;
  box-shadow: var(--shadow);
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transition:
    opacity 0.35s,
    transform 0.35s var(--ease);
  white-space: nowrap;
}
.lux-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.lux-toast i {
  color: var(--rg);
  font-size: 18px;
}
.lux-toast-msg {
  font-size: 13px;
  color: var(--txt);
}

/* ── misc ── */
img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .blog-h2 {
    margin: 36px 0 14px;
  }
  .comment-form-section {
    padding: 24px 18px;
  }
  .author-card {
    padding: 24px 18px;
  }
  .inline-share {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ===================================privacy policy=============================== */
/* ═══════════════════════════════════════════
       TRUST BADGES STRIP
    ═══════════════════════════════════════════ */
.trust-strip {
  background: var(--white);
  border-bottom: 1px solid rgba(212, 163, 115, 0.2);
  padding: 0;
}
.trust-strip-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
.trust-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 36px;
  border-right: 1px solid rgba(212, 163, 115, 0.18);
  transition: var(--transition);
}
.trust-badge:last-child {
  border-right: none;
}
.trust-badge:hover {
  background: #2a5b00;
}
.trust-badge .badge-icon {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, var(--burgundy), var(--plum));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--soft-gold);
  font-size: 0.95rem;
  flex-shrink: 0;
}
.trust-badge .badge-text strong {
  display: block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--burgundy);
}
.trust-badge .badge-text small {
  font-family: var(--font-body);
  font-size: 0.68rem;
  color: var(--text-light);
  letter-spacing: 0.04em;
}

/* ═══════════════════════════════════════════
       MAIN LAYOUT
    ═══════════════════════════════════════════ */
.main-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 24px 80px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  align-items: start;
}

/* ═══════════════════════════════════════════
       STICKY SIDEBAR
    ═══════════════════════════════════════════ */
.sidebar {
  position: sticky;
  top: 90px;
}
.sidebar-card {
  background: var(--white);
  border-radius: var(--radius-card);
  border: 1px solid rgba(212, 163, 115, 0.2);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
.sidebar-header {
  padding: 22px 24px;
}
.sidebar-header p {
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rose-gold);
  margin-bottom: 4px;
}
.sidebar-header h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  color: #2a5b00;
  letter-spacing: 0.04em;
}
.sidebar-nav {
  padding: 16px 0;
}
.sidebar-nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--text-mid);
  text-decoration: none;
  transition: var(--transition);
  border-left: 3px solid transparent;
  position: relative;
}
.sidebar-nav a .nav-num {
  font-family: var(--font-display);
  font-size: 0.7rem;
  color: var(--rose-gold);
  opacity: 0.7;
  min-width: 18px;
}
.sidebar-nav a:hover,
.sidebar-nav a.active {
  color: var(--burgundy);
  background: #eeffe0;
  border-left-color: var(--rose-gold);
}
.sidebar-nav a:hover .nav-num,
.sidebar-nav a.active .nav-num {
  opacity: 1;
}

.sidebar-updated {
  padding: 16px 24px;
  border-top: 1px solid rgba(212, 163, 115, 0.15);
}
.sidebar-updated p {
  font-family: var(--font-body);
  font-size: 0.68rem;
  color: var(--text-light);
  letter-spacing: 0.08em;
}
.sidebar-updated strong {
  display: block;
  font-size: 0.78rem;
  color: var(--burgundy);
  margin-top: 4px;
}

/* ═══════════════════════════════════════════
       CONTENT AREA
    ═══════════════════════════════════════════ */
.content-area {
}

.policy-card {
  background: var(--white);
  border-radius: var(--radius-card);
  border: 1px solid rgba(212, 163, 115, 0.18);
  box-shadow: var(--shadow-luxury);
  padding: 52px 56px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}
.policy-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(
    180deg,
    var(--rose-gold),
    var(--soft-gold),
    transparent
  );
}
.policy-card:hover {
  box-shadow: 0 16px 64px rgba(74, 14, 26, 0.14);
  transform: translateY(-2px);
}

/* Section header */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.section-num {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: var(--rose-gold);
}
.section-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--rose-gold);
  opacity: 0.5;
}
.section-cat {
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-light);
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 500;
  color: var(--burgundy);
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 20px;
}
.section-title em {
  font-style: italic;
  color: var(--rose-gold);
}

.section-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}
.section-divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--rose-gold), transparent);
  opacity: 0.4;
  max-width: 80px;
}
.section-divider-diamond {
  width: 6px;
  height: 6px;
  background: var(--rose-gold);
  transform: rotate(45deg);
  opacity: 0.6;
}
.section-divider-thin {
  flex: 1;
  height: 1px;
  background: rgba(212, 163, 115, 0.15);
}

/* Body text */
.policy-body p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.9;
  color: var(--text-mid);
  margin-bottom: 18px;
}
.policy-body p:last-child {
  margin-bottom: 0;
}
.policy-body strong {
  font-weight: 600;
  color: var(--burgundy);
}

/* Luxury list */
.luxury-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}
.luxury-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--text-mid);
  padding: 10px 0;
  border-bottom: 1px solid rgba(212, 163, 115, 0.1);
}
.luxury-list li:last-child {
  border-bottom: none;
}
.luxury-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1.5px solid var(--rose-gold);
  transform: rotate(45deg);
  flex-shrink: 0;
  margin-top: 8px;
}

/* Info boxes */
.info-box {
  background: linear-gradient(
    135deg,
    rgba(249, 245, 240, 0.8),
    rgba(231, 194, 139, 0.1)
  );
  border: 1px solid rgba(212, 163, 115, 0.3);
  border-radius: 12px;
  padding: 24px 28px;
  margin: 24px 0;
}
.info-box-icon {
  font-size: 1.3rem;
  color: var(--rose-gold);
  margin-bottom: 10px;
}
.info-box p {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.75;
}
.info-box strong {
  color: var(--burgundy);
  font-weight: 600;
}

/* Glassmorphism feature cards */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 28px 0;
}
.feature-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 163, 115, 0.25);
  border-radius: 14px;
  padding: 24px 20px;
  text-align: center;
  transition: var(--transition);
}
.feature-card:hover {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 32px rgba(74, 14, 26, 0.1);
  transform: translateY(-3px);
}
.feature-card .fc-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--burgundy), var(--plum));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  color: var(--soft-gold);
  font-size: 1.1rem;
}
.feature-card h4 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--burgundy);
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.feature-card p {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--text-light);
  line-height: 1.6;
  margin: 0;
}

/* Table */
.luxury-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-family: var(--font-body);
}
.luxury-table th {
  background: linear-gradient(135deg, var(--burgundy), var(--plum));
  color: var(--soft-gold);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 14px 18px;
  text-align: left;
}
.luxury-table th:first-child {
  border-radius: 10px 0 0 0;
}
.luxury-table th:last-child {
  border-radius: 0 10px 0 0;
}
.luxury-table td {
  padding: 14px 18px;
  font-size: 0.85rem;
  color: var(--text-mid);
  border-bottom: 1px solid rgba(212, 163, 115, 0.12);
  line-height: 1.6;
}
.luxury-table tr:last-child td {
  border-bottom: none;
}
.luxury-table tr:nth-child(even) td {
  background: rgba(249, 245, 240, 0.5);
}

/* ═══════════════════════════════════════════
       CONTACT CARD
    ═══════════════════════════════════════════ */
.contact-card {
  background: linear-gradient(
    135deg,
    var(--burgundy) 0%,
    var(--plum) 60%,
    #1a0811 100%
  );
  border-radius: var(--radius-card);
  padding: 52px 56px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}
.contact-card::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(212, 163, 115, 0.18);
  border-radius: 50%;
}
.contact-card::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(212, 163, 115, 0.1);
  border-radius: 50%;
}
.contact-card .section-title {
  color: #fff;
}
.contact-card .section-num {
  color: var(--soft-gold);
}
.contact-card .section-cat {
  color: rgba(249, 245, 240, 0.5);
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 28px 0;
  position: relative;
  z-index: 1;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.contact-item-icon {
  width: 44px;
  height: 44px;
  background: rgb(115 212 115 / 15%);
  border: 1px solid rgba(212, 163, 115, 0.3);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #92ff9a;
  font-size: 1rem;
  flex-shrink: 0;
}
.contact-item-text label {
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #80cf82;
  display: block;
  margin-bottom: 4px;
}
.contact-item-text p {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.5;
}

/* ═══════════════════════════════════════════
       BOTTOM CTA
    ═══════════════════════════════════════════ */
.bottom-cta {
  background: linear-gradient(135deg, var(--plum), var(--burgundy));
  padding: 80px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.bottom-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='400' height='400' viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='200' cy='200' r='160' fill='none' stroke='%236f8f1f' stroke-width='0.5' opacity='0.2'/%3E%3Ccircle cx='200' cy='200' r='120' fill='none' stroke='%236f8f1f' stroke-width='0.5' opacity='0.15'/%3E%3Ccircle cx='200' cy='200' r='80' fill='none' stroke='%236f8f1f' stroke-width='0.5' opacity='0.1'/%3E%3C/svg%3E");
  background-size: 500px 500px;
  background-position: center;
  background-repeat: no-repeat;
}
.bottom-cta .cta-eyebrow {
  font-family: var(--font-body);
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--rose-gold);
  margin-bottom: 16px;
}
.bottom-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 300;
  color: #2a5b00;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}
.bottom-cta h2 em {
  font-style: italic;
  color: var(--soft-gold);
}
.bottom-cta p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 300;
  color: rgba(249, 245, 240, 0.65);
  max-width: 480px;
  margin: 0 auto 36px;
  line-height: 1.8;
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--rose-gold);
  color: var(--plum);
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 15px 36px;
  border-radius: 50px;
  text-decoration: none;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.btn-cta-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}
.btn-cta-primary:hover::before {
  left: 100%;
}
.btn-cta-primary:hover {
  background: var(--soft-gold);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.btn-cta-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #2a5b00;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 14px 36px;
  border-radius: 50px;
  border: 1px solid rgba(212, 163, 115, 0.5);
  text-decoration: none;
  transition: var(--transition);
}
.btn-cta-outline:hover {
  border-color: var(--rose-gold);
  color: var(--rose-gold);
  transform: translateY(-2px);
}

/* ═══════════════════════════════════════════
       FOOTER STRIP
    ═══════════════════════════════════════════ */
.footer-strip {
  background: var(--plum);
  padding: 28px 24px;
  text-align: center;
  border-top: 1px solid rgba(212, 163, 115, 0.15);
}
.footer-strip p {
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: rgba(249, 245, 240, 0.35);
}
.footer-strip a {
  color: var(--rose-gold);
  text-decoration: none;
}

/* ═══════════════════════════════════════════
       SCROLL TO TOP
    ═══════════════════════════════════════════ */
#scrollTop {
  position: fixed;
  bottom: 36px;
  right: 36px;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--burgundy), var(--plum));
  border: 1px solid rgba(212, 163, 115, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--soft-gold);
  font-size: 1.1rem;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
  z-index: 999;
  box-shadow: 0 4px 20px rgba(74, 14, 26, 0.3);
}
#scrollTop.visible {
  opacity: 1;
  pointer-events: auto;
}
#scrollTop:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(74, 14, 26, 0.4);
}

/* ═══════════════════════════════════════════
       MOBILE NAV ACCORDION
    ═══════════════════════════════════════════ */
.mobile-nav-toggle {
  display: none;
  background: linear-gradient(135deg, var(--burgundy), var(--plum));
  color: #2a5b00;
  border: none;
  width: 100%;
  padding: 16px 20px;
  text-align: left;
  font-family: var(--font-body);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}
.mobile-nav-panel {
  background: var(--white);
  border-radius: 12px;
  border: 1px solid rgba(212, 163, 115, 0.2);
  overflow: hidden;
  margin-bottom: 24px;
  display: none;
}
.mobile-nav-panel.open {
  display: block;
}
.mobile-nav-panel a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--text-mid);
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 163, 115, 0.1);
  transition: var(--transition);
}
.mobile-nav-panel a:last-child {
  border-bottom: none;
}
.mobile-nav-panel a:hover {
  background: #2a5b00;
  color: var(--burgundy);
}
.mobile-nav-panel a span {
  font-family: var(--font-display);
  font-size: 0.7rem;
  color: var(--rose-gold);
}

/* ═══════════════════════════════════════════
       RESPONSIVE
    ═══════════════════════════════════════════ */
@media (max-width: 991px) {
  .main-layout {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 40px 16px 60px;
    display: block;
  }
  .sidebar {
    display: none;
  }
  .mobile-nav-toggle {
    display: flex;
  }
  .trust-badge {
    padding: 16px 20px;
  }
  .trust-badge .badge-text small {
    display: none;
  }
  .policy-card {
    padding: 36px 28px;
  }
  .contact-card {
    padding: 36px 28px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
}

/* ═══════════════════════════════════════════
       INTRO SECTION SPECIAL
    ═══════════════════════════════════════════ */
.intro-card {
}
.last-updated-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 163, 115, 0.12);
  border: 1px solid rgba(212, 163, 115, 0.3);
  border-radius: 50px;
  padding: 8px 18px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--text-mid);
  margin-bottom: 28px;
}
.last-updated-badge i {
  color: var(--rose-gold);
}

/* ==============================Product Details====================================== */

/* ===== Gallery ===== */
.gallery-wrap {
  position: sticky;
  top: 90px;
}
.main-image-box {
  position: relative;
  border-radius: var(--r-card);
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  aspect-ratio: 1/1;
  cursor: zoom-in;
}
.main-image-box img {
  width: 100%;
  object-fit: contain;
  transition:
    opacity 0.25s ease,
    transform 0.3s ease;
}
.main-image-box.zoomed img {
  transform: scale(1.6);
  transition: transform 0.1s ease-out;
}

.expand-hint {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 6;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border);
  border-radius: 999px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-dark);
  box-shadow: var(--shadow-soft);
  transition: all 0.2s ease;
  pointer-events: none;
}
.main-image-box:hover .expand-hint {
  background: #045805;
  color: #fff;
}

/* ===== Lightbox ===== */
.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, 0.92);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
}
.lightbox-overlay.show {
  opacity: 1;
  visibility: visible;
}
.lightbox-stage {
  position: relative;
  width: min(92vw, 1100px);
  height: min(86vh, 900px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: var(--r-card);
  background: #fff;
}
.lightbox-stage img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  cursor: zoom-in;
  transition: transform 0.25s ease;
}
.lightbox-stage.zoomed img {
  cursor: zoom-out;
}
.lightbox-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.2s ease;
  z-index: 20;
  backdrop-filter: blur(4px);
}
.lightbox-close:hover {
  background: #fff;
  color: var(--primary-dark);
  border-color: #fff;
}
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  transition: all 0.2s ease;
  z-index: 20;
  backdrop-filter: blur(4px);
}
.lightbox-nav:hover {
  background: #fff;
  color: var(--primary-dark);
  border-color: #fff;
}
.lightbox-nav.prev {
  left: 14px;
}
.lightbox-nav.next {
  right: 14px;
}
@media (max-width: 991.98px) {
  .lightbox-counter {
    bottom: -30px;
  }
}
.lightbox-counter {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.lightbox-thumbs {
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
@media (max-width: 991.98px) {
  .lightbox-thumbs {
    display: none;
  }
  .lightbox-counter {
    bottom: -30px;
  }
}
.lightbox-thumbs .thumb-item {
  width: 50px;
  height: 50px;
}
.zoom-lens {
  position: absolute;
  border: 2px solid #045805;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  pointer-events: none;
  display: none;
  backdrop-filter: blur(0px);
}
.zoom-result {
  position: absolute;
  top: 0;
  left: calc(100% + 16px);
  width: 100%;
  height: 100%;
  border: 1px solid var(--border);
  border-radius: var(--r-card);
  background: #fff;
  box-shadow: var(--shadow-soft);
  display: none;
  overflow: hidden;
  z-index: 50;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .zoom-result {
    display: none !important;
  }
}

.gallery-badges {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  gap: 8px;
  z-index: 5;
}
.badge-premium {
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 7px 14px;
  border-radius: 999px;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 6px 16px -4px rgba(0, 0, 0, 0.25);
}
.badge-bestseller {
  background: linear-gradient(135deg, #198754, #22c55e);
}
.badge-new {
  background: linear-gradient(135deg, #0ea5e9, #38bdf8);
}
.badge-limited {
  background: linear-gradient(135deg, #f97316, #fb923c);
}

.gallery-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-dark);
  font-size: 1.1rem;
  transition: all 0.2s ease;
}
.gallery-nav-btn:hover {
  background: #045805;
  color: #fff;
  transform: translateY(-50%) scale(1.08);
}
.gallery-nav-prev {
  left: 14px;
}
.gallery-nav-next {
  right: 14px;
}

.thumb-rail {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.thumb-rail.vertical {
  flex-direction: column;
  max-height: 560px;
  overflow-y: auto;
  padding-right: 4px;
}
.thumb-rail.vertical::-webkit-scrollbar {
  width: 4px;
}
.thumb-rail.vertical::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 4px;
}
.thumb-item {
  flex: 0 0 auto;
  width: 74px;
  height: 74px;
  border-radius: 12px;
  border: 2px solid var(--border);
  background: #fff;
  padding: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  overflow: hidden;
}
.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.thumb-item:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
}
.thumb-item.active {
  border-color: #045805;
  box-shadow: 0 0 0 3px var(--primary-light);
}
.thumb-rail.horizontal {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 4px;
}
.thumb-rail.horizontal .thumb-item {
  scroll-snap-align: start;
}
.thumb-rail.horizontal::-webkit-scrollbar {
  height: 0;
}

/* ===== Layout columns ===== */
.gallery-col {
  order: 1;
}
.info-col {
  order: 2;
}
@media (min-width: 992px) {
  .gallery-layout {
    display: flex;
    gap: 16px;
  }
  .gallery-layout .thumb-rail.vertical {
    order: 1;
  }
  .gallery-layout .main-stage {
    order: 2;
    flex: 1;
  }
}
@media (max-width: 991.98px) {
  .gallery-wrap {
    position: static;
  }
  .thumb-rail.vertical {
    display: none !important;
  }
  .thumb-rail.horizontal {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .thumb-rail.horizontal {
    display: none !important;
  }
}

/* ===== Product info ===== */
.share-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  transition: all 0.2s ease;
  background: #fff;
  margin-right: 10px;
}
.share-btn:hover {
  background: #045805;
  color: #fff;
  border-color: #045805;
  transform: translateY(-2px);
}
.stock-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--primary-light);
  color: var(--primary-dark);
  font-weight: 600;
  font-size: 0.8rem;
  padding: 5px 12px;
  border-radius: 999px;
}
.sku-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f9fafb;
  border: 1px solid var(--border);
  color: var(--muted);
  font-weight: 600;
  font-size: 0.8rem;
  padding: 5px 12px;
  border-radius: 999px;
}
.star-rating {
  color: #f59e0b;
  letter-spacing: 2px;
  font-size: 11px;
  margin-right: 10px;
}
.sticky-summary h5 {
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 0;
}
/* ===== Price section ===== */
.price-box {
  background: linear-gradient(135deg, var(--primary-light), #fff);
  border: 1px solid var(--border);
  border-radius: var(--r-section);
  padding: 20px;
}
.price-current {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--primary-dark);
  font-size: 2.4rem;
  line-height: 1;
}
.price-old {
  color: var(--muted);
  text-decoration: line-through;
  font-size: 1.1rem;
}
.discount-chip {
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 4px 10px;
  border-radius: 8px;
}
.reward-row {
  font-size: 0.85rem;
  color: var(--muted);
}
.wholesale-chip {
  background: #fff;
  border: 1px dashed #045805;
  color: var(--primary-dark);
  font-weight: 600;
  font-size: 0.78rem;
  padding: 6px 12px;
  border-radius: 10px;
}

/* ===== BUY MORE & SAVE — hero conversion section ===== */
.buymore-section {
  border-radius: var(--r-section);
  background: linear-gradient(
    160deg,
    #0f3d26 0%,
    #045805 55%,
    var(--primary-dark) 100%
  );
  padding: 26px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lift);
}
.buymore-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 85% -10%,
    rgba(255, 255, 255, 0.18),
    transparent 55%
  );
  pointer-events: none;
}
.buymore-title {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.buymore-title .bi {
  font-size: 1.4rem;
  color: var(--accent);
}
.buymore-sub {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.85rem;
}

.tier-track {
  display: flex;
  gap: 14px;
  margin-top: 18px;
}
@media (max-width: 767.98px) {
  .tier-track {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 6px;
    margin-left: -4px;
    margin-right: -4px;
  }
  .tier-track::-webkit-scrollbar {
    height: 0;
  }
  .tier-card {
    scroll-snap-align: start;
    min-width: 78%;
  }
}
.tier-card {
  flex: 1;
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 18px 16px;
  position: relative;
  backdrop-filter: blur(6px);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  min-width: 0;
}
.tier-card:hover {
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-3px);
}
.tier-card.active {
  background: #fff;
  border-color: #fff;
  transform: scale(1.04) translateY(-4px);
  box-shadow: 0 20px 45px -12px rgba(0, 0, 0, 0.35);
}
.tier-card.active .tier-range,
.tier-card.active .tier-price {
  color: var(--primary-dark);
}
.tier-card.active .tier-each {
  color: var(--muted);
}
.tier-range {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 6px;
}
.tier-price {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1;
}
.tier-each {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8rem;
}
.tier-tag {
  position: absolute;
  top: -10px;
  right: 14px;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.tier-tag.save {
  background: var(--accent);
}
.tier-tag.best {
  background: #f59e0b;
}
.tier-check {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #045805;
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
.tier-card.active .tier-check {
  display: flex;
}

.savings-strip {
  margin-top: 18px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 14px;
  padding: 16px 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
.savings-item .label {
  font-size: 0.72rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.savings-item .val {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--text);
}
.savings-item .val.green {
  color: #045805;
}
.savings-item .val.strike {
  text-decoration: line-through;
  color: var(--muted);
  font-size: 1.05rem;
}
.savings-badge {
  background: #045805;
  color: #fff;
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.unlock-msg {
  margin-top: 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 12px 16px;
  color: #fff;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.35s ease;
}
.unlock-msg.success {
  background: var(--accent);
  border-color: var(--accent);
  font-weight: 600;
}
.unlock-msg .bi {
  font-size: 1.1rem;
}

/* ===== Quantity selector ===== */
.qty-selector {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid var(--border);
  border-radius: var(--r-btn);
  overflow: hidden;
  background: #fff;
  margin: 0 20px;
}
.qty-btn {
  width: 44px;
  height: 44px;
  border: none;
  background: #fff;
  color: var(--primary-dark);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}
.qty-btn:hover {
  background: var(--primary-light);
}
.qty-input {
  width: 60px;
  text-align: center;
  border: none;
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
  height: 44px;
  font-weight: 700;
  font-size: 1rem;
  color: var(--text);
}
.qty-input:focus {
  outline: none;
}

/* ===== Action buttons ===== */
.btn-premium {
  border-radius: var(--r-btn);
  font-weight: 700;
  padding: 13px 24px;
  border: none;
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease;
  font-size: 0.95rem;
  margin-right: 15px;
}
.btn-add-cart {
  background: #045805;
  color: #fff;
  box-shadow: 0 12px 24px -8px rgba(25, 135, 84, 0.45);
}
.btn-add-cart:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  color: #fff;
}
.btn-buy-now {
  background: #fff;
  color: var(--primary-dark);
  border: 1.5px solid #045805;
}
.btn-buy-now:hover {
  background: var(--primary-light);
  transform: translateY(-2px);
}
.btn-icon-outline {
  width: 48px;
  height: 48px;
  border-radius: var(--r-btn);
  border: 1.5px solid var(--border);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  transition: all 0.2s ease;
}
.btn-icon-outline:hover {
  border-color: #045805;
  color: #045805;
  transform: translateY(-2px);
}

.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transform: scale(0);
  animation: ripple-anim 0.6s linear;
  pointer-events: none;
}
@keyframes ripple-anim {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

/* ===== Benefits ===== */
.benefit-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px;
  text-align: center;
  height: 100%;
  transition: all 0.25s ease;
  background: #fff;
}
.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
  border-color: var(--accent);
}
.benefit-card .bi {
  font-size: 1.7rem;
  color: #045805;
  margin-bottom: 8px;
}

/* ===== Tabs ===== */
.nav-tabs-premium {
  border-bottom: 1px solid var(--border);
  gap: 6px;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.nav-tabs-premium::-webkit-scrollbar {
  height: 0;
}
.nav-tabs-premium .nav-link {
  border: none;
  border-radius: var(--r-btn) var(--r-btn) 0 0;
  color: var(--muted);
  font-weight: 600;
  padding: 12px 18px;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.nav-tabs-premium .nav-link.active {
  color: var(--primary-dark);
  background: var(--primary-light);
  border-bottom: 3px solid var(--primary);
}
.nav-tabs-premium .nav-link:hover {
  color: var(--primary);
}

.spec-table th {
  width: 35%;
  background: var(--primary-light);
  color: var(--primary-dark);
  font-weight: 700;
}
.spec-table td,
.spec-table th {
  padding: 14px 16px;
  border-color: var(--border);
}

.feature-tile {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  height: 100%;
  transition: all 0.25s ease;
}
.feature-tile:hover {
  box-shadow: var(--shadow-soft);
  transform: translateY(-4px);
  border-color: var(--primary);
}
.feature-tile .bi {
  font-size: 1.6rem;
  color: var(--primary);
  margin-bottom: 10px;
}

/* ===== Reviews ===== */
.rating-bar {
  height: 8px;
  border-radius: 99px;
  background: var(--border);
  overflow: hidden;
}
.rating-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: 99px;
}
.review-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px;
  transition: all 0.2s ease;
}
.review-card:hover {
  box-shadow: var(--shadow-soft);
}
.verified-badge {
  background: var(--primary-light);
  color: var(--primary-dark);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.spec-table th {
  width: 35%;
  background: var(--primary-light);
  color: var(--primary-dark);
  font-weight: 700;
}
.spec-table td,
.spec-table th {
  padding: 14px 16px;
  border-color: var(--border);
}

.feature-tile {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  height: 100%;
  transition: all 0.25s ease;
}
.feature-tile:hover {
  box-shadow: var(--shadow-soft);
  transform: translateY(-4px);
  border-color: #045805;
}
.feature-tile .bi {
  font-size: 1.6rem;
  color: #045805;
  margin-bottom: 10px;
}

/* ===== Reviews ===== */
.rating-bar {
  height: 8px;
  border-radius: 99px;
  background: var(--border);
  overflow: hidden;
}
.rating-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #045805, var(--accent));
  border-radius: 99px;
}
.review-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px;
  transition: all 0.2s ease;
}
.review-card:hover {
  box-shadow: var(--shadow-soft);
}
.verified-badge {
  background: var(--primary-light);
  color: var(--primary-dark);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

/* ===== Related / Recently Viewed Cards ===== */
.product-card {
  border: 1px solid var(--border);
  border-radius: var(--r-card);
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease;
  background: #fff;
  position: relative;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-soft);
  border-color: var(--accent);
}
.product-card .img-wrap {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f9fafb;
}
.product-card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
  transition: transform 0.4s ease;
}
.product-card:hover .img-wrap img {
  transform: scale(1.08);
}
.product-card .quick-actions {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transition: all 0.25s ease;
  transform: translateX(8px);
}
.product-card:hover .quick-actions {
  opacity: 1;
  transform: translateX(0);
}
.qa-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-dark);
  box-shadow: var(--shadow-soft);
}
.qa-btn:hover {
  background: #045805;
  color: #fff;
}

/* ===== Floating elements ===== */
.floating-stack {
  position: fixed;
  right: 20px;
  bottom: 96px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1040;
}
@media (min-width: 992px) {
  .floating-stack {
    bottom: 24px;
  }
}
.fab {
  width: 52px !important;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #fff;
  box-shadow: var(--shadow-soft);
  transition: all 0.2s ease;
  border: none;
}
.fab:hover {
  transform: translateY(-3px) scale(1.05);
}
.fab-whatsapp {
  background: #25d366;
}
.fab-top {
  background: var(--text);
  opacity: 0;
  pointer-events: none;
}
.fab-top.show {
  opacity: 1;
  pointer-events: auto;
}
.fab-inquiry {
  background: #045805;
}

/* ===== Mobile sticky bar ===== */
.mobile-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid var(--border);
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1030;
  box-shadow: 0 -8px 24px -8px rgba(0, 0, 0, 0.08);
}
@media (min-width: 992px) {
  .mobile-sticky-bar {
    display: none;
  }
}
.mobile-sticky-bar .price {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--primary-dark);
  font-size: 1.1rem;
  white-space: nowrap;
}

/* ===== Sticky desktop summary ===== */
@media (min-width: 992px) {
  .sticky-summary {
    position: sticky;
    top: 90px;
  }
}

/* ===== Misc ===== */
.section-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 2.5rem 0;
}
.text-muted-soft {
  color: var(--muted);
}
.eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #045805;
}
.scroll-x-cards {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
}
.scroll-x-cards::-webkit-scrollbar {
  height: 6px;
}
.scroll-x-cards::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 4px;
}
.scroll-x-cards .scroll-item {
  flex: 0 0 220px;
  scroll-snap-align: start;
}

@keyframes pulseGlow {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(34, 197, 94, 0);
  }
}
.pulse-once {
  animation: pulseGlow 1.2s ease-out 1;
}

.skip-link {
  position: absolute;
  left: -9999px;
}
.skip-link:focus {
  left: 8px;
  top: 8px;
  background: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  z-index: 2000;
}
/* ===================================tabs================================ */
/* Product Tabs */
.product-tabs {
  width: 100%;
  margin: 30px auto;
  font-family: "Poppins", sans-serif;
}

/* Tab Navigation */
.tabs-nav {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 2px solid #e5e7eb;
}

.tabs-nav li {
  margin: 0;
}

.tabs-nav li a {
  display: block;
  padding: 16px 28px;
  text-decoration: none;
  color: #4b5563;
  font-size: 15px;
  font-weight: 600;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-bottom: none;
  transition: all 0.3s ease;
}

.tabs-nav li a:hover {
  background: #739233;
  color: #fff;
}

/* Active Tab */
.tabs-nav .tab-active a {
  background: #045805;
  color: #fff;
  border-color: #045805;
}

/* Content Area */
.tabs-stage {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0 0 12px 12px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Headings */
.tab-content h3 {
  margin-top: 0;
  color: #15803d;
  font-size: 24px;
  margin-bottom: 15px;
}

/* Paragraph */
.tab-content p {
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* Feature List */
.tab-content ul {
  padding-left: 20px;
}

.tab-content ul li {
  margin-bottom: 10px;
  color: #374151;
  font-size: 14px;
}

/* Additional Info Table */
.product-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 10px;
}

.product-table th {
  width: 220px;
  background: #dcfce7;
  color: #166534;
  font-weight: 600;
}

.product-table th,
.product-table td {
  border: 1px solid #d1fae5;
  padding: 14px;
  text-align: left;
}

/* Reviews */
.review-box {
  padding: 20px;
  margin-bottom: 15px;
  background: #f0fdf4;
  border-left: 4px solid #16a34a;
  border-radius: 8px;
}

.review-box strong {
  display: block;
  color: #166534;
  margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .tabs-nav {
    flex-direction: column;
    border-bottom: none;
  }

  .tabs-nav li {
    width: 100%;
  }

  .tabs-nav li a {
    width: 100%;
    border-bottom: 1px solid #e5e7eb;
    border-radius: 0;
    text-align: left;
    padding: 15px 20px;
  }

  .tabs-stage {
    padding: 20px;
  }

  .product-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .tab-content h3 {
    font-size: 20px;
  }
}
