:root {
  --ze-green-dark: #2f6f4f;
  --ze-green-soft: #3f8a62;
  --ze-green-bg: #eef6f1;
  --ze-bg: #eff4ee;
  --ze-surface: #ffffff;
  --ze-soft: #f6f9f5;
  --ze-text: #1f2a24;
  --ze-muted: rgba(31, 42, 36, 0.72);
  --ze-brand: #2f6f4f;
  --ze-brand-2: #3f8a62;
  --ze-accent: #1b57d7;
  --ze-border: rgba(31, 42, 36, 0.1);
  --ze-shadow: 0 12px 34px rgba(0, 0, 0, 0.08);
  --ze-shadow-soft: 0 10px 26px rgba(0, 0, 0, 0.06);
  --ze-radius: 10px;
  --ze-radius-lg: 10px;
  --ze-green-mid: #3f8a62;
  --ze-green-deep: #24583e;
  --ze-green-dark: #2f6f4f;
  --ze-green-deep: #24583e;
  --ze-surface: #ffffff;
  --ze-text: #1f2a24;
  --ze-muted: rgba(31, 42, 36, 0.7);
  --ze-border: rgba(255, 255, 255, 0.14);
  --ze-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
  --ze-shadow-soft: 0 10px 26px rgba(0, 0, 0, 0.14);
  --body-bg-color: #ffffff;
  --t4-modal-bg: #ffffff;
}
body {
  background: radial-gradient(
    1200px 800px at 20% 0,
    #f7fbf7 0,
    var(--ze-bg) 45%,
    #edf3ed 100%
  );
  color: var(--ze-text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.ec-band {
  padding: 0;
}
.ec-band--soft {
  background: #f6f9f5;
}
.ec-band--hero {
  background:
    radial-gradient(
      900px 500px at 10% 10%,
      rgba(47, 111, 79, 0.14) 0,
      rgba(47, 111, 79, 0) 55%
    ),
    radial-gradient(
      900px 500px at 90% 20%,
      rgba(27, 87, 215, 0.1) 0,
      rgba(27, 87, 215, 0) 55%
    ),
    linear-gradient(180deg, #eef5ee 0, #fff 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.ec-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}
.ec-section-head h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
}
.ec-section-head p {
  font-size: 16px;
  opacity: 0.85;
}
.ec-hero-title {
  font-size: clamp(30px, 3.1vw, 46px);
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.15;
  letter-spacing: -0.4px;
}
.ec-hero-desc {
  font-size: 17px;
  opacity: 0.9;
  margin-bottom: 22px;
  line-height: 1.55;
  color: var(--ze-muted);
}
.ec-hero-meta span {
  display: inline-block;
  font-size: 14px;
  opacity: 0.85;
  background: rgba(47, 111, 79, 0.08);
  border: 1px solid rgba(47, 111, 79, 0.16);
  padding: 8px 10px;
  border-radius: 999px;
  font-weight: 600;
  color: rgba(31, 42, 36, 0.85);
  margin: 6px 8px 0 0;
}
.ec-card {
  background: var(--ze-surface);
  border-radius: var(--ze-radius);
  padding: 28px;
  height: 100%;
  box-shadow: var(--ze-shadow-soft);
  border: 1px solid rgba(31, 42, 36, 0.08);
}
.ec-card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: -0.2px;
}
.ec-card-desc {
  font-size: 15px;
  opacity: 0.85;
}
.ec-feature-box {
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  text-align: center;
  height: 100%;
}
.ec-feature-box .ec-icon {
  font-size: 36px;
  margin-bottom: 16px;
}
.ec-tile {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  border: 1px solid rgba(31, 42, 36, 0.08);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
}
.ec-tile:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.ec-tile-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  letter-spacing: -0.2px;
}
.ec-tile-desc {
  font-size: 14px;
  opacity: 0.85;
  color: var(--ze-muted);
}
.ec-cta {
  background:
    radial-gradient(
      900px 260px at 0 0,
      rgba(47, 111, 79, 0.1) 0,
      rgba(47, 111, 79, 0) 60%
    ),
    #fff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: var(--ze-shadow);
  border: 1px solid rgba(31, 42, 36, 0.08);
}
.ec-cta-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.ec-cta-desc {
  font-size: 16px;
  opacity: 0.9;
}
.ec-link {
  font-weight: 600;
  text-decoration: none;
  color: var(--ze-brand);
}
.ec-link:hover {
  text-decoration: underline;
  color: var(--ze-brand-2);
}
.vmproduct.product-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
  padding: 0;
  list-style: none;
}
.vm-product-item {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.vm-product-item img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.addtocart-button {
  border-radius: 10px;
  font-weight: 600;
}
a,
a:hover {
  text-decoration: none;
}
#t4-header .navbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
#t4-header .nav-link {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.1px;
  opacity: 0.92;
}
#t4-header .nav-link:hover {
  opacity: 1;
}
#t4-header .nav-link::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -6px;
  height: 2px;
  background: linear-gradient(90deg, var(--ze-brand), var(--ze-brand-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.18s;
  border-radius: 2px;
  opacity: 0.9;
}
#t4-header .nav-item.active > .nav-link::after,
#t4-header .nav-link:hover::after {
  transform: scaleX(1);
}
@media (max-width: 768px) {
  .ec-hero-title {
    font-size: 34px;
  }
  .ec-band {
    padding: 22px 0;
  }
}
.ec-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(47, 111, 79, 0.1);
  border: 1px solid rgba(47, 111, 79, 0.18);
  color: rgba(31, 42, 36, 0.85);
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 14px;
}
.btn.btn-primary {
  background: linear-gradient(180deg, var(--ze-accent), #1348b5);
  border: 0;
  box-shadow: 0 10px 22px rgba(27, 87, 215, 0.18);
}
.btn.btn-primary:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}
.btn.btn-outline-secondary {
  border-color: rgba(31, 42, 36, 0.18);
}
.btn.btn-outline-secondary:hover {
  background: rgba(31, 42, 36, 0.06);
  border-color: rgba(31, 42, 36, 0.22);
}
.ec-card:hover,
.ec-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--ze-shadow);
  border-color: rgba(31, 42, 36, 0.12);
}
.ec-card--hero {
  border-radius: var(--ze-radius-lg);
  background:
    radial-gradient(
      500px 240px at 80% 0,
      rgba(47, 111, 79, 0.12) 0,
      rgba(47, 111, 79, 0) 60%
    ),
    #fff;
}
.ec-links {
  list-style: none;
  padding-left: 0;
  margin: 14px 0 12px;
}
.ec-links li {
  margin: 8px 0;
}
.ec-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(31, 42, 36, 0.92);
  font-weight: 600;
}
.ec-links a::before {
  content: "→";
  color: var(--ze-brand);
  font-weight: 900;
  opacity: 0.9;
}
.ec-links a:hover {
  color: var(--ze-brand);
  text-decoration: underline;
}
.ec-note {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(47, 111, 79, 0.07);
  border: 1px solid rgba(47, 111, 79, 0.14);
  color: rgba(31, 42, 36, 0.8);
  font-size: 14px;
  line-height: 1.5;
}
.ec-card--product {
  display: block;
  cursor: pointer;
  transition:
    transform 0.18s,
    box-shadow 0.18s,
    border-color 0.18s;
  position: relative;
  overflow: hidden;
}
.ec-card--product::after {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(
    500px 220px at 10% 0,
    rgba(27, 87, 215, 0.1) 0,
    rgba(27, 87, 215, 0) 60%
  );
  opacity: 0.9;
  pointer-events: none;
}
.ec-card--product .ec-card-desc,
.ec-card--product .ec-card-title {
  position: relative;
  z-index: 1;
}
.ec-card-desc,
.ec-section-head p {
  color: var(--ze-muted);
}
#t4-header,
#t4-header .dropdown-item,
#t4-header .dropdown-menu,
#t4-header .nav,
#t4-header .nav-link {
  font-family:
    "Public Sans",
    Karla,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Arial,
    sans-serif !important;
}
#t4-header .header-block.header-block-2 {
  background: #fff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06) !important;
}
#t4-header .header-wrap {
  min-height: 74px !important;
  padding: 8px 0 !important;
  align-items: center !important;
  overflow: visible !important;
}
#t4-header .navbar-brand.logo-image .logo-img {
  height: 85px !important;
  width: auto !important;
  max-width: 240px !important;
  object-fit: contain;
  display: block;
  max-height: none !important;
  transition: transform 0.2s ease;
}
#t4-header .navbar-brand.logo-image:hover .logo-img {
  transform: scale(1.04);
}
#t4-header .nav.navbar-nav.level0 > .nav-item > .nav-link {
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.15px !important;
  padding: 10px 12px !important;
  line-height: 1.25 !important;
  color: #1f2a24 !important;
  opacity: 0.95;
}
#t4-header .nav.navbar-nav.level0 > .nav-item > .nav-link:hover {
  opacity: 1;
  color: #2f6f4f !important;
}
#t4-header .nav-item.active > .nav-link,
#t4-header .nav-item.current > .nav-link {
  opacity: 1;
  color: #2f6f4f !important;
  box-shadow: inset 0 -2.5px 0 rgba(47, 111, 79, 0.85);
}
#t4-header .dropdown-menu {
  border-radius: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 8px !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12) !important;
}
#t4-header .dropdown-item {
  border-radius: 10px !important;
  padding: 9px 12px !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  color: #1f2a24 !important;
  white-space: normal !important;
  line-height: 1.3 !important;
}
#t4-header .dropdown-item:hover {
  background: rgba(47, 111, 79, 0.1) !important;
  color: #2f6f4f !important;
}

/* Sidebar Active Category Green Theme Override */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.list-group-item-action.active,
.list-group-item-action.active:hover,
.list-group-item-action.active:focus {
  background-color: #2f6f4f !important;
  border-color: #2f6f4f !important;
  color: #ffffff !important;
}
#t4-header #triggerButton.t4-offcanvas-toggle,
#t4-header .navbar-toggler {
  border-radius: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  background: #fff !important;
  padding: 10px 12px !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08) !important;
}
#t4-header #triggerButton .toggle-bars,
#t4-header .navbar-toggler .toggle-bars {
  color: #1f2a24 !important;
  opacity: 0.9;
}
@media (min-width: 992px) {
  #t4-header .nav.navbar-nav.level0 {
    gap: 4px;
    align-items: center;
  }
}
#t4-header .navbar-brand.logo-image {
  overflow: visible !important;
  position: relative;
  top: -4px;
}
#t4-header {
  position: relative;
  z-index: 1000;
}
#t4-hero {
  position: relative;
  z-index: 1;
  padding-top: 4px;
  background: linear-gradient(
    180deg,
    var(--ze-green-deep) 0,
    var(--ze-green-mid) 80%
  ) !important;
}
#t4-hero .ec-band--hero {
  padding-top: 64px;
  padding-bottom: 72px;
}
#t4-hero .ec-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
#t4-hero .btn.btn-lg {
  padding: 12px 18px;
  font-size: 15px;
  border-radius: 10px;
}
#t4-hero .btn.btn-primary {
  box-shadow: 0 8px 16px rgba(27, 87, 215, 0.14) !important;
}
#t4-hero .btn.btn-outline-secondary {
  border-color: rgba(31, 42, 36, 0.18) !important;
  color: rgba(31, 42, 36, 0.88) !important;
}
#t4-hero .btn.btn-outline-secondary:hover {
  background: rgba(31, 42, 36, 0.06) !important;
}
#t4-topbar {
  background: #fff !important;
  color: #046601 !important;
  min-height: auto !important;
  padding: 6px 0 !important;
  overflow: visible !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  border-bottom: 1px solid #e8e8e8 !important;
  position: relative !important;
  z-index: 1030 !important;
}
#t4-topbar a,
#t4-topbar i,
#t4-topbar span {
  color: #046601 !important;
  opacity: 1;
}
#t4-hero .ec-band--hero::before {
  content: "";
  inset: 0;
  pointer-events: none;
}
#t4-hero .ec-hero {
  position: relative;
  z-index: 1;
}
#t4-hero .ec-hero-title {
  color: var(--ze-green-dark);
}
#t4-hero .btn.btn-primary.btn-lg {
  background: rgba(47, 111, 79, 0.8) !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2) !important;
  border-radius: 14px;
  padding: 12px 18px;
}
#t4-hero .btn.btn-primary.btn-lg:hover {
  background: rgba(47, 111, 79, 0.5) !important;
}
#t4-hero .btn.btn-outline-secondary.btn-lg {
  background: rgba(47, 111, 79, 0.8) !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2) !important;
  border-radius: 10px;
  padding: 12px 18px;
}
#t4-hero .btn.btn-outline-secondary.btn-lg:hover {
  background: rgba(47, 111, 79, 0.5) !important;
}
#t4-hero .ec-card.ec-card--hero {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}
#t4-hero .ec-card--hero .ec-links a {
  color: #1f2a24;
  font-weight: 700;
}
#t4-hero .ec-card--hero .ec-links a:hover {
  color: var(--ze-green-dark);
  text-decoration: underline;
}
#t4-topbar,
#t4-topbar .topbar-wrap {
  font-size: 13px !important;
  line-height: 1.4 !important;
}
#t4-topbar a:hover {
  text-decoration: underline;
}
#t4-topbar i {
  font-size: 12px !important;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .ec-hero-meta span {
    display: inline-flex;
  }
  .ec-card,
  .ec-tile {
    padding: 22px;
  }
  .btn.btn-lg {
    padding: 12px 16px;
  }
  #t4-header .navbar-brand.logo-image .logo-img {
    height: 62px !important;
  }
  #t4-header .navbar-brand.logo-image {
    top: 0;
  }
  #t4-header .header-wrap {
    min-height: 68px !important;
  }
  #t4-hero {
    padding-top: 14px;
  }
  #t4-hero .ec-hero-actions {
    gap: 10px;
  }
  #t4-hero .ec-band--hero {
    padding-top: 42px;
    padding-bottom: 52px;
  }
  #t4-hero .ec-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }
  #t4-topbar {
    min-height: 30px !important;
    padding: 3px 0 !important;
  }
  #t4-topbar,
  #t4-topbar .topbar-wrap {
    font-size: 12px !important;
  }
}
#t4-section-1 {
  background: linear-gradient(180deg, #f4f8f5 0, #fff 100%) !important;
}
#t4-section-1 .ec-section-head h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
#t4-section-1 .ec-section-head p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
}
#t4-section-1 .ec-tile {
  border-radius: 10px;
  padding: 36px 28px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    background 0.25s;
  position: relative;
  overflow: hidden;
}
#t4-section-1 .ec-tile::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(
    180deg,
    var(--ze-green-deep),
    var(--ze-green-mid)
  );
  opacity: 0.75;
}
#t4-section-1 .ec-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}
#t4-section-1 .ec-tile-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #1f2d27;
}
#t4-section-1 .ec-tile-desc {
  font-size: 14.5px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.45;
}
@media (max-width: 768px) {
  #t4-section-1 .ec-tile {
    padding: 28px 22px;
  }
}
#t4-section-1 .t4-mod-wrap.top-large {
  padding-top: 48px !important;
}
#t4-section-1 .t4-mod-wrap.bottom-large {
  padding-bottom: 56px !important;
}
#t4-section-1 .color-dark-active {
  color: inherit !important;
}
#t4-section-1,
#t4-section-1 a,
#t4-section-1 p {
  color: #1f2d27 !important;
}
#t4-section-1 a:hover {
  color: var(--ze-green-dark) !important;
}
#t4-section-1 .t4-mod-wrap {
  background: 0 0 !important;
}
#t4-section-2 .color-dark-active {
  color: inherit !important;
}
#t4-section-2 .ec-section-head h2 {
  font-size: 30px;
  letter-spacing: 0.2px;
  color: #1f2a24;
}
#t4-section-2 .ec-section-head p {
  font-size: 16px;
  color: rgba(31, 42, 36, 0.68);
}

@media (max-width: 768px) {
  #t4-section-2 .t4-mod-wrap.top-large {
    padding-top: 42px !important;
  }
  #t4-section-2 .t4-mod-wrap.bottom-large {
    padding-bottom: 52px !important;
  }
  #t4-section-2 .ec-section-head h2 {
    font-size: 24px;
  }
  #t4-section-2 .ec-section-head p {
    font-size: 15px;
  }
  #t4-section-2 .ec-card--product {
    padding: 22px 20px;
    border-radius: 10px;
  }
}
.ec-band.ec-band--hero,
#t4-hero .ec-band--hero {
  position: relative;
  overflow: hidden;
  background-image: url("/images/hero-neutral.png") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.ec-band.ec-band--hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      900px 520px at 15% 10%,
      rgba(255, 255, 255, 0.18) 0,
      rgba(255, 255, 255, 0) 55%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.38) 0,
      rgba(0, 0, 0, 0.22) 55%,
      rgba(0, 0, 0, 0.18) 100%
    );
}
.ec-band.ec-band--hero > * {
  position: relative;
  z-index: 1;
}
.ec-band.ec-band--hero .ec-hero-title {
  color: #fff !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}
.ec-band.ec-band--hero .ec-hero-desc {
  color: rgba(255, 255, 255, 0.92) !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.ec-band.ec-band--hero .ec-card.ec-card--hero {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

#t4-hero .ec-hero-title {
  color: #fff !important;
  text-shadow:
    0 2px 18px rgba(0, 0, 0, 0.85),
    0 0 40px rgba(0, 0, 0, 0.6);
}
#t4-hero .ec-hero-desc {
  color: rgba(0, 0, 0, 0.95) !important;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 500;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
#t4-hero .btn {
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
}
#t4-hero .ec-hero-actions .btn {
  background: rgba(0, 0, 0, 0.55) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
}
#t4-hero .ec-hero-actions .btn:hover {
  background: rgba(0, 0, 0, 0.7) !important;
}
.ec-band--hero::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.45) 0,
    rgba(0, 0, 0, 0.25) 60%,
    rgba(0, 0, 0, 0.15) 100%
  );
}
#t4-hero .ec-band--hero::before {
  content: "";
  inset: 0;
  pointer-events: none;
  z-index: 0;
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}
#t4-hero .ec-band--hero {
  position: relative;
  background-image: url("/images/hero-neutral.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  min-height: 560px;
}
@media (max-width: 1200px) {
  #t4-hero .ec-band--hero {
    min-height: 480px;
    background-position: 55% center;
  }
}
@media (max-width: 992px) {
  #t4-hero .ec-band--hero {
    min-height: 420px;
    background-position: 65% center;
  }
}
@media (max-width: 768px) {
  .ec-band.ec-band--hero::before {
    background:
      radial-gradient(
        700px 420px at 15% 10%,
        rgba(255, 255, 255, 0.16) 0,
        rgba(255, 255, 255, 0) 55%
      ),
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.44) 0,
        rgba(0, 0, 0, 0.26) 60%,
        rgba(0, 0, 0, 0.2) 100%
      );
  }
  #t4-hero .ec-band--hero {
    min-height: 340px;
    background-position: center top;
    background-size: cover;
  }
  #t4-hero .ec-band--hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
  }
  #t4-hero .ec-hero-title {
    font-size: 26px;
    line-height: 1.25;
    color: #fff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  }
  #t4-hero .ec-hero-desc {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.95) !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
  }
  #t4-hero .ec-hero-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
  }
  #t4-hero .ec-hero-actions .btn {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    border-radius: 10px;
  }
}
#t4-hero .ec-band--hero {
  background-position: 25% center;
}
@media (max-width: 768px) {
  #t4-hero .ec-band--hero {
    background-position: 15% center;
  }
  #t4-section-2 .ec-band {
    padding: 44px 0;
  }
}
#t4-section-2 .ec-section-head {
  margin: 0 auto 26px;
}
#t4-section-2 .ec-section-head h2 {
  font-size: clamp(22px, 2.2vw, 32px);
  letter-spacing: -0.3px;
  font-weight: 700;
}
#t4-section-2 a.ec-card.ec-card--product,
#t4-section-2 .ec-card.ec-card--product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #fff !important;
  border: 1px solid rgba(31, 42, 36, 0.12);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
  color: #1f2a24 !important;
  text-decoration: none !important;
  height: 100%;
}
#t4-section-2 a.ec-card.ec-card--product:hover,
#t4-section-2 .ec-card.ec-card--product:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
  border-color: rgba(47, 111, 79, 0.28);
  color: #1f2a24 !important;
  text-decoration: none !important;
}
#t4-section-2 .ec-card-media {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 22px 20px 10px;
  background: radial-gradient(
    circle at 50% 30%,
    rgba(47, 111, 79, 0.05) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  border: none !important;
}
#t4-section-2 .ec-card-media img {
  display: block;
  width: 100%;
  max-width: 190px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.12));
  transition:
    transform 0.22s ease,
    filter 0.22s ease;
  margin: 0 auto;
  background: transparent !important;
  border-radius: 0 !important;
}
#t4-section-2 a.ec-card.ec-card--product:hover .ec-card-media img,
#t4-section-2 .ec-card.ec-card--product:hover .ec-card-media img {
  transform: translateY(-3px) scale(1.03);
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.16));
}
#t4-section-2 .ec-card-body {
  padding: 14px 20px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#t4-section-2 .ec-card-title {
  line-height: 1.25;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.1px;
  color: #1f2a24 !important;
  margin: 0 0 8px;
}
#t4-section-2 .ec-card-desc {
  font-size: 14px;
  line-height: 1.48;
  color: rgba(31, 42, 36, 0.75) !important;
  margin: 0 0 16px;
  flex-grow: 1;
}
#t4-section-2 .ec-card-cta {
  font-size: 13.5px;
  font-weight: 800;
  color: var(--ze-green-dark, #2f6f4f) !important;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  margin-top: auto;
}
#t4-section-2 a.ec-card.ec-card--product:focus,
#t4-section-2 a.ec-card.ec-card--product:focus-visible {
  outline: 0;
}
#t4-section-2 a.ec-card.ec-card--product:focus-visible {
  box-shadow:
    0 0 0 3px rgba(47, 111, 79, 0.22),
    0 18px 42px rgba(0, 0, 0, 0.12);
  border-color: rgba(47, 111, 79, 0.3);
}
@media (min-width: 992px) {
  #t4-section-2 .ec-products-row {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  #t4-section-2 .t4-mod-wrap.top-large {
    padding-top: 32px !important;
  }
  #t4-section-2 .t4-mod-wrap.bottom-large {
    padding-bottom: 38px !important;
  }
  #t4-section-2 .ec-section-head--products h2 {
    font-size: 22px;
  }
  #t4-section-2 .ec-card-media img {
    max-width: 170px;
  }
  #t4-section-2 .ec-card-body {
    padding: 12px 16px 18px;
  }
}
#t4-section-3 {
  background: #fff !important;
}
#t4-section-3 .t4-mod-wrap.top-large {
  padding-top: 42px !important;
}
#t4-section-3 .t4-mod-wrap.bottom-large {
  padding-bottom: 46px !important;
}
#t4-section-3 .color-dark-active {
  color: inherit !important;
}
#t4-section-3 .ec-band.ec-band--soft {
  padding: 44px 0 !important;
}
#t4-section-3 .ec-section-head {
  margin: 0 auto 22px !important;
  max-width: 760px;
}
#t4-section-3 .ec-section-head h2 {
  font-size: 28px !important;
  line-height: 1.15;
  margin-bottom: 10px !important;
  letter-spacing: -0.2px;
}
#t4-section-3 .ec-section-head p {
  font-size: 15.5px !important;
  margin-bottom: 0 !important;
  opacity: 1 !important;
  color: rgba(31, 42, 36, 0.72) !important;
}
#t4-section-3 .ec-card {
  border-radius: 10px !important;
  padding: 22px !important;
  border: 1px solid rgba(31, 42, 36, 0.1) !important;
  background:
    radial-gradient(
      520px 240px at 18% 0,
      rgba(47, 111, 79, 0.08) 0,
      rgba(47, 111, 79, 0) 62%
    ),
    #fff !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06) !important;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#t4-section-3 .ec-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(
    180deg,
    var(--ze-green-dark, #2f6f4f),
    var(--ze-green-soft, #3f8a62)
  );
  opacity: 0.85;
}
#t4-section-3 .ec-card-title {
  font-size: 18px !important;
  margin-bottom: 8px !important;
  letter-spacing: -0.1px;
}
#t4-section-3 .ec-card-desc {
  font-size: 18px !important;
  line-height: 1.55 !important;
  margin-bottom: 12px !important;
  color: rgba(31, 42, 36, 0.74) !important;
}
#t4-section-3 .ec-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--ze-green-dark, #2f6f4f) !important;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(47, 111, 79, 0.08);
  border: 1px solid rgba(47, 111, 79, 0.16);
}
#t4-section-3 .ec-link:hover {
  background: rgba(47, 111, 79, 0.12);
  border-color: rgba(47, 111, 79, 0.22);
  text-decoration: none !important;
}
@media (max-width: 768px) {
  #t4-section-3 .t4-mod-wrap.top-large {
    padding-top: 30px !important;
  }
  #t4-section-3 .t4-mod-wrap.bottom-large {
    padding-bottom: 34px !important;
  }
  #t4-section-3 .ec-band.ec-band--soft {
    padding: 34px 0 !important;
  }
  #t4-section-3 .ec-section-head h2 {
    font-size: 22px !important;
  }
  #t4-section-3 .ec-card {
    padding: 18px !important;
  }
}
#t4-section-2 {
  position: relative;
  background-image: url("/images/section-2-background.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
#t4-section-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.18) 0,
    rgba(0, 0, 0, 0.08) 50%,
    rgba(0, 0, 0, 0.04) 100%
  );
  pointer-events: none;
  z-index: 0;
}
#t4-section-2 > * {
  position: relative;
  z-index: 1;
}
#t4-section-4 {
  position: relative;
  background:
    radial-gradient(
      900px 420px at 15% 0,
      rgba(63, 138, 98, 0.18) 0,
      rgba(63, 138, 98, 0) 60%
    ),
    linear-gradient(180deg, #1f3d2e 0, #142a20 100%) !important;
  color: #fff;
}
#t4-section-4 .t4-mod-wrap.top-large {
  padding-top: 18px !important;
}
#t4-section-4 .t4-mod-wrap.bottom-large {
  padding-bottom: 56px !important;
}
#t4-section-4 .color-dark-active {
  color: inherit !important;
}
#t4-section-4 .ec-band {
  padding: 56px 0 !important;
}
#t4-section-4 .ec-section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 36px;
}
#t4-section-4 .ec-section-head h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.3px;
  margin-bottom: 12px;
  color: #fff;
}
#t4-section-4 .ec-section-head p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.82);
}
#t4-section-4 .ec-card {
  position: relative;
  height: 100%;
  padding: 26px 24px 28px;
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.03)
  );
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    border-color 0.25s;
}
#t4-section-4 .ec-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  right: 4px;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--ze-green-soft, #3f8a62),
    var(--ze-green-dark, #2f6f4f)
  );
  border-radius: 10px 10px 0 0;
}
@media (hover: hover) {
  #t4-section-3 .ec-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1) !important;
    border-color: rgba(47, 111, 79, 0.2) !important;
  }
  #t4-section-4 .ec-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.45);
    border-color: rgba(255, 255, 255, 0.22);
  }
}
#t4-section-4 .ec-card-title {
  font-size: 18.5px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.2px;
  color: #fff;
}
#t4-section-4 .ec-card-desc {
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.8);
}
#t4-section-4 .ec-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 700;
  color: #fff;
  background: rgba(47, 111, 79, 0.22);
  border: 1px solid rgba(47, 111, 79, 0.45);
}
#t4-section-4 .ec-link::after {
  content: "→";
  font-weight: 900;
}
#t4-section-4 .ec-link:hover {
  background: rgba(47, 111, 79, 0.35);
  border-color: rgba(47, 111, 79, 0.65);
  text-decoration: none;
}
@media (max-width: 768px) {
  #t4-section-4 .ec-band {
    padding: 42px 0 !important;
  }
  #t4-section-4 .ec-section-head h2 {
    font-size: 22px;
  }
  #t4-section-4 .ec-card {
    padding: 22px 20px;
  }
}
#t4-section-5 .t4-mod-wrap.top-large {
  padding-top: 44px !important;
}
#t4-section-5 .t4-mod-wrap.bottom-large {
  padding-bottom: 54px !important;
}
#t4-section-5 .color-dark-active {
  color: inherit !important;
}
#t4-section-5 {
  position: relative;
  background:
    radial-gradient(
      900px 360px at 10% 0,
      rgba(63, 138, 98, 0.18) 0,
      rgba(63, 138, 98, 0) 60%
    ),
    radial-gradient(
      700px 320px at 90% 20%,
      rgba(47, 111, 79, 0.14) 0,
      rgba(47, 111, 79, 0) 55%
    ),
    linear-gradient(180deg, #eef6f1 0, #e3f0ea 100%) !important;
}
#t4-section-5 .ec-band.ec-band--footer {
  padding: 0 !important;
}
#t4-section-5 .ec-cta {
  position: relative;
  border-radius: 10px;
  padding: 34px;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(47, 111, 79, 0.18) !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}
#t4-section-5 .ec-cta::before {
  background: linear-gradient(
    90deg,
    rgba(63, 138, 98, 0.9),
    rgba(47, 111, 79, 0.9)
  );
}
#t4-section-5 .ec-cta-desc,
#t4-section-5 .ec-cta-title {
  position: relative;
  z-index: 1;
}
#t4-section-5 .ec-cta-title {
  font-size: 30px;
  font-weight: 750;
  letter-spacing: -0.2px;
  margin: 0 0 8px;
  color: #1f2a24 !important;
}
#t4-section-5 .ec-cta-desc {
  margin: 0;
  line-height: 1.55;
  font-size: 16px;
  color: rgba(31, 42, 36, 0.78) !important;
}
#t4-section-5 .btn.btn-primary.btn-lg {
  position: relative;
  z-index: 1;
  border: 0 !important;
  border-radius: 16px !important;
  padding: 13px 18px !important;
  background: linear-gradient(180deg, #3f8a62 0, #2f6f4f 100%) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28) !important;
  font-weight: 750 !important;
  letter-spacing: 0.2px;
}
#t4-section-5 .btn.btn-primary.btn-lg:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}
#t4-section-5 .btn.btn-primary.btn-lg:focus,
#t4-section-5 .btn.btn-primary.btn-lg:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.22),
    0 14px 30px rgba(0, 0, 0, 0.28) !important;
}
@media (max-width: 768px) {
  #t4-section-5 .t4-mod-wrap.top-large {
    padding-top: 34px !important;
  }
  #t4-section-5 .t4-mod-wrap.bottom-large {
    padding-bottom: 40px !important;
  }
  #t4-section-5 .ec-cta {
    padding: 24px 20px;
    border-radius: 10px;
  }
  #t4-section-5 .ec-cta::before {
    border-radius: 10px 10px 0 0;
  }
  #t4-section-5 .ec-cta-title {
    font-size: 24px;
  }
  #t4-section-5 .ec-cta-desc {
    font-size: 15px;
  }
}
#Mod188 .module-inner,
#Mod189 .module-inner,
#Mod190 .module-inner {
  background: linear-gradient(180deg, #d7efe4 0, #f0f8f4 40%, #d6eadf 100%);
  border-radius: 10px;
  border: 1px solid rgba(47, 111, 79, 0.3);
  padding: 18px 16px 16px;
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 #fff,
    inset 0 -6px 14px rgba(47, 111, 79, 0.08);
}
#Mod188 .module-title,
#Mod189 .module-title,
#Mod190 .module-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #1f2a24;
  border-bottom: 1px solid rgba(47, 111, 79, 0.35);
}
#Mod188 .module-title span,
#Mod189 .module-title span,
#Mod190 .module-title span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
#Mod188 .module-title span::before,
#Mod189 .module-title span::before,
#Mod190 .module-title span::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(180deg, #2f6f4f 0, #24583f 100%);
  box-shadow:
    0 0 0 5px rgba(47, 111, 79, 0.25),
    0 6px 14px rgba(0, 0, 0, 0.18);
}
#Mod188 .module-ct ul,
#Mod189 .module-ct ul,
#Mod190 .module-ct ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#Mod188 .categories-module > li,
#Mod189 .categories-module > li,
#Mod190 .categories-module > li {
  margin: 10px 0;
}
#Mod188 a,
#Mod189 a,
#Mod190 a {
  text-decoration: none;
  color: rgba(31, 42, 36, 0.92);
}
#Mod188 .categories-module > li > a,
#Mod189 .categories-module > li > a,
#Mod190 .categories-module > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(47, 111, 79, 0.18);
  font-weight: 900;
  font-size: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition:
    background-color 0.15s,
    border-color 0.15s;
}
#Mod188 .categories-module > li > a:hover,
#Mod189 .categories-module > li > a:hover,
#Mod190 .categories-module > li > a:hover {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(47, 111, 79, 0.3);
}
#Mod188 .categories-module li > ul,
#Mod189 .categories-module li > ul,
#Mod190 .categories-module li > ul {
  margin: 10px 0 0 14px;
  padding-left: 12px;
  border-left: 2px solid rgba(47, 111, 79, 0.22);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#Mod188 .categories-module li > ul a,
#Mod189 .categories-module li > ul a,
#Mod190 .categories-module li > ul a {
  display: block;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(47, 111, 79, 0.12);
  font-weight: 700;
  font-size: 13px;
  color: rgba(31, 42, 36, 0.86);
  transition:
    background-color 0.15s,
    border-color 0.15s;
}
#Mod188 .categories-module li > ul a:hover,
#Mod189 .categories-module li > ul a:hover,
#Mod190 .categories-module li > ul a:hover {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(47, 111, 79, 0.24);
}
#Mod188 .categories-module li > ul ul,
#Mod189 .categories-module li > ul ul,
#Mod190 .categories-module li > ul ul {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 2px solid rgba(47, 111, 79, 0.16);
}
#Mod188 .categories-module li > ul ul a,
#Mod189 .categories-module li > ul ul a,
#Mod190 .categories-module li > ul ul a {
  font-size: 12.5px;
  font-weight: 650;
  background: rgba(255, 255, 255, 0.45);
}
#Mod188:hover .module-inner,
#Mod189:hover .module-inner,
#Mod190:hover .module-inner {
  border-color: rgba(47, 111, 79, 0.42);
}
.com-content-categories.categories-list {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0 0 24px;
}
.com-content-categories.categories-list .com-content-categories__items {
  display: block;
}
.com-content-categories__item {
  margin-bottom: 16px;
}
.com-content-categories__item .item-inner {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--ze-border);
  border-radius: 10px;
  box-shadow: var(--ze-shadow-soft);
  padding: 18px;
}
.com-content-categories__item .page-header.item-title {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
}
.com-content-categories__item .page-header.item-title > a {
  font-weight: 900;
  color: var(--ze-text);
  text-decoration: none;
}
.com-content-categories__item .page-header.item-title > a:hover {
  color: var(--ze-green-deep);
}
.com-content-categories__item .badge,
.com-content-categories__item .badge-info {
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 800;
  font-size: 12px;
  background: rgba(47, 111, 79, 0.1);
  border: 1px solid rgba(47, 111, 79, 0.2);
}
.com-content-categories__item a[data-bs-toggle="collapse"].btn {
  margin-left: auto;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.com-content-categories__description.category-desc {
  margin-top: 12px;
  line-height: 1.7;
  max-width: none;
}
.com-content-categories__children {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed rgba(0, 0, 0, 0.12);
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.com-content-categories__children[hidden] {
  display: block !important;
}
.com-content-categories__children .item-inner {
  border-radius: 8px;
}
.com-content-category-blog.blog {
  width: 100%;
}
.com-content-category-blog .page-subheader {
  margin: 0 0 14px;
  padding: 0;
}
.com-content-category-blog .page-subtitle {
  margin: 0;
}
.com-content-category-blog .page-subtitle .subheading-category {
  display: inline-block;
  font-weight: 900;
  letter-spacing: -0.01em;
  padding: 10px 12px;
  border: 1px solid var(--ze-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
}
.com-content-category-blog .category-desc {
  margin: 10px 0 18px;
  padding: 14px 16px;
  border: 1px solid var(--ze-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  line-height: 1.7;
}
.blog-items,
.com-content-category-blog__items,
.items-leading {
  display: block;
}
.com-content-category-blog .items-row.row {
  margin-left: 0;
  margin-right: 0;
}
.com-content-category-blog .items-row.row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.com-content-category-blog .blog-item,
.com-content-category-blog .item {
  margin: 0 0 14px;
}
.com-content-category-blog .blog-item-content,
.com-content-category-blog .item-content {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--ze-border);
  border-radius: 10px;
  box-shadow: var(--ze-shadow-soft);
  padding: 16px;
}
.com-content-category-blog .page-header {
  margin: 0 0 10px;
}
.com-content-category-blog .page-header h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -0.01em;
}
.com-content-category-blog .page-header h2 a {
  color: var(--ze-text);
  text-decoration: none;
}
.com-content-category-blog .page-header h2 a:hover {
  color: var(--ze-green-deep);
  text-decoration: underline;
}
.com-content-category-blog .article-aside {
  margin: 0 0 10px;
}
.com-content-category-blog .article-info {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.com-content-category-blog .article-info .category-name {
  display: none;
}
.com-content-category-blog .item-intro {
  color: rgba(31, 42, 36, 0.88);
  line-height: 1.75;
}
.com-content-category-blog .item-intro .MsoNormal {
  margin: 0 0 10px !important;
}
.com-content-category-blog p.readmore {
  margin: 14px 0 0;
}
.com-content-category-blog .btn.btn-readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px 12px;
  font-weight: 850;
  text-decoration: none;
}
.com-content-category-blog .btn.btn-readmore:hover {
  background: rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.16);
  color: #fff !important;
  background: var(--ze-green-dark);
  border-color: var(--ze-green-dark);
}
.com-content-category-blog .items-more {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid var(--ze-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
}
.com-content-category-blog .items-more h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 900;
}
.com-content-category-blog .com-content-category-blog__links {
  margin: 0;
  padding-left: 18px;
}
.com-content-category-blog .com-content-category-blog__links a {
  text-decoration: none;
}
.com-content-category-blog .com-content-category-blog__links a:hover {
  text-decoration: underline;
}
.com-content-category-blog .pagination-wrap {
  margin-top: 16px;
  padding: 12px 0 0;
}
.com-content-category-blog .pagination {
  gap: 6px;
}
.com-content-category-blog .page-link {
  border-radius: 10px;
}
.com-content-category-blog .btn.btn-readmore {
  color: var(--ze-green-dark);
  background: rgba(47, 111, 79, 0.06);
  border: 1px solid rgba(47, 111, 79, 0.18);
}
.com-content-article.item-page {
  margin-top: 20px;
}
.com-content-article > .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.com-content-article .top-article-info {
  max-width: 860px;
  margin: 0 auto 40px;
  text-align: center;
}
.com-content-article .category-name {
  display: inline-block;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 10px;
  background: linear-gradient(135deg, #2f6f4f, #1e4f39);
  color: #fff;
}
.com-content-article .category-name a {
  color: #fff;
  text-decoration: none;
}
.com-content-article .page-header h2 {
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 900;
  line-height: 1.1;
  margin: 18px 0 20px;
  letter-spacing: -0.03em;
}
.com-content-article .desc-article {
  font-size: 19px;
  line-height: 1.8;
  color: #444;
  max-width: 780px;
  margin: 0 auto;
}
.com-content-article .full-image {
  margin: 30px auto 50px;
  text-align: center;
}
.com-content-article .item-image img {
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  max-width: 100%;
}
.com-content-article .bottom-article-info {
  background: #fff;
}
.com-content-article .article-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 10px 40px;
  border-radius: 10px;
  background: #fff;
}
.com-content-article .article-body {
  font-size: 17px;
  line-height: 1.9;
  color: #222;
}
.com-content-article .article-body p {
  margin-bottom: 20px;
}
.com-content-article .article-body h2 {
  font-size: 28px;
  font-weight: 900;
  position: relative;
}
.com-content-article .article-body h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #2f6f4f, #1e4f39);
  border-radius: 3px;
  margin-top: 8px;
}
.com-content-article .article-body h3 {
  font-size: 22px;
  font-weight: 800;
}
.com-content-article .article-body ul {
  padding-left: 22px;
  margin-bottom: 25px;
}
.com-content-article .article-body li {
  margin-bottom: 10px;
}
.com-content-article .article-body a {
  color: #2f6f4f;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid rgba(47, 111, 79, 0.3);
  transition: 0.25s;
}
.com-content-article .article-body a:hover {
  border-bottom: 2px solid #2f6f4f;
  color: #1e4f39;
}
.com-content-article .pagenavigation {
  max-width: 820px;
  margin: 60px auto 0;
  padding-top: 30px;
  border-top: 1px solid #eee;
  text-align: center;
}
.com-content-article .pagenavigation .btn {
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 800;
  background: #f4f4f4;
  border: none;
  transition: 0.25s;
}
.com-content-article .pagenavigation .btn:hover {
  background: #2f6f4f;
  color: #fff;
}
@media (min-width: 768px) {
  .com-content-article .bottom-article-info .row > .col-md-3 {
    display: none;
  }
  .com-content-article .bottom-article-info .row > .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .com-content-article .article-inner {
    padding: 25px 20px;
  }
  .com-content-article .page-header h2 {
    font-size: 28px;
  }
  .com-content-article .article-body {
    font-size: 16px;
  }
}
.com-content-article .article-body h2 {
  margin: 36px 0 14px;
  line-height: 1.25;
}
.com-content-article .article-body h3 {
  margin: 26px 0 10px;
  line-height: 1.3;
}
.com-content-article .article-body h4 {
  margin: 20px 0 8px;
  line-height: 1.35;
}
.com-content-article .desc-article {
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 10px;
  position: relative;
}
.com-content-article .desc-article:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: #2e7d32;
  border-radius: 12px 0 0 12px;
}
.com-content-article .full-image .pull-left {
  float: none !important;
  margin: 0 auto !important;
  text-align: center;
}
.com-content-article .full-image {
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}
.com-content-article .full-image img:hover {
  transform: scale(1.02);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.25),
    0 0 60px rgba(46, 125, 50, 0.7);
}
#t4-main-body .com-content-article {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.06);
  margin-bottom: 60px;
}
.com-content-article h3,
.com-content-article h4 {
  text-align: left;
}
.com-content-article .article-aside {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 8px 14px;
}
.ns {
  background: linear-gradient(135deg, #fff 0, #f6f9fc 100%);
  padding: 35px 30px;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  max-width: 600px;
  margin: 20px auto;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.nsintro hr {
  display: none;
}
.nsintro p {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #1e293b !important;
  margin-bottom: 25px;
  line-height: 1.5;
}
.ns_form input[type="email"],
.ns_form input[type="text"] {
  width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid #dbe2ea;
  font-size: 15px;
  transition: 0.3s;
  background: #fff;
}
.ns_form input[type="email"]:focus,
.ns_form input[type="text"]:focus {
  border-color: #c42621;
  box-shadow: 0 0 0 3px rgba(196, 38, 33, 0.08);
  outline: 0;
}
.ns_form input[type="submit"] {
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: linear-gradient(135deg, #c42621 0, #a51e1a 100%);
  border: none;
  transition: 0.3s;
}
.ns_form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(196, 38, 33, 0.25);
}
.item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 18px 20px;
  margin-bottom: 24px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
  transition: 0.2s;
}
.item:hover {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.item h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}
.item h2 a {
  color: #1f2a24;
  text-decoration: none;
}
.item h2 a:hover {
  color: var(--ze-green-dark, #2f6f4f);
}
.item-image {
  margin-right: 18px;
  margin-bottom: 10px;
}
.item-image img {
  border-radius: 10px;
}
.item-intro {
  color: #444;
  line-height: 1.6;
  font-size: 15.5px;
}
.item .btn-readmore {
  margin-top: 10px;
  border-radius: 10px;
  padding: 8px 14px;
  font-weight: 600;
  background: rgba(47, 111, 79, 0.08);
  border: 1px solid rgba(47, 111, 79, 0.18);
  color: var(--ze-green-dark, #2f6f4f);
}
.item .btn-readmore:hover {
  background: rgba(47, 111, 79, 0.15);
}
.item .item-content,
.item .item-image {
  margin: 5px 0;
}
@media (max-width: 768px) {
  .item {
    padding: 16px;
  }
  .item h2 {
    font-size: 20px;
  }
}
#off-canvas-left-push {
  width: 320px;
  max-width: 85vw;
  overflow-y: auto;
  overflow-x: hidden;
}
#off-canvas-left-push .dropdown-menu,
#off-canvas-left-push .navbar-nav {
  width: 100%;
}
#off-canvas-left-push .dropdown-item,
#off-canvas-left-push .nav-link {
  display: block;
  width: 100%;
  white-space: normal !important;
  word-break: break-word;
  overflow-wrap: anywhere;
  line-height: 1.35;
  padding-right: 36px;
  box-sizing: border-box;
}
#off-canvas-left-push .menu-item-title {
  display: inline;
  white-space: normal !important;
  word-break: break-word;
  overflow-wrap: anywhere;
}
#off-canvas-left-push .dropdown-menu {
  position: static !important;
  float: none;
  min-width: 100%;
  max-width: 100%;
  transform: none !important;
  box-sizing: border-box;
}
#off-canvas-left-push .dropdown-toggle::after {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
#off-canvas-left-push .dropdown-item.dropdown-toggle,
#off-canvas-left-push .nav-link.dropdown-toggle {
  position: relative;
}
.t4-header-r .navbar-toggler {
  display: none !important;
}
.ze-footer-products {
  margin-top: 18px;
}
.ze-footer-products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.ze-footer-products__col h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #fff;
}
.ze-footer-products__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ze-footer-products__col li {
  margin: 0 0 10px;
}
.ze-footer-products__col a {
  color: #d8e3dc;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.45;
  transition:
    color 0.2s,
    text-decoration-color 0.2s;
}
.ze-footer-products__col a:hover {
  color: #8fd3b0;
  text-decoration: underline;
}
#t4-footnav {
  background: #212529 !important;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 36px;
  padding-bottom: 36px;
}
#t4-footnav.border-top,
#t4-footnav.t4-palette-dark {
  background: #212529 !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}
#t4-footnav .module-title,
#t4-footnav h1,
#t4-footnav h2,
#t4-footnav h3,
#t4-footnav h4,
#t4-footnav h5,
#t4-footnav h6,
#t4-footnav li,
#t4-footnav p,
#t4-footnav span {
  color: #fff !important;
}
#t4-footnav a {
  color: #d8e3dc;
  text-decoration: none;
  transition: color 0.2s;
}
#t4-footnav a:hover {
  color: #8fd3b0;
  text-decoration: underline;
}
#t4-footnav .ze-footer-products {
  margin-top: 0;
}
#t4-footnav .ze-footer-products__grid {
  display: block;
}
#t4-footnav .ze-footer-products__col h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 14px;
  padding-bottom: 8px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
#t4-footnav .ze-footer-products__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#t4-footnav .ze-footer-products__col li {
  margin: 0 0 10px;
}
#t4-footnav .ze-footer-products__col a {
  color: #d8e3dc;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.45;
}
#t4-footnav .ze-footer-products__col a:hover {
  color: #8fd3b0;
  text-decoration: underline;
}
#t4-footnav .col-6,
#t4-footnav .col-lg-2,
#t4-footnav .col-md-3,
#t4-footnav .t4-col {
  margin-bottom: 24px;
}
#t4-footnav .col-12.col-lg-4:empty,
#t4-footnav .col-6.col-md-3.col-lg-2:empty {
  display: none;
}
@media (max-width: 991px) {
  .ze-footer-products__grid {
    grid-template-columns: 1fr 1fr;
  }
  #t4-footnav {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  #t4-footnav .ze-footer-products__col h4 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .ze-footer-products__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  #t4-footnav .ze-footer-products__col h4 {
    margin-bottom: 10px;
  }
  #t4-footnav .ze-footer-products__col li {
    margin-bottom: 8px;
  }
}
.cf-response {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 18px;
  margin-bottom: 28px !important;
  padding: 16px 18px;
  background: var(--ze-green-dark);
  border: 1px solid var(--ze-green-mid);
  border-left: 5px solid #ffffff33;
  border-radius: var(--ze-radius);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 15px;
  line-height: 1.55;
  position: relative;
  animation: 0.18s ease-out cfIn;
}
.cf-response p {
  margin: 0;
  color: #fff;
  font-weight: 500;
}
.topbar-l .topbar-contact,
.topbar-l .topbar-contact a,
.topbar-l .topbar-contact strong {
  color: #046601 !important;
  text-decoration: none !important;
}
.topbar-l .topbar-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px !important;
}
.topbar-l .topbar-contact a {
  color: #046601 !important;
  font-weight: 600;
  text-decoration: none !important;
}
.topbar-l .topbar-contact a:hover {
  text-decoration: underline !important;
  opacity: 0.85;
}
.topbar-l .topbar-contact span {
  font-size: inherit !important;
}
@media (max-width: 991.98px) {
  .topbar-l .topbar-contact {
    display: flex !important;
    align-items: center;
    gap: 8px;
    font-size: 13.5px !important;
  }
  .topbar-l .topbar-contact .email {
    display: none !important;
  }
  .topbar-l .topbar-contact .phones {
    display: flex !important;
    align-items: center;
    gap: 4px;
    font-size: 13.5px !important;
  }
  .topbar-l .topbar-contact a {
    font-size: 13.5px !important;
    text-decoration: none !important;
    color: var(--ze-green-dark, #2f6f4f) !important;
    font-weight: 700 !important;
  }
  .topbar-r {
    gap: 12px !important;
    font-size: 13.5px !important;
  }
}

@media (max-width: 575.98px) {
  .topbar-wrap {
    font-size: 12px !important;
  }
  .topbar-l .topbar-contact .phones,
  .topbar-l .topbar-contact a,
  .topbar-r,
  .topbar-r a {
    font-size: 12.5px !important;
  }
  .topbar-r {
    gap: 8px !important;
  }
}
.orderby-displaynumber {
  display: none !important;
}
.t4-col.component.col-md .com-content-categories.categories-list {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.t4-col.component.col-md .com-content-categories.categories-list > h1 {
  margin: 0 0 18px !important;
  font-size: 34px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}
.t4-col.component.col-md .com-content-categories__items {
  display: block !important;
}
.t4-col.component.col-md .com-content-categories__item {
  display: block !important;
  margin: 0 0 16px !important;
  padding: 16px 18px !important;
  background: #fff !important;
  border: 1px solid rgba(31, 42, 36, 0.12) !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05) !important;
}
.t4-col.component.col-md .com-content-categories__item-title-wrapper {
  margin: 0 0 10px !important;
}
.t4-col.component.col-md h2.com-content-categories__item-title {
  margin: 0 !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}
.t4-col.component.col-md h2.com-content-categories__item-title a {
  color: #1f2a24 !important;
  text-decoration: none !important;
}
.t4-col.component.col-md h2.com-content-categories__item-title a:hover {
  color: #2f6f4f !important;
  text-decoration: underline !important;
}
.t4-col.component.col-md .com-content-categories__description.category-desc {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.7 !important;
}
.t4-col.component.col-md .com-content-categories__description.category-desc p {
  margin: 0 0 10px !important;
}
.t4-col.component.col-md .com-content-categories__children,
.t4-col.component.col-md .com-content-categories__children[hidden] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  overflow: visible !important;
  margin-top: 12px !important;
  padding-top: 12px !important;
  border-top: 1px dashed rgba(31, 42, 36, 0.18) !important;
}

/* ==========================================================================
   MODAL FIX & CART ADD CONFIRMATION MODAL (#cartAddModal) STYLING
   ========================================================================== */
.modal-content {
  background-color: var(--t4-modal-bg, #ffffff) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25) !important;
}

#cartAddModal .modal-content {
  background: #ffffff !important;
  border-radius: 16px !important;
  border: 1px solid rgba(47, 111, 79, 0.18) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.8) !important;
  overflow: hidden;
}

#cartAddModal .modal-header {
  background: #f0f7f3 !important;
  border-bottom: 1px solid rgba(47, 111, 79, 0.12) !important;
  padding: 18px 24px !important;
}

#cartAddModal .modal-title {
  color: var(--ze-green-dark, #2f6f4f) !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
}

#cartAddModal .modal-body {
  background: #ffffff !important;
  padding: 24px !important;
  color: #1f2a24 !important;
}

#cartAddModal .modal-body .bg-light {
  background: #f8faf8 !important;
  border: 1px solid rgba(31, 42, 36, 0.08) !important;
  border-radius: 12px !important;
  padding: 16px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

#cartAddModal #modal-product-img {
  background: #ffffff !important;
  border: 1px solid rgba(31, 42, 36, 0.1) !important;
  border-radius: 8px !important;
}

#cartAddModal #modal-product-name {
  color: #1f2a24 !important;
  font-weight: 700 !important;
}

#cartAddModal #modal-product-price {
  color: var(--ze-green-dark, #2f6f4f) !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
}

#cartAddModal .modal-footer {
  background: #f6f9f6 !important;
  border-top: 1px solid rgba(31, 42, 36, 0.08) !important;
  padding: 16px 24px !important;
}

#cartAddModal .modal-footer .btn {
  border-radius: 50rem !important;
  padding: 10px 20px !important;
  font-weight: 600 !important;
  transition: all 0.2s ease !important;
}

#cartAddModal .modal-footer .btn-primary {
  background: linear-gradient(180deg, var(--ze-green-mid, #3f8a62), var(--ze-green-dark, #2f6f4f)) !important;
  border: none !important;
  box-shadow: 0 6px 16px rgba(47, 111, 79, 0.25) !important;
  color: #ffffff !important;
}

#cartAddModal .modal-footer .btn-primary:hover {
  filter: brightness(1.08) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 20px rgba(47, 111, 79, 0.32) !important;
}

#cartAddModal .modal-footer .btn-outline-secondary {
  background: #ffffff !important;
  border: 1px solid rgba(31, 42, 36, 0.2) !important;
  color: #1f2a24 !important;
}

#cartAddModal .modal-footer .btn-outline-secondary:hover {
  background: #f0f4f1 !important;
  border-color: rgba(31, 42, 36, 0.3) !important;
}

/* Dark mode support */
body.dark-active {
  --body-bg-color: #15181A;
  --t4-modal-bg: #1e2326;
}

body.dark-active .modal-content {
  background-color: #1c2124 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

body.dark-active #cartAddModal .modal-content {
  background: #1c2124 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

body.dark-active #cartAddModal .modal-header {
  background: #242a2e !important;
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

body.dark-active #cartAddModal .modal-title {
  color: #66d19e !important;
}

body.dark-active #cartAddModal .modal-body {
  background: #1c2124 !important;
  color: rgba(255, 255, 255, 0.88) !important;
}

body.dark-active #cartAddModal .modal-body .bg-light {
  background: #242a2e !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

body.dark-active #cartAddModal #modal-product-img {
  background: #ffffff !important;
}

body.dark-active #cartAddModal #modal-product-name {
  color: #ffffff !important;
}

body.dark-active #cartAddModal #modal-product-price {
  color: #66d19e !important;
}

body.dark-active #cartAddModal .modal-footer {
  background: #242a2e !important;
  border-top-color: rgba(255, 255, 255, 0.08) !important;
}

body.dark-active #cartAddModal .modal-footer .btn-outline-secondary {
  background: #1c2124 !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
}

body.dark-active #cartAddModal .modal-footer .btn-outline-secondary:hover {
  background: #2b3237 !important;
}

/* ==========================================================================
   CHECKOUT CARD STYLING (.checkout-card)
   ========================================================================== */
.checkout-card {
  background: #ffffff !important;
  border-radius: 20px !important;
  border: 1px solid rgba(47, 111, 79, 0.16) !important;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.08), 0 4px 14px rgba(0, 0, 0, 0.03) !important;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.checkout-card:hover {
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.12), 0 6px 18px rgba(47, 111, 79, 0.06) !important;
}

.checkout-card__header h4 {
  color: var(--ze-green-dark, #2f6f4f) !important;
  font-size: 1.35rem !important;
  letter-spacing: -0.3px;
}

.checkout-card__icon {
  background: linear-gradient(135deg, rgba(47, 111, 79, 0.14), rgba(63, 138, 98, 0.22)) !important;
  color: var(--ze-green-dark, #2f6f4f) !important;
  box-shadow: 0 4px 12px rgba(47, 111, 79, 0.12);
}

.checkout-card__form .form-label {
  color: #1f2a24 !important;
  font-size: 0.92rem !important;
  margin-bottom: 6px !important;
}

.checkout-card__form .form-control {
  background-color: #fafcfb !important;
  border: 1.5px solid rgba(31, 42, 36, 0.14) !important;
  border-radius: 12px !important;
  padding: 12px 16px !important;
  font-size: 0.98rem !important;
  color: #1f2a24 !important;
  transition: all 0.2s ease-in-out !important;
}

.checkout-card__form .form-control:focus {
  background-color: #ffffff !important;
  border-color: var(--ze-green-mid, #3f8a62) !important;
  box-shadow: 0 0 0 4px rgba(47, 111, 79, 0.14) !important;
  outline: none !important;
}

.checkout-card__form .form-control::placeholder {
  color: rgba(31, 42, 36, 0.45) !important;
  font-size: 0.92rem;
}

.checkout-card__form textarea.form-control {
  min-height: 85px;
  resize: vertical;
}

.checkout-card__summary {
  background: linear-gradient(135deg, #f0f7f3 0%, #e7f3ec 100%) !important;
  border: 1px solid rgba(47, 111, 79, 0.22) !important;
  box-shadow: 0 6px 18px rgba(47, 111, 79, 0.08) !important;
}

.checkout-card__summary .text-primary {
  color: var(--ze-green-dark, #2f6f4f) !important;
}

.checkout-card__submit {
  background: linear-gradient(135deg, var(--ze-green-mid, #3f8a62) 0%, var(--ze-green-dark, #2f6f4f) 100%) !important;
  border: none !important;
  color: #ffffff !important;
  font-size: 1.08rem !important;
  letter-spacing: 0.3px !important;
  box-shadow: 0 10px 24px rgba(47, 111, 79, 0.28) !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.checkout-card__submit:hover {
  filter: brightness(1.08) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 30px rgba(47, 111, 79, 0.38) !important;
}

.checkout-card__submit:active {
  transform: translateY(0) !important;
  box-shadow: 0 6px 16px rgba(47, 111, 79, 0.22) !important;
}

.checkout-card__security {
  background: rgba(47, 111, 79, 0.04) !important;
  border: 1px dashed rgba(47, 111, 79, 0.18) !important;
}

/* Dark mode support for checkout card */
body.dark-active .checkout-card {
  background: #1c2124 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.35) !important;
}

body.dark-active .checkout-card__header h4 {
  color: #ffffff !important;
}

body.dark-active .checkout-card__icon {
  background: rgba(102, 209, 158, 0.15) !important;
  color: #66d19e !important;
}

body.dark-active .checkout-card__form .form-label {
  color: rgba(255, 255, 255, 0.9) !important;
}

body.dark-active .checkout-card__form .form-control {
  background-color: #242a2e !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  color: #ffffff !important;
}

body.dark-active .checkout-card__form .form-control:focus {
  background-color: #1c2124 !important;
  border-color: #66d19e !important;
  box-shadow: 0 0 0 4px rgba(102, 209, 158, 0.18) !important;
}

body.dark-active .checkout-card__form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.35) !important;
}

body.dark-active .checkout-card__summary {
  background: linear-gradient(135deg, #242a2e 0%, #1e2428 100%) !important;
  border-color: rgba(102, 209, 158, 0.25) !important;
}

body.dark-active .checkout-card__summary .fw-bold.text-dark {
  color: #ffffff !important;
}

body.dark-active .checkout-card__summary .text-primary {
  color: #66d19e !important;
}

body.dark-active .checkout-card__security {
  background: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* ==========================================================================
   RESPONSIVE CART MOBILE STYLING (< 768px & 360px viewports)
   ========================================================================== */
.cart-mobile-item {
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  border-color: rgba(31, 42, 36, 0.12) !important;
}

.cart-mobile-item:hover {
  border-color: var(--ze-green-mid, #3f8a62) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06) !important;
  transform: translateY(-2px);
}

body.dark-active .cart-mobile-item {
  background-color: #1c2124 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

body.dark-active .cart-mobile-item .text-dark {
  color: #ffffff !important;
}

body.dark-active .cart-mobile-item .bg-white {
  background-color: #242a2e !important;
}

body.dark-active .cart-mobile-item .border {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

@media (max-width: 575.98px) {
  .cart-index.container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .cart-mobile-item {
    padding: 16px !important;
  }

  .checkout-card {
    border-radius: 18px !important;
  }

  .checkout-card__header {
    margin-bottom: 18px !important;
    padding-bottom: 14px !important;
  }

  .checkout-card__summary {
    padding: 14px !important;
    border-radius: 14px !important;
  }

  .checkout-card__submit {
    font-size: 0.98rem !important;
    padding: 14px 18px !important;
  }
}

/* ==========================================================================
   RESPONSIVE CART & COUPON LAYOUT FOR RESOLUTIONS BELOW 760px
   ========================================================================== */
@media (max-width: 760px) {
  /* Ensure container has comfortable padding without horizontal overflow */
  .cart-index.container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  /* Header adjustments for < 760px */
  .cart-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14px !important;
  }

  .cart-header .btn {
    width: 100% !important;
    justify-content: center !important;
    padding: 10px 16px !important;
  }

  /* Cart Items section */
  .cart-mobile-item {
    padding: 16px !important;
    border-radius: 14px !important;
    margin-bottom: 14px !important;
  }

  /* Checkout card and form layout on < 760px (applies to both shipping and coupon cards) */
  .checkout-card {
    position: static !important;
    top: auto !important;
    padding: 18px !important;
    border-radius: 16px !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

  .checkout-card__header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14px !important;
  }

  .checkout-card__header .btn {
    width: 100% !important;
    justify-content: center !important;
  }

  .checkout-card__form .d-flex.flex-column.flex-sm-row {
    flex-direction: column !important;
  }

  .checkout-card__form .d-flex.flex-column.flex-sm-row .btn {
    width: 100% !important;
    justify-content: center !important;
  }

  .checkout-card__summary {
    padding: 16px !important;
    border-radius: 14px !important;
  }

  .checkout-card__submit {
    padding: 14px 20px !important;
    font-size: 1.05rem !important;
  }

  /* Trust badges mobile layout */
  .trust-badges-mobile .p-3 {
    padding: 14px !important;
    border-radius: 12px !important;
  }

  /* Cart Success / Order Confirmation layout on < 760px */
  .cart-success.container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .cart-success__card {
    padding: 18px !important;
    border-radius: 16px !important;
  }

  .cart-success__icon {
    width: 76px !important;
    height: 76px !important;
    font-size: 2.5rem !important;
    margin-bottom: 14px !important;
  }

  .cart-success__title {
    font-size: 1.45rem !important;
    line-height: 1.3 !important;
  }

  .cart-success__summary {
    padding: 16px !important;
    border-radius: 14px !important;
  }

  .cart-success__summary .list-group-item {
    padding: 12px 14px !important;
    font-size: 0.92rem !important;
  }

  .cart-success__actions .btn {
    width: 100% !important;
    justify-content: center !important;
    padding: 13px 18px !important;
    font-size: 1rem !important;
  }
}

/* ==========================================================================
   CART SUCCESS / ORDER CONFIRMATION (.cart-success)
   ========================================================================== */
.cart-success__card {
  background: #ffffff !important;
  border-radius: 20px !important;
  border: 1px solid rgba(47, 111, 79, 0.16) !important;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.08), 0 4px 14px rgba(0, 0, 0, 0.03) !important;
}

.cart-success__icon {
  width: 96px;
  height: 96px;
  font-size: 3.2rem;
  background: linear-gradient(135deg, rgba(25, 135, 84, 0.12), rgba(25, 135, 84, 0.22)) !important;
  color: #198754 !important;
  box-shadow: 0 6px 18px rgba(25, 135, 84, 0.15) !important;
}

.cart-success__summary {
  background: linear-gradient(135deg, #f0f7f3 0%, #e7f3ec 100%) !important;
  border: 1px solid rgba(47, 111, 79, 0.22) !important;
}

.cart-success__summary .list-group-item {
  border-color: rgba(47, 111, 79, 0.1) !important;
}

/* Dark mode support for cart success */
body.dark-active .cart-success__card {
  background: #1c2124 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.35) !important;
}

body.dark-active .cart-success__title,
body.dark-active .cart-success__summary h5,
body.dark-active .cart-success__summary strong {
  color: #ffffff !important;
}

body.dark-active .cart-success__summary {
  background: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

body.dark-active .cart-success__summary .list-group-item.bg-white {
  background-color: #242a2e !important;
  color: #ffffff !important;
}

body.dark-active .cart-success__summary .list-group-item.bg-light {
  background-color: #1c2124 !important;
  color: #ffffff !important;
}

body.dark-active .cart-success__summary .bg-white {
  background-color: #242a2e !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}

/* ==========================================================
   MULTI-LEVEL NAVBAR DROPDOWN STYLES (PROIZVODI & SUBMENUS)
   Yii2 Bootstrap5 Dropdown generiše:
     <div class="dropdown-menu">              ← prvi nivo
       <div class="dropdown">                 ← kategorija wrapper
         <a class="dropdown-toggle dropdown-item" data-bs-toggle="dropdown">
         <div class="dropdown-submenu dropdown-menu"> ← podmeni
           <a class="dropdown-item">Proizvod</a>
         </div>
       </div>
     </div>
   ========================================================== */

/* Top-level: navbar dropdown position */
#t4-header .navbar-nav > li.nav-item.dropdown {
  position: relative;
}
#t4-header .navbar-nav > li.nav-item.dropdown > .dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  margin-top: 0 !important;
}

/* Glavni dropdown panel — NE sme imati overflow:auto jer klipi podmeni koji izlazi desno */
#t4-header .navbar-nav .dropdown-menu {
  min-width: 260px;
  overflow: visible !important;
  padding: 0.5rem 0;
}

/* Dropdown stavke — levo poravnanje, čist tekst */
#t4-header .dropdown-menu .dropdown-item {
  text-align: left;
  padding: 0.4rem 1rem;
  font-size: 0.9rem;
  white-space: normal;
  line-height: 1.4;
}

/* ====== DESKTOP (hover submeni) ====== */
@media (min-width: 1200px) {

  /* 1. Automatsko otvaranje prvog nivoa (Proizvodi, Tekstovi & Teme) na hover */
  #t4-header .navbar-nav > li.dropdown:hover > .dropdown-menu,
  #t4-header .navbar-nav > li.dropdown:focus-within > .dropdown-menu {
    display: block !important;
  }

  /* 2. Kategorija wrapper (div.dropdown) — position: relative + proširena hover zona */
  #t4-header .dropdown-menu > div.dropdown {
    position: relative;
    padding-right: 4px;
  }

  /* 3. Podmeni (div.dropdown-submenu) — inicijalno sakriven, pozicioniran desno */
  #t4-header .dropdown-menu > div.dropdown > .dropdown-submenu {
    display: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 100% !important;
    min-width: 300px;
    margin-top: -6px !important;
    margin-left: 0px !important;
    z-index: 1060;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    border-radius: 0.375rem;
    border: 1px solid rgba(0,0,0,0.1);
    background: #fff;
    padding: 0.5rem 0;
  }

  /* Bridge zona — nevidljivi pseudo-element koji premošćava razmak između
     roditeljskog dropdown-a i podmenija, sprečava zatvaranje pri dijagonalnom
     pomeranju miša */
  #t4-header .dropdown-menu > div.dropdown > .dropdown-submenu::before {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -20px;
    width: 20px;
    background: transparent;
  }

  /* 4. PRIKAŽI podmeni na hover */
  #t4-header .dropdown-menu > div.dropdown:hover > .dropdown-submenu,
  #t4-header .dropdown-menu > div.dropdown:focus-within > .dropdown-submenu {
    display: block !important;
  }

  /* 5. Kategorija toggle link — flex layout sa strelicom desno */
  #t4-header .dropdown-menu > div.dropdown > .dropdown-toggle {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    padding: 0.5rem 1rem;
  }

  /* 6. Strelica desno (▶) umesto Bootstrap-ove strelice dole */
  #t4-header .dropdown-menu > div.dropdown > .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.35em solid currentColor;
    border-right: none;
    content: "";
    margin-left: 12px;
    flex-shrink: 0;
    transform: none !important;
  }

  /* 7. Hover efekat na kategorijama */
  #t4-header .dropdown-menu > div.dropdown:hover > .dropdown-toggle {
    background: rgba(var(--bs-primary-rgb, 13,110,253), 0.08);
    color: var(--bs-primary, #0d6efd);
  }
}

/* ====== MOBILE TOP MENU & ACCORDION DRAWER (< 1199.98px) ====== */
@media (max-width: 1199.98px) {
  #t4-header .header-wrap {
    min-height: 68px !important;
    padding: 10px 0 !important;
  }

  #t4-header .navbar-brand.logo-image {
    margin-right: auto !important;
  }

  #t4-header .navbar-brand.logo-image .logo-img {
    height: 66px !important;
    width: auto !important;
  }

  .t4-header-r {
    gap: 10px !important;
  }

  .t4-header-r .btn-sm {
    padding: 8px 14px !important;
    font-size: 0.88rem !important;
  }

  .mobile-menu-toggler {
    width: 44px !important;
    height: 44px !important;
    background-color: #f0f7f3 !important;
    border: 1.5px solid rgba(47, 111, 79, 0.2) !important;
    color: var(--ze-green-dark, #2f6f4f) !important;
    transition: all 0.2s ease !important;
  }

  .mobile-menu-toggler:hover,
  .mobile-menu-toggler:focus,
  .mobile-menu-toggler[aria-expanded="true"] {
    background-color: var(--ze-green-dark, #2f6f4f) !important;
    color: #ffffff !important;
    border-color: var(--ze-green-dark, #2f6f4f) !important;
  }

  .mobile-menu-toggler[aria-expanded="true"] .text-dark,
  .mobile-menu-toggler[aria-expanded="true"] .text-primary {
    color: #ffffff !important;
  }

  #mobileMenu {
    max-height: calc(100vh - 82px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 24px;
    margin-top: 12px !important;
  }

  .mobile-nav-link,
  .mobile-nav-item {
    transition: all 0.2s ease;
    border-color: rgba(31, 42, 36, 0.12) !important;
  }

  .mobile-nav-link:hover,
  .mobile-nav-item:hover {
    border-color: rgba(47, 111, 79, 0.35) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  }

  .mobile-acc-toggle,
  .mobile-subacc-toggle {
    transition: transform 0.25s ease, background-color 0.2s ease !important;
  }

  .mobile-acc-toggle[aria-expanded="true"],
  .mobile-subacc-toggle[aria-expanded="true"] {
    transform: rotate(180deg);
  }

  .mobile-subcat {
    transition: background-color 0.2s ease;
  }

  .mobile-subcat:hover {
    background-color: #f8faf8;
  }

  .mobile-subcat a.hover-bg-white:hover {
    background-color: #ffffff !important;
    color: var(--ze-green-dark, #2f6f4f) !important;
  }

  /* Dark mode support for mobile menu */
  body.dark-active #mobileMenu .bg-light {
    background-color: #242a2e !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
  }

  body.dark-active #mobileMenu .bg-white {
    background-color: #1c2124 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
  }

  body.dark-active #mobileMenu .text-dark {
    color: #ffffff !important;
  }

  body.dark-active #mobileMenu .mobile-subcat:hover {
    background-color: #242a2e;
  }

  body.dark-active .mobile-menu-toggler {
    background-color: #242a2e !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
  }
}

@media (max-width: 575.98px) {
  #t4-header .navbar-brand.logo-image .logo-img {
    height: 56px !important;
  }
}

/* ====== NEWSLETTER INLINE FORM — RESPONSIVE ====== */
.newsletter-inline-block {
  border-radius: 20px !important;
  overflow: hidden;
}

.newsletter-inline-block .form-control-lg {
  font-size: 1rem !important;
  padding: 12px 16px !important;
  min-height: 52px;
}

.newsletter-inline-block .btn-lg {
  min-height: 52px;
  font-size: 1rem !important;
}

.newsletter-inline-block .form-control:focus {
  border-color: #2f6f4f !important;
  box-shadow: 0 0 0 3px rgba(47, 111, 79, 0.18) !important;
  outline: none !important;
}

.newsletter-inline-block .text-success.fw-semibold {
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .newsletter-inline-block {
    padding: 24px 18px !important;
    margin-left: -4px !important;
    margin-right: -4px !important;
    border-radius: 16px !important;
    text-align: center !important;
  }

  .newsletter-inline-block .row {
    flex-direction: column !important;
  }

  .newsletter-inline-block .col-md-5,
  .newsletter-inline-block .col-md-7 {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .newsletter-inline-block h4 {
    font-size: 1.15rem !important;
    text-align: center !important;
  }

  .newsletter-inline-block p {
    text-align: center !important;
  }

  .newsletter-inline-block .d-flex.align-items-center.gap-3 {
    flex-wrap: wrap !important;
    gap: 8px !important;
    justify-content: center !important;
  }

  /* Labels left-aligned inside form for UX readability */
  .newsletter-inline-block .newsletter-subscriber-form .form-label {
    display: block;
    text-align: left !important;
  }

  .newsletter-inline-block .newsletter-subscriber-form {
    text-align: left !important;
  }

  /* Badge centering */
  .newsletter-inline-block .badge {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .newsletter-inline-block .form-control-lg {
    font-size: 0.95rem !important;
    padding: 11px 14px !important;
    min-height: 48px;
  }

  .newsletter-inline-block .btn-lg {
    min-height: 48px;
    font-size: 0.95rem !important;
    padding: 12px 18px !important;
  }

  /* Privacy text center */
  .newsletter-inline-block .text-muted.text-center {
    text-align: center !important;
  }
}

@media (max-width: 399.98px) {
  .newsletter-inline-block {
    padding: 18px 14px !important;
    margin-left: -6px !important;
    margin-right: -6px !important;
    border-radius: 12px !important;
  }

  .newsletter-inline-block h4 {
    font-size: 1.05rem !important;
  }

  .newsletter-inline-block .form-control-lg {
    font-size: 0.9rem !important;
    padding: 10px 12px !important;
  }

  .newsletter-inline-block .btn-lg {
    font-size: 0.88rem !important;
    min-height: 44px;
  }
}

/* ====== ARTICLE BODY — MOBILNI PRIKAZ ====== */
@media (max-width: 991.98px) {
  .base-content-view .card {
    padding: 20px 16px !important;
    border-radius: 16px !important;
  }

  .base-content-view .article-body {
    font-size: 1rem !important;
    line-height: 1.8 !important;
  }

  .base-content-view h1.display-6 {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
  }

  .base-content-view .text-center.mb-5.bg-white img {
    max-height: 280px !important;
  }

  .base-content-view .p-4.bg-light.rounded-4 {
    padding: 16px 14px !important;
    gap: 12px !important;
  }

  .base-content-view .p-4.bg-light.rounded-4 .d-flex.gap-2 {
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .base-content-view .p-4.bg-light.rounded-4 .btn {
    font-size: 0.82rem !important;
    padding: 6px 14px !important;
  }
}

@media (max-width: 575.98px) {
  .base-content-view .card {
    padding: 16px 12px !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .base-content-view .article-body {
    font-size: 0.97rem !important;
  }

  .base-content-view .article-body img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px;
    display: block;
    margin: 10px auto;
  }

  .base-content-view .article-body table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 8px;
    font-size: 0.85rem !important;
  }

  .base-content-view .article-body blockquote {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 14px !important;
    border-left: 4px solid #2f6f4f !important;
    font-size: 0.95rem !important;
  }

  .base-content-view .article-body h2 {
    font-size: 1.25rem !important;
  }

  .base-content-view .article-body h3 {
    font-size: 1.1rem !important;
  }

  .base-content-view .mb-4.pb-3.border-bottom .d-flex {
    flex-wrap: wrap !important;
    gap: 6px !important;
  }

  .base-content-view .mb-4.pb-3.border-bottom .ms-auto {
    margin-left: 0 !important;
  }

  .base-content-view .btn-outline-dark.rounded-pill {
    font-size: 0.88rem !important;
    padding: 8px 20px !important;
  }

  #newsletter-inline-result .alert {
    font-size: 0.88rem !important;
    padding: 14px 16px !important;
  }
}

/* ==========================================================================
   PRODUCT CARD FOOTER & BUTTONS STYLING (PRICE TOP, BUTTONS BOTTOM)
   ========================================================================== */
.product-card .card-body > .border-top,
.product-card .pt-3.border-top {
  border-top: 1px solid rgba(47, 111, 79, 0.12) !important;
  padding-top: 0.9rem !important;
  margin-top: auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.65rem !important;
}

/* Price Wrap (Top Row) */
.product-card .price-wrap {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  line-height: 1;
}

.product-card .price-wrap .text-primary,
.product-card .price-wrap span {
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  color: var(--ze-brand, #2f6f4f) !important;
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}

.product-card .price-wrap small {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: var(--ze-brand, #2f6f4f) !important;
  background-color: rgba(47, 111, 79, 0.09);
  padding: 3px 7px;
  border-radius: 6px;
  letter-spacing: 0.03em;
  line-height: 1;
  display: inline-block;
  vertical-align: baseline;
}

/* Action Buttons Container (Bottom Row) */
.product-card .d-flex.align-items-center.gap-2 {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  gap: 0.5rem !important;
}

/* Cart Icon Button */
.product-card .btn-add-to-cart {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px !important;
  border: 1.5px solid rgba(47, 111, 79, 0.25) !important;
  background-color: rgba(47, 111, 79, 0.04) !important;
  color: var(--ze-brand, #2f6f4f) !important;
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03) !important;
  text-decoration: none !important;
}

.product-card .btn-add-to-cart i {
  font-size: 0.95rem;
  transition: transform 0.2s ease;
}

.product-card .btn-add-to-cart:hover {
  background-color: var(--ze-brand, #2f6f4f) !important;
  border-color: var(--ze-brand, #2f6f4f) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(47, 111, 79, 0.3) !important;
}

.product-card .btn-add-to-cart:hover i {
  transform: scale(1.15);
}

.product-card .btn-add-to-cart:active {
  transform: translateY(0);
}

/* Details / Primary Button */
.product-card .btn-primary:not(.btn-add-to-cart) {
  flex-grow: 1;
  background: linear-gradient(135deg, var(--ze-green-dark, #2f6f4f) 0%, var(--ze-green-soft, #3f8a62) 100%) !important;
  border: none !important;
  color: #ffffff !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  padding: 9px 16px !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 12px rgba(47, 111, 79, 0.22) !important;
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  text-decoration: none !important;
}

.product-card .btn-primary:not(.btn-add-to-cart) i {
  transition: transform 0.25s ease !important;
  font-size: 0.75rem !important;
}

.product-card .btn-primary:not(.btn-add-to-cart):hover {
  background: linear-gradient(135deg, var(--ze-green-deep, #24583e) 0%, var(--ze-green-dark, #2f6f4f) 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(47, 111, 79, 0.35) !important;
}

.product-card .btn-primary:not(.btn-add-to-cart):hover i {
  transform: translateX(4px);
}


/* =============================================
   CONTACT & RADIATION FORM STYLING
   ============================================= */

/* Full-width form controls */
.contact #contact-form .controls,
.contact #contact-form textarea.form-control,
.contact #contact-form input.form-control,
.contact-form-styled .form-control,
.contact-form-styled textarea,
.contact-form-styled input[type="text"],
.contact-form-styled input[type="email"],
.radiation-form-styled .form-control,
.radiation-form-styled textarea,
.radiation-form-styled input[type="text"],
.radiation-form-styled input[type="email"] {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
  margin-left: 0 !important;
}

/* Form control base styling */
.contact-form-styled .form-control,
.radiation-form-styled .form-control {
  background-color: #f1f5f9 !important;
  border: 2px solid #cbd5e1 !important;
  color: #1e293b !important;
  border-radius: 0.6rem !important;
  padding: 0.75rem 1.1rem !important;
  font-size: 1rem !important;
  transition: all 0.2s ease-in-out;
}

/* Focus state */
.contact-form-styled .form-control:focus,
.radiation-form-styled .form-control:focus {
  border-color: #2f6f4f !important;
  box-shadow: 0 0 0 3px rgba(47, 111, 79, 0.15) !important;
  background-color: #fff !important;
}

/* Placeholder styling */
.contact-form-styled .form-control::placeholder,
.radiation-form-styled .form-control::placeholder {
  color: #64748b !important;
  opacity: 0.85 !important;
}

/* Select / dropdown styling */
.contact-form-styled .form-select,
.radiation-form-styled .form-select {
  background-color: #f1f5f9 !important;
  border: 2px solid #cbd5e1 !important;
  color: #1e293b !important;
  border-radius: 0.6rem !important;
  padding: 0.75rem 1.1rem !important;
  font-size: 1rem !important;
  transition: all 0.2s ease-in-out;
}

.contact-form-styled .form-select:focus,
.radiation-form-styled .form-select:focus {
  border-color: #2f6f4f !important;
  box-shadow: 0 0 0 3px rgba(47, 111, 79, 0.15) !important;
  background-color: #fff !important;
}

/* Labels */
.contact-form-styled label,
.radiation-form-styled label {
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.35rem;
  font-size: 0.92rem;
}

/* form-control-lg min-height */
.contact-form-styled .form-control-lg,
.radiation-form-styled .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

/* Dark mode support */
body.dark-active .contact-form-styled .form-control,
body.dark-active .radiation-form-styled .form-control {
  background-color: #1e293b !important;
  border-color: #475569 !important;
  color: #e2e8f0 !important;
}

body.dark-active .contact-form-styled .form-control:focus,
body.dark-active .radiation-form-styled .form-control:focus {
  border-color: #4ade80 !important;
  box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.15) !important;
  background-color: #0f172a !important;
}

body.dark-active .contact-form-styled .form-control::placeholder,
body.dark-active .radiation-form-styled .form-control::placeholder {
  color: #94a3b8 !important;
}

body.dark-active .contact-form-styled .form-select,
body.dark-active .radiation-form-styled .form-select {
  background-color: #1e293b !important;
  border-color: #475569 !important;
  color: #e2e8f0 !important;
}

body.dark-active .contact-form-styled label,
body.dark-active .radiation-form-styled label {
  color: #cbd5e1;
}
