/* ===== Tokenat e ngjyrave ===== */
:root {
  --ink: #14201a;            /* tituj / tekst i fortë */
  --body: #4a564f;           /* tekst trupor */
  --bg: #ffffff;             /* sfond dominant */
  --bg-soft: #f5f8f3;        /* nuancë e lehtë për të ndarë seksionet */
  --line: #e6ebe4;           /* kufij/vija të buta */
  --accent: #5aa326;         /* jeshilja — VETËM si theks */
  --accent-strong: #48831e;  /* hover / aktiv */
  --radius: 30px;

  /* Alias prapa-pajtueshmërie → rrugëzohen te tokenat e rinj */
  --brand: var(--accent);
  --brand-light: #6cb456;
  --brand-dark: var(--accent-strong);
  --brand-deep: var(--accent-strong);
  --brand-darkest: var(--accent-strong);
  --muted: var(--body);
  --tint: var(--bg-soft);
}

/* ===== Reset & baza ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #ffffff;
  /* kompenso header-in fiks kur kalohet me ankora (#produktet etj.) */
  scroll-padding-top: 142px;
}

body {
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: var(--body);
  background: transparent;
}

/* ===== INTERACTIVE BACKGROUND (nerve network — klinik & profesional) ===== */
.site-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-color: #ffffff;
  pointer-events: none;
  overflow: hidden;
}

/* Rrjeti nervor (canvas) si sfond */
#nerveCanvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ===== Container ===== */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* ===== Container fluid ===== */
.container-fluid {
  width: 100%;
  padding: 0 90px;
  margin: 0 auto;
}

/* ===== HEADER (i pastër, glass, sticky) ===== */
.site-header {
  position: relative;
  z-index: 1100;
}

.site-nav {
  position: fixed;
  top: 16px;
  left: 16px;
  right: 16px;
  z-index: 1100;
  border-radius: var(--radius);
  /* glass i bardhë, i lehtë për syrin — premium */
  background: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(20, 32, 26, 0.08);
  transition: top 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

/* Kur skrollon: sfond pothuajse i plotë + hije pak më e fortë */
.site-nav.scrolled {
  top: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(20, 32, 26, 0.12);
}

.nav-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 110px;
  transition: min-height 0.3s ease;
}
/* pak më kompakt kur skrollon (ndjesi premium) */
.site-nav.scrolled .nav-inner {
  min-height: 92px;
}

/* Logo */
.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}
.brand img {
  max-height: 84px;
  width: auto;
  /* logoja jeshile (asset i dedikuar) — hije fare e lehtë për thellësi */
  filter: drop-shadow(0 2px 6px rgba(20, 32, 26, 0.10));
  transition: transform 0.3s ease, max-height 0.3s ease;
}
.brand:hover img {
  transform: scale(1.05);
}
.site-nav.scrolled .brand img {
  max-height: 72px;
}

/* Navigimi (shtyhet djathtas) */
.main-nav {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-left: auto;
}
.nav-link {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: var(--ink);
  padding: 8px 0;
  transition: color 0.25s ease;
}
/* nënvizim që rritet nga e majta në hover/aktiv */
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -2px;
  height: 2px;
  border-radius: 2px;
  background: var(--accent);
  transition: right 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-link:hover { color: var(--accent); }
.nav-link.active { color: var(--accent); }
.nav-link:hover::after,
.nav-link.active::after { right: 0; }

/* Veprimet djathtas (CTA + hamburger) */
.nav-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 50px;
  box-shadow: 0 8px 20px rgba(90, 163, 38, 0.28);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.nav-cta i { font-size: 12px; }
.nav-cta:hover {
  background: var(--accent-strong);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(72, 131, 30, 0.36);
}

/* Butoni "Dyqani" — variant outline, që CTA-ja e Kontaktit të mbetet dominante */
.nav-cta-shop {
  background: transparent;
  color: var(--brand-dark);
  border: 1.5px solid rgba(90, 163, 38, 0.4);
  box-shadow: none;
  padding: 11.5px 24px;
}
.nav-cta-shop:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
  box-shadow: 0 10px 22px rgba(20, 32, 26, 0.22);
}

@media (max-width: 991px) {
  .nav-cta-shop { display: none; }
}

/* Hamburger — vetëm në mobile */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0 10px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 100%;
  height: 2.5px;
  border-radius: 3px;
  background: var(--ink);
  transition: background 0.25s ease;
}
.nav-toggle:hover span { background: var(--accent); }

/* Responsive */
@media (max-width: 992px) {
  .site-nav,
  .site-nav.scrolled { top: 10px; left: 10px; right: 10px; }
  .nav-inner,
  .site-nav.scrolled .nav-inner { min-height: 84px; }
  .main-nav { display: none; }     /* navigimi kalon te menuja fullscreen */
  .nav-toggle { display: flex; }
  .brand img,
  .site-nav.scrolled .brand img { max-height: 60px; }
}

@media (max-width: 480px) {
  .nav-cta { display: none; }      /* kursen hapësirë; kontakti është te menuja */
}

/* ===== FULLSCREEN MENU ===== */
.fullscreen-menu {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 35%, #1c2c23 0%, #15211b 55%, #0e1712 100%);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.04);
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s;
}
.fullscreen-menu.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.fs-close {
  position: absolute;
  top: 32px;
  right: 38px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 22px;
  transition: background 0.25s ease, transform 0.4s ease;
}
.fs-close:hover { background: var(--brand); transform: rotate(90deg); }

.fs-inner {
  text-align: center;
  width: 100%;
  padding: 20px;
}

.fs-logo img {
  width: 150px;
  height: auto;
  margin-bottom: 36px;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.35));
}

.fs-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.fs-nav a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #eaf1fb;
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 12px;
  transition: color 0.25s ease, transform 0.25s ease;
  /* hyrje e animuar */
  opacity: 0;
  transform: translateY(24px);
}
.fs-nav a i {
  font-size: 24px;
  color: var(--brand);
  width: 34px;
  transition: color 0.25s ease;
}
.fs-nav a:hover { color: var(--brand); transform: translateX(6px); }
.fs-nav a:hover i { color: var(--brand); }

.fullscreen-menu.show .fs-nav a {
  animation: fsItemIn 0.5s ease forwards;
  animation-delay: calc(var(--i) * 0.07s + 0.15s);
}
@keyframes fsItemIn {
  to { opacity: 1; transform: translateY(0); }
}

.fs-social {
  margin-top: 44px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.fs-social a {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transition: background 0.25s ease, transform 0.25s ease;
}
.fs-social a:hover { background: var(--brand); transform: translateY(-3px); }

@media (max-width: 575px) {
  .fs-nav a { font-size: 26px; }
  .fs-logo .tooth-svg { width: 60px; height: 66px; margin-bottom: 24px; }
}

/* ===== HERO SECTION ===== */
.hero-area {
  overflow: hidden;
}

.single-slider {
  position: relative;
  min-height: 750px;
  padding-top: 165px;
  background: linear-gradient(160deg, #f7faf5 0%, #eef3ea 55%, #e6ede2 100%);
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Harqet dekorative (si te banner-i i vjetër, por jeshile) */
.single-slider::before,
.single-slider::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.single-slider::before {
  width: 820px;
  height: 820px;
  right: -180px;
  top: -220px;
  border: 70px solid rgba(255, 255, 255, 0.35);
}
.single-slider::after {
  width: 620px;
  height: 620px;
  right: -60px;
  bottom: -260px;
  border: 50px solid rgba(79, 154, 58, 0.14);
}

.single-slider > .container {
  position: relative;
  z-index: 2;
}

.hero-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hero-col-text {
  flex: 0 0 42%;
  max-width: 42%;
}

.hero-col-img {
  flex: 0 0 58%;
  max-width: 58%;
}

.hero-text {
  padding-top: 40px;
}

/* --- Tekstet --- */
.hero-slider-caption .hero-sub {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 18px;
}

.hero-slider-caption .hero-title {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  line-height: 1.1;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 25px;
}

.hero-slider-caption .hero-desc {
  font-size: 16px;
  color: var(--muted);
  max-width: 430px;
  margin-bottom: 40px;
}

/* --- Butonat --- */
.hero-slider-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--brand);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 16px 34px;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(79, 154, 58, 0.3);
}

.c-btn:hover {
  background: var(--brand-dark);
  box-shadow: 0 10px 25px rgba(79, 140, 28, 0.4);
}

.c-btn i {
  font-size: 12px;
}

.b-button a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 14px 30px;
  border: 2px solid #e4e4ec;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.b-button a:hover {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.b-button a i {
  font-size: 12px;
}

/* --- Imazhi --- */
.slider-img {
  text-align: right;
  margin-top: -100px;   /* ngri pak dhëmbin (më pak hapësirë sipër) */
}

.slider-img img {
  display: inline-block;
  max-width: 100%;
}

/* --- Dhëmbi 3D në hero --- */
.tooth3d {
  width: 100%;
  height: 900px;
  cursor: grab;
}

.tooth3d:active {
  cursor: grabbing;
}

.tooth3d canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

/* ===== Animacionet ===== */
@keyframes heroFadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroFadeInRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.anim {
  opacity: 0;
  animation: heroFadeInUp 0.9s ease forwards;
  animation-delay: var(--delay, 0s);
}

.anim-right {
  opacity: 0;
  animation: heroFadeInRight 1s ease forwards;
  animation-delay: var(--delay, 0s);
}

/* ===== BANNERS SECTION ===== */
.banner-area {
  padding: 100px 0 60px;
}

.banner-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}

.banner-col {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 18px;
  margin-bottom: 36px;
}

/* Banneri 2-kolonesh (50/50) */
.banner-area-2 {
  padding: 40px 0 70px;
}

.banner-col-2 {
  flex: 0 0 50%;
  max-width: 50%;
}

.banner-col-2 .banner-img img {
  height: 320px;
}

.banner-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.banner-img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Shtresë e lehtë nga e majta → teksti i errët lexohet mbi çdo foto */
.banner-img::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.7) 34%, rgba(255, 255, 255, 0) 66%);
  pointer-events: none;
}

.banner-img:hover img {
  transform: scale(1.07);
}

.banner-text {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}

.banner-text span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--brand);
  margin-bottom: 12px;
}

.banner-text h2 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: 28px;
}

.red-b-button a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--ink);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 32px;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.red-b-button a:hover {
  background: var(--brand);
  color: #fff;
}

.red-b-button a i {
  font-size: 11px;
}

/* --- Reveal (scroll editorial — gati per t'u riperdorur) --- */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal[data-reveal="left"] { transform: translateX(-50px); }
.reveal[data-reveal="right"] { transform: translateX(50px); }

.reveal.in-view {
  opacity: 1;
  transform: translate(0, 0);
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .single-slider {
    min-height: auto;
    padding: 90px 0;
  }
  .hero-col-text,
  .hero-col-img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hero-col-img {
    order: -1;            /* dhëmbi sipër tekstit në mobile */
    margin-bottom: 20px;
  }
  .slider-img {
    margin-top: 0;        /* pa ngritje në mobile */
  }
  .tooth3d {
    height: 360px;
  }
  .hero-slider-caption .hero-title {
    font-size: 44px;
  }
  .banner-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .hero-slider-caption .hero-title {
    font-size: 34px;
  }
  .hero-slider-btn {
    gap: 12px;
  }
  .c-btn,
  .b-button a {
    padding: 13px 24px;
    font-size: 14px;
  }
  .banner-col,
  .banner-col-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner-text {
    left: 28px;
  }
  .banner-text h2 {
    font-size: 26px;
  }
}

/* ===== MISSION / ABOUT SECTION ===== */
.mission-area {
  padding: 70px 0 90px;
}

.mission-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.mission-col-img {
  flex: 0 0 46%;
  max-width: 46%;
}

.mission-col-text {
  flex: 1;
  min-width: 300px;
}

/* --- Imazhi me formë dekorative --- */
.mission-img {
  position: relative;
  border-radius: 18px;
}

.mission-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 18px;
  position: relative;
  z-index: 2;
  box-shadow: 0 25px 60px rgba(57, 99, 31, 0.18);
}

.mission-img-shape {
  position: absolute;
  left: -22px;
  bottom: -22px;
  width: 70%;
  height: 70%;
  border-radius: 18px;
  background: linear-gradient(155deg, var(--brand-light) 0%, var(--brand) 60%, var(--brand-deep) 100%);
  z-index: 1;
}

/* --- Tekstet --- */
.mission-sub {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--brand);
  margin-bottom: 18px;
}

.mission-title {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 24px;
}

.mission-desc {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.9;
  max-width: 540px;
  margin-bottom: 38px;
}

/* --- Video popup button --- */
.mission-video {
  display: flex;
  align-items: center;
  gap: 18px;
}

.video-popup-btn {
  position: relative;
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brand);
  color: #fff;
  font-size: 20px;
  box-shadow: 0 10px 30px rgba(79, 154, 58, 0.45);
  transition: transform 0.3s ease, background 0.3s ease;
}

.video-popup-btn:hover {
  background: var(--brand-dark);
  transform: scale(1.06);
}

/* valë pulsuese rreth butonit */
.video-popup-btn::before,
.video-popup-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(79, 154, 58, 0.5);
  animation: videoPulse 2.4s ease-out infinite;
}
.video-popup-btn::after { animation-delay: 1.2s; }

@keyframes videoPulse {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.9); opacity: 0; }
}

.video-label {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
}

/* --- Video modal (lightbox) --- */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(10, 22, 6, 0.92);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.video-modal.show {
  opacity: 1;
  visibility: visible;
}

.video-modal-inner {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
  transform: scale(0.92);
  transition: transform 0.35s ease;
}
.video-modal.show .video-modal-inner {
  transform: scale(1);
}

.video-modal-frame,
.video-modal-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}

.video-modal-close {
  position: absolute;
  top: 26px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 22px;
  transition: background 0.25s ease, transform 0.4s ease;
}
.video-modal-close:hover {
  background: var(--brand);
  transform: rotate(90deg);
}

@media (max-width: 991px) {
  .mission-col-img,
  .mission-col-text {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mission-img img { height: 380px; }
  .mission-title { font-size: 30px; }
}

@media (max-width: 575px) {
  .mission-area { padding: 50px 0 60px; }
  .mission-title { font-size: 25px; }
  .mission-img img { height: 300px; }
  .video-popup-btn { width: 60px; height: 60px; font-size: 17px; }
  .video-label { font-size: 15px; }
}

/* ===== FEATURED SLIDER SECTION ===== */
.featured-area {
  padding: 90px 0;
  overflow: hidden;
}

.featured-head {
  margin-bottom: 40px;
}

.featured-title {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--ink);
}

/* viewport i slider-it */
.featured-slider {
  overflow: hidden;
}

/* shiriti që lëviz */
.featured-track {
  display: flex;
  gap: 24px;
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.featured-item {
  flex: 0 0 auto;
}

/* karta */
.featured-tile {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #eef0ec;
  box-shadow: 0 10px 30px rgba(31, 31, 44, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.featured-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(57, 99, 31, 0.16);
}

.featured-tile-img {
  position: relative;
  aspect-ratio: 1.6 / 1;
  overflow: hidden;
}

.featured-tile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.featured-tile:hover .featured-tile-img img {
  transform: scale(1.07);
}

.featured-tile-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 24px 26px;
}

.featured-tile-top {
  flex: 1;
}

.featured-tile-title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--ink);
  margin-bottom: 12px;
}

.featured-tile-desc {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

.featured-tile-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--brand);
  transition: gap 0.3s ease, color 0.3s ease;
}

.featured-tile-link i {
  font-size: 12px;
}

.featured-tile:hover .featured-tile-link {
  color: var(--brand-dark);
  gap: 12px;
}

/* marka mbi emrin e produktit (nga WooCommerce) */
.featured-tile-brand {
  display: block;
  margin-bottom: 6px;
  font-family: "Poppins", sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}

/* emrat e produkteve janë teknikë dhe të gjatë — kufizoji në 2 rreshta */
.featured-tile-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* logot e markave që çojnë te kategoria */
.brand-logo-link {
  display: inline-flex;
  align-items: center;
}

/* çmimi (produktet nga WooCommerce) */
.featured-tile-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 16px;
}

.featured-tile-price .price-now {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--brand-dark);
}

.featured-tile-price .price-old {
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
  text-decoration: line-through;
}

/* badge "Ofertë" / "Jashtë stoku" */
.featured-tile-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 5px 12px;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  backdrop-filter: blur(4px);
}

.featured-tile-badge.sale {
  background: var(--brand);
}

.featured-tile-badge.out {
  background: rgba(31, 31, 44, 0.75);
}

/* kontrollet */
.featured-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 40px;
}

.featured-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
}

.featured-pagination li {
  width: 26px;
  height: 5px;
  border-radius: 5px;
  background: #dbe2d2;
  cursor: pointer;
  transition: background 0.3s ease, width 0.3s ease;
}

.featured-pagination li.active {
  width: 40px;
  background: var(--brand);
}

.featured-nav {
  display: flex;
  gap: 12px;
}

.featured-nav-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #e2e6dc;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.featured-nav-btn:hover:not(:disabled) {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.featured-nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

@media (max-width: 575px) {
  .featured-area { padding: 60px 0; }
  .featured-title { font-size: 27px; }
  .featured-controls { justify-content: center; }
}

/* ===== WHY US SECTION ===== */
.why-area {
  padding: 100px 0;
  background: var(--tint);
}

.why-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}

.why-col-img {
  flex: 1 1 420px;
}

.why-col-text {
  flex: 1 1 440px;
}

/* --- Imazhi me badge statistike --- */
.why-img {
  position: relative;
  border-radius: 20px;
}

.why-img img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(57, 99, 31, 0.18);
}

.why-badge {
  position: absolute;
  right: -18px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 270px;
  padding: 20px 24px;
  border-radius: 16px;
  background: linear-gradient(155deg, var(--brand-light) 0%, var(--brand) 60%, var(--brand-deep) 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(57, 99, 31, 0.32);
}

.why-badge-num {
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
}
.why-badge-num span {
  font-size: 26px;
  vertical-align: top;
}

.why-badge-txt {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

/* --- Teksti --- */
.why-sub {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 14px;
}

.why-title {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 18px;
}

.why-intro {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 32px;
}

/* --- Lista e avantazheve --- */
.why-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 38px;
}

.why-list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.why-list-icon {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 23px;
  color: var(--brand);
  background: #eaf6dc;
  transition: background 0.3s ease, color 0.3s ease;
}

.why-list li:hover .why-list-icon {
  background: var(--brand);
  color: #fff;
}

.why-list-text h3 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 5px;
}

.why-list-text p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

@media (max-width: 991px) {
  .why-img img { height: 420px; }
}

/* ===== BRANDS SECTION ===== */
.brands-area {
  padding: 80px 0;
}

.brands-head {
  text-align: center;
  margin-bottom: 44px;
}

.brands-sub {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 12px;
}

.brands-title {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--ink);
}

.brands-intro {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 580px;
  margin: 14px auto 0;
}

/* --- Marquee infinite loop --- */
.brands-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* fade në të dy skajet */
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.brands-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: brandsScroll 32s linear infinite;
}

.brands-marquee:hover .brands-track {
  animation-play-state: paused;
}

.brand-logo {
  height: 42px;
  width: auto;
  flex: 0 0 auto;
  margin: 0 35px;
  filter: grayscale(1);
  opacity: 0.65;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.brand-logo:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.06);
}

/* Markat si tekst — dyqani s'ka skedarë logosh për këto marka */
.brand-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 0 0 auto;
  margin: 0 14px;
  padding: 16px 30px;
  min-width: 190px;
  border: 1px solid rgba(20, 32, 26, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  transition: border-color 0.3s ease, background 0.3s ease,
              transform 0.3s ease, box-shadow 0.3s ease;
}

.brand-chip-name {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--brand-dark);
  white-space: nowrap;
}

.brand-chip-count {
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
}

.brand-chip:hover {
  border-color: rgba(90, 163, 38, 0.45);
  background: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(57, 99, 31, 0.14);
}

.brand-chip:hover .brand-chip-name { color: var(--accent-strong); }

@media (max-width: 575px) {
  .brand-chip { min-width: 160px; padding: 14px 22px; margin: 0 8px; }
  .brand-chip-name { font-size: 15px; }
}

@keyframes brandsScroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .brands-track { animation: none; flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 575px) {
  .why-area { padding: 60px 0; }
  .why-title { font-size: 26px; }
  .why-img img { height: 320px; }
  .why-badge {
    right: 14px;
    bottom: 14px;
    padding: 16px 18px;
    max-width: 230px;
  }
  .why-badge-num { font-size: 38px; }
  .brands-area { padding: 55px 0; }
  .brands-title { font-size: 23px; }
}

/* ===== NEWSLETTER SECTION ===== */
.newsletter-area {
  background-color: #f1f1f1;
  background-image: url("../assets/img/newsletter-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
}

.newsletter-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.newsletter-col-text {
  flex: 1 1 380px;
}

.newsletter-col-form {
  flex: 1 1 420px;
}

.newsletter-title {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 12px;
}

.newsletter-desc {
  font-size: 16px;
  color: var(--muted);
  max-width: 440px;
}

/* --- Forma --- */
.newsletter-form {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 8px;
  box-shadow: 0 15px 35px rgba(57, 99, 31, 0.25);
}

.newsletter-form input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 0 22px;
  height: 52px;
  font-size: 15px;
  color: var(--ink);
}

.newsletter-form input::placeholder {
  color: #9a9aa8;
}

.newsletter-form button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  border: none;
  cursor: pointer;
  background: var(--ink);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 0 30px;
  height: 52px;
  border-radius: 50px;
  transition: background 0.3s ease;
}

.newsletter-form button:hover {
  background: var(--brand-dark);
}

.newsletter-form button i {
  font-size: 13px;
}

.newsletter-msg {
  min-height: 22px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--brand-dark);
}

@media (max-width: 575px) {
  .newsletter-title { font-size: 26px; }
  .newsletter-form {
    flex-direction: column;
    border-radius: 18px;
    padding: 12px;
    gap: 10px;
  }
  .newsletter-form input {
    width: 100%;
    text-align: center;
  }
  .newsletter-form button {
    width: 100%;
    justify-content: center;
  }
}

/* ===== FOOTER (jeshile) ===== */
.site-footer {
  position: relative;
  background: var(--bg-soft);
  border-top: 1px solid var(--line);
  color: var(--body);
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 80px 0 50px;
}

.footer-col {
  flex: 1 1 200px;
}

.footer-about {
  flex: 1 1 300px;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}

.footer-logo img {
  max-height: 60px;
  width: auto;
}

.footer-about p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--body);
  max-width: 320px;
  margin-bottom: 24px;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eef3ea;
  color: var(--accent);
  font-size: 16px;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.footer-social a:hover {
  background: var(--accent);
  color: #fff;
  transform: translateY(-3px);
}

.footer-col h4 {
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 12px;
}

.footer-col h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background: var(--accent);
}

.footer-links ul,
.footer-contact ul {
  list-style: none;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: var(--body);
  font-size: 15px;
  transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-links a:hover {
  color: var(--accent);
  padding-left: 6px;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 15px;
  color: var(--body);
}

.footer-contact li i {
  margin-top: 4px;
  color: var(--accent);
  width: 18px;
  text-align: center;
}

.footer-contact a {
  color: var(--body);
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: var(--accent);
}

.footer-bottom {
  border-top: 1px solid var(--line);
  background: transparent;
}

.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-bottom p {
  font-size: 14px;
  color: var(--body);
}

.footer-credit i {
  color: var(--accent);
  margin-left: 4px;
}

@media (max-width: 575px) {
  .footer-row {
    padding: 60px 0 30px;
  }
  .footer-bottom .container {
    flex-direction: column;
    text-align: center;
  }
}

/* ===== Reduced motion (akses) ===== */
@media (max-width: 992px) {
  html { scroll-padding-top: 90px; }
}
@media (max-width: 560px) {
  html { scroll-padding-top: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  /* hyrjet animuese shfaqen menjëherë, pa lëvizje */
  .anim,
  .anim-right,
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  /* ndal pulset, marquee-n dhe rrotullimet dekorative */
  .video-popup-btn::before,
  .video-popup-btn::after,
  .brands-track,
  .fullscreen-menu.show .fs-nav a {
    animation: none !important;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* ===== Qoshe të rrumbullakosura (30px) — pamje moderne "kartë" ===== */
/* Seksione me sfond → panele të rrumbullakosura */
.why-area,
.newsletter-area {
  border-radius: var(--radius);
}
/* Hapësirë e bardhë midis newsletter-it dhe footer-it */
.newsletter-area {
  margin-bottom: 60px;
}
/* Hero: rrumbullakos vetëm poshtë; Footer: vetëm lart */
.single-slider {
  border-radius: 0 0 var(--radius) var(--radius);
}
.site-footer {
  border-radius: var(--radius) var(--radius) 0 0;
}

/* Karta & imazhe */
.mission-img,
.mission-img img,
.mission-img-shape,
.why-img,
.why-img img,
.banner-img,
.featured-tile,
.video-modal-frame,
.video-modal-frame iframe {
  border-radius: var(--radius);
}

/* Elemente më të vogla → gjysma e rrezes, që të mbeten në harmoni */
.why-badge,
.why-list-icon {
  border-radius: calc(var(--radius) / 2);
}

@media (max-width: 575px) {
  :root { --radius: 22px; }
}

/* ===== Ritmi i seksioneve: 80px desktop / 60px mobile ===== */
.mission-area,
.why-area,
.featured-area,
.brands-area,
.newsletter-area {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* Dy rreshtat e banner-ave trajtohen si një grup i vetëm */
.banner-area {
  padding-top: 80px;
  padding-bottom: 20px;
}
.banner-area-2 {
  padding-top: 20px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .mission-area,
  .why-area,
  .featured-area,
  .brands-area,
  .newsletter-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .banner-area { padding-top: 60px; padding-bottom: 16px; }
  .banner-area-2 { padding-top: 16px; padding-bottom: 60px; }
}

/* =====================================================================
   FAQJA E KONTAKTIT (contact.html) — 3 sektione në stilin Nexcent
   ===================================================================== */

/* ----- SECTION 1: Page hero (titulli i faqes) ----- */
.page-hero {
  padding: 190px 0 70px;
  text-align: center;
}

.page-hero-inner {
  max-width: 760px;
  margin: 0 auto;
}

.page-hero-sub {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--brand);
  padding: 8px 18px;
  border-radius: 50px;
  background: #eaf6dc;
  margin-bottom: 22px;
}

.page-hero-title {
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 20px;
}

.page-hero-desc {
  font-size: 17px;
  line-height: 1.9;
  color: var(--muted);
  max-width: 620px;
  margin: 0 auto 28px;
}

.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
}

.breadcrumb a {
  color: var(--brand);
  transition: color 0.3s ease;
}

.breadcrumb a:hover { color: var(--brand-dark); }
.breadcrumb i { font-size: 10px; color: #b9c4b3; }
.breadcrumb span { color: var(--ink); }

/* ----- SECTION 2: Info cards (tre kartat) ----- */
.cinfo-area { padding: 40px 0 80px; }

.cinfo-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 50px;
}

.cinfo-head .mission-title { margin-bottom: 0; }

.cinfo-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.cinfo-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 40px 34px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(20, 32, 26, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.cinfo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 55px rgba(20, 32, 26, 0.12);
  border-color: #d7e6c6;
}

.cinfo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 20px;
  font-size: 28px;
  color: var(--brand);
  background: #eaf6dc;
  margin-bottom: 24px;
  transition: background 0.3s ease, color 0.3s ease;
}

.cinfo-card:hover .cinfo-icon {
  background: var(--brand);
  color: #fff;
}

.cinfo-card h3 {
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 12px;
}

.cinfo-card p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 20px;
}

.cinfo-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--brand);
  transition: gap 0.3s ease, color 0.3s ease;
}

.cinfo-link i { font-size: 11px; }
.cinfo-link:hover { color: var(--brand-dark); gap: 12px; }

/* ----- SECTION 3: Form + Map ----- */
.cform-area { padding: 40px 0 100px; }

.cform-row {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: stretch;
}

/* Të dyja kolonat kolonë-flex → titulli sipër, karta mbush lartësinë */
.cform-col-text,
.cform-col-map {
  display: flex;
  flex-direction: column;
}

.cform-col-text .contact-form { flex: 1; }

.cform-intro {
  font-size: 16px;
  line-height: 1.9;
  color: var(--muted);
  max-width: 520px;
  margin-bottom: 34px;
}

/* Titulli sipër secilës anë (formulari & orari) — të rreshtuara në një linjë */
.cform-head {
  margin-bottom: 28px;
}

.cform-head .mission-sub {
  margin-bottom: 12px;
}

.cform-heading {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--ink);
}

/* Forma */
.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 38px;
  box-shadow: 0 15px 40px rgba(20, 32, 26, 0.06);
}

.cform-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 26px;
}

.cform-field { display: flex; flex-direction: column; }
.cform-field-full { grid-column: 1 / -1; }

.cform-field label {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
}

.cform-field input,
.cform-field textarea {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  color: var(--ink);
  background: var(--bg-soft);
  border: 1.5px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.cform-field textarea { resize: vertical; min-height: 120px; }

.cform-field input::placeholder,
.cform-field textarea::placeholder { color: #9aa79a; }

.cform-field input:focus,
.cform-field textarea:focus {
  border-color: var(--brand);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(90, 163, 38, 0.12);
}

.cform-submit { border: none; cursor: pointer; }

.cform-msg {
  min-height: 22px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--brand-dark);
}

/* Gjendjet e mesazheve (kontakt + newsletter) */
.cform-msg.is-ok,
.newsletter-msg.is-ok { color: #2f7d18; }

.cform-msg.is-error,
.newsletter-msg.is-error { color: #c0392b; }

.cform-msg.is-pending,
.newsletter-msg.is-pending { color: var(--muted); }

/* Kurthi anti-spam — i fshehur nga njerëzit, i dukshëm për botët */
.cform-trap {
  position: absolute !important;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Butonat gjatë dërgimit */
.contact-form button[disabled],
.newsletter-form button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Orari */
.cform-hours {
  background: var(--ink);
  color: #fff;
  border-radius: 24px;
  padding: 32px 34px;
}

/* Karta bindëse (ana e djathtë) — mbush gjithë lartësinë e kolonës */
.cform-cta {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cform-cta-text {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 24px;
}

.cform-cta-list {
  list-style: none;
  margin: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cform-cta-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 500;
}

.cform-cta-list li i {
  color: var(--brand-light);
  font-size: 17px;
}

.cform-cta .cform-social {
  margin-top: 28px;
}

.cform-hours h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 20px;
}

.cform-hours h3 i { color: var(--brand-light); }

.cform-hours ul {
  list-style: none;
  margin-bottom: 24px;
}

.cform-hours li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.cform-hours li:last-child { border-bottom: none; }
.cform-hours li span { color: rgba(255, 255, 255, 0.75); }
.cform-hours li strong { font-weight: 600; }

.cform-social {
  display: flex;
  gap: 12px;
}

.cform-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 15px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.cform-social a:hover {
  background: var(--brand);
  transform: translateY(-3px);
}

/* ----- HARTA full-width (në fund të faqes) ----- */
.cmap-area {
  position: relative;
  padding: 0 20px;
}

.cmap-frame {
  line-height: 0;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(20, 32, 26, 0.08);
}

.cmap-frame iframe {
  display: block;
  width: 100%;
  height: 460px;
  border: 0;
  filter: grayscale(0.15);
}

.cmap-card {
  position: absolute;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(92%, 620px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px 26px;
  box-shadow: 0 25px 55px rgba(20, 32, 26, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cmap-card:hover {
  transform: translateX(-50%) translateY(-4px);
  box-shadow: 0 30px 65px rgba(20, 32, 26, 0.24);
}

.cmap-card-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  font-size: 22px;
  color: #fff;
  background: var(--brand);
}

.cmap-card-text { flex: 1 1 auto; }

.cmap-card-text h3 {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 4px;
}

.cmap-card-text p {
  font-size: 14px;
  color: var(--muted);
}

.cmap-card-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--brand);
}

.cmap-card-cta i { font-size: 12px; }

/* ----- Responsive ----- */
@media (max-width: 991px) {
  .page-hero { padding: 160px 0 50px; }
  .page-hero-title { font-size: 38px; }
  .cinfo-row { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .cform-row { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 575px) {
  .page-hero { padding: 140px 0 40px; }
  .page-hero-title { font-size: 30px; }
  .page-hero-desc { font-size: 15px; }
  .cform-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 26px; }
  .cform-hours { padding: 26px; }

  .cmap-frame iframe { height: 380px; }
  .cmap-card {
    position: static;
    transform: none;
    width: calc(100% - 30px);
    margin: -50px auto 0;
    flex-wrap: wrap;
    gap: 14px;
  }
  .cmap-card:hover { transform: translateY(-4px); }
  .cmap-card-cta { width: 100%; }
}

/* =====================================================================
   FAQJA RRETH NESH (about.html)
   ===================================================================== */

/* ----- HERO imersiv me 3D ----- */
.about-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 16px 16px 0;
  border-radius: 44px;
  padding: 190px 0 110px;
  color: #fff;
  background:
    radial-gradient(130% 120% at 82% 8%, #1e3f28 0%, transparent 52%),
    linear-gradient(158deg, #0d1611 0%, #13241a 52%, #16311f 100%);
  box-shadow: 0 30px 70px rgba(13, 22, 17, 0.28);
}

/* rrjet me pika që zbehet lart */
.about-hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(120% 90% at 50% 0%, #000 35%, transparent 88%);
  mask-image: radial-gradient(120% 90% at 50% 0%, #000 35%, transparent 88%);
}

/* dritat-glow jeshile */
.about-hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.55;
  pointer-events: none;
}

.about-hero-glow-1 {
  width: 520px; height: 520px;
  top: -160px; right: -120px;
  background: radial-gradient(circle, rgba(90, 163, 38, 0.75) 0%, transparent 70%);
}

.about-hero-glow-2 {
  width: 460px; height: 460px;
  bottom: -180px; left: -140px;
  background: radial-gradient(circle, rgba(108, 180, 86, 0.5) 0%, transparent 70%);
  opacity: 0.4;
}

/* ikona dekorative lundruese */
.about-hero-deco {
  position: absolute;
  z-index: 0;
  color: rgba(255, 255, 255, 0.07);
  pointer-events: none;
}

.about-hero-deco-1 {
  font-size: 130px;
  top: 20%; left: 4%;
  animation: aboutFloat 7s ease-in-out infinite;
}

.about-hero-deco-2 {
  font-size: 40px;
  top: 26%; right: 12%;
  color: rgba(108, 180, 86, 0.35);
  animation: aboutFloat 5.5s ease-in-out infinite 0.4s;
}

.about-hero-deco-3 {
  font-size: 26px;
  bottom: 20%; left: 46%;
  color: rgba(108, 180, 86, 0.3);
  animation: aboutFloat 6.5s ease-in-out infinite 1s;
}

@keyframes aboutFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-22px) rotate(6deg); }
}

.about-hero-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}

/* --- Teksti --- */
.about-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #eaf6dc;
  padding: 9px 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  margin-bottom: 26px;
}

.about-hero-badge i { color: var(--brand-light); }

.about-hero-title {
  font-family: "Poppins", sans-serif;
  font-size: 54px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 22px;
}

.about-hero-title span {
  position: relative;
  color: var(--brand-light);
  white-space: nowrap;
}

.about-hero-title span::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 4px;
  height: 10px;
  background: rgba(90, 163, 38, 0.28);
  border-radius: 4px;
  z-index: -1;
}

.about-hero-desc {
  font-size: 17px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.78);
  max-width: 540px;
  margin-bottom: 34px;
}

.about-hero-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 44px;
}

.about-hero-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.about-hero-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.55);
}

.about-hero-ghost i { font-size: 12px; }

.about-hero-trust {
  list-style: none;
  display: flex;
  gap: 40px;
}

.about-hero-trust li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
}

.about-hero-trust li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -20px; top: 6px; bottom: 6px;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.about-hero-trust strong {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.about-hero-trust span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}

/* --- Vizuali 3D --- */
.about-hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 460px;
}

.about-hero-orb {
  position: absolute;
  width: 420px; height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(90, 163, 38, 0.55) 0%, rgba(90, 163, 38, 0.12) 45%, transparent 68%);
  filter: blur(6px);
  z-index: 1;
}

.about-hero-ring {
  position: absolute;
  width: 380px; height: 380px;
  border-radius: 50%;
  border: 1.5px dashed rgba(255, 255, 255, 0.18);
  z-index: 1;
  animation: aboutSpin 40s linear infinite;
}

@keyframes aboutSpin {
  to { transform: rotate(360deg); }
}

.about-hero-canvas {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 460px;
  cursor: grab;
}

.about-hero-canvas:active { cursor: grabbing; }
.about-hero-canvas canvas { display: block; }

/* --- Treguesi i scroll-it --- */
.about-hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
  animation: aboutBob 2s ease-in-out infinite;
}

.about-hero-scroll:hover { background: var(--brand); border-color: var(--brand); }

@keyframes aboutBob {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero-deco,
  .about-hero-ring,
  .about-hero-scroll { animation: none; }
}

.about-title {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 20px;
}

/* ----- SECTION 2: Historia ----- */
.about-story { padding: 90px 0; }

.about-story-row {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 60px;
  align-items: center;
}

.about-story-img {
  position: relative;
  padding: 0 22px 22px 0;
}

.about-story-img img {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 26px;
  box-shadow: 0 25px 55px rgba(20, 32, 26, 0.18);
}

.about-story-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 62%;
  height: 78%;
  border-radius: 26px;
  background: linear-gradient(155deg, var(--brand-light) 0%, var(--brand) 60%, var(--brand-deep) 100%);
  z-index: 1;
}

.about-story-badge {
  position: absolute;
  left: -18px;
  bottom: 28px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #fff;
  border-radius: 18px;
  padding: 20px 24px;
  max-width: 210px;
  box-shadow: 0 20px 45px rgba(20, 32, 26, 0.18);
}

.about-story-badge-num {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: var(--brand);
}

.about-story-badge-num span { font-size: 26px; }

.about-story-badge-txt {
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
}

.about-lead {
  font-size: 18px;
  line-height: 1.8;
  color: var(--ink);
  font-weight: 500;
  margin-bottom: 18px;
}

.about-desc {
  font-size: 16px;
  line-height: 1.9;
  color: var(--muted);
  margin-bottom: 28px;
}

.about-mini-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 34px;
}

.about-mini-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
}

.about-mini-list li i { color: var(--brand); font-size: 17px; }

.about-signature {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  border-left: 3px solid var(--brand);
}

.about-signature-name {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
}

.about-signature-role {
  font-size: 14px;
  color: var(--muted);
}

/* ----- SECTION 3: Statistikat (brez jeshil) ----- */
.about-stats {
  margin: 0 16px;
  border-radius: 36px;
  padding: 60px 40px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
  box-shadow: 0 25px 55px rgba(72, 131, 30, 0.28);
  overflow: hidden;
}

.about-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.about-stat {
  text-align: center;
  color: #fff;
  padding: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.about-stat:last-child { border-right: none; }

.about-stat-num {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
}

.about-stat-label {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

/* ----- SECTION 4: Misioni / Vizioni / Vlerat ----- */
.about-values { padding: 90px 0; }

.about-values-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 50px;
}

.about-values-head .about-title { margin-bottom: 0; }

.about-values-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.about-value-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 40px 34px;
  box-shadow: 0 15px 40px rgba(20, 32, 26, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.about-value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 55px rgba(20, 32, 26, 0.12);
  border-color: #d7e6c6;
}

.about-value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  font-size: 27px;
  color: var(--brand);
  background: #eaf6dc;
  margin-bottom: 24px;
  transition: background 0.3s ease, color 0.3s ease;
}

.about-value-card:hover .about-value-icon {
  background: var(--brand);
  color: #fff;
}

.about-value-card h3 {
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 12px;
}

.about-value-card p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}

/* ----- SECTION 5: Timeline ----- */
.about-timeline-area { padding: 40px 0 90px; }

.about-timeline-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 60px;
}

.about-timeline-head .about-title { margin-bottom: 0; }

.about-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
}

/* vija horizontale që lidh pikat */
.about-timeline::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 6%;
  right: 6%;
  height: 2px;
  background: var(--line);
  z-index: 0;
}

.about-tl-item {
  position: relative;
  z-index: 1;
  padding-top: 34px;
  text-align: center;
}

.about-tl-dot {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--brand);
  border: 4px solid #fff;
  box-shadow: 0 0 0 3px #eaf6dc;
}

.about-tl-year {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 8px;
}

.about-tl-item h3 {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
}

.about-tl-item p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

/* ----- SECTION 6: CTA ----- */
.about-cta { padding: 40px 0 100px; }

.about-cta-inner {
  background: var(--ink);
  border-radius: 34px;
  padding: 70px 40px;
  text-align: center;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(90, 163, 38, 0.35) 0%, transparent 45%),
    radial-gradient(circle at 85% 80%, rgba(90, 163, 38, 0.25) 0%, transparent 45%);
}

.about-cta-title {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.about-cta-text {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
  max-width: 560px;
  margin: 0 auto 34px;
}

.about-cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.about-cta-btns .b-button a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.about-cta-btns .b-button a:hover {
  background: #fff;
  border-color: #fff;
  color: var(--ink);
}

/* ----- Responsive ----- */
@media (max-width: 991px) {
  .about-hero { padding: 170px 0 90px; text-align: center; border-radius: 34px; }
  .about-stats { border-radius: 30px; }
  .about-hero-row { grid-template-columns: 1fr; gap: 20px; }
  .about-hero-title { font-size: 40px; }
  .about-hero-desc { margin-left: auto; margin-right: auto; }
  .about-hero-btns { justify-content: center; }
  .about-hero-trust { justify-content: center; }
  .about-hero-visual { order: -1; min-height: 360px; }
  .about-hero-canvas { height: 360px; }
  .about-hero-orb { width: 320px; height: 320px; }
  .about-hero-ring { width: 300px; height: 300px; }
  .about-hero-deco-1 { font-size: 90px; }
  .about-hero-scroll { display: none; }

  .about-title { font-size: 29px; }
  .about-story-row { grid-template-columns: 1fr; gap: 60px; }
  .about-story-img { max-width: 520px; }
  .about-stats-row { grid-template-columns: repeat(2, 1fr); gap: 40px 20px; }
  .about-stat:nth-child(2) { border-right: none; }
  .about-values-row { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }

  .about-timeline { grid-template-columns: 1fr; gap: 0; }
  .about-timeline::before {
    top: 0;
    bottom: 0;
    left: 9px;
    right: auto;
    width: 2px;
    height: auto;
  }
  .about-tl-item {
    text-align: left;
    padding: 0 0 34px 40px;
  }
  .about-tl-item:last-child { padding-bottom: 0; }
  .about-tl-dot { left: 9px; top: 4px; transform: translateX(-50%); }
}

@media (max-width: 575px) {
  .about-hero { padding: 150px 0 70px; margin: 10px 10px 0; border-radius: 26px; }
  .about-stats { margin: 0 10px; border-radius: 22px; padding: 50px 22px; }
  .about-hero-title { font-size: 31px; }
  .about-hero-desc { font-size: 15px; }
  .about-hero-trust { gap: 26px; }
  .about-hero-trust li:not(:last-child)::after { right: -13px; }
  .about-hero-trust strong { font-size: 24px; }
  .about-hero-canvas { height: 300px; }
  .about-hero-orb { width: 250px; height: 250px; }
  .about-hero-ring { width: 240px; height: 240px; }

  .about-story { padding: 60px 0; }
  .about-stats-row { grid-template-columns: 1fr; }
  .about-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.18); padding-bottom: 22px; }
  .about-stat:last-child { border-bottom: none; }
  .about-values, .about-timeline-area { padding: 50px 0; }
  .about-stat-num { font-size: 40px; }
  .about-cta-inner { padding: 50px 24px; }
  .about-cta-title { font-size: 27px; }
  .about-cta-btns { flex-direction: column; }
  .about-cta-btns .c-btn,
  .about-cta-btns .b-button,
  .about-cta-btns .b-button a { width: 100%; justify-content: center; }
}

/* ============ FAQET LIGJORE (privatesia / kushtet / 404) ============ */
.legal-area {
  padding: 80px 0 100px;
}

.legal-inner {
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #eef0ec;
  border-radius: 16px;
  padding: 48px 52px 54px;
  box-shadow: 0 10px 30px rgba(31, 31, 44, 0.05);
}

.legal-updated {
  display: inline-block;
  margin-bottom: 28px;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(90, 163, 38, 0.1);
  font-size: 13px;
  font-weight: 600;
  color: var(--brand-dark);
}

.legal-inner h2 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  margin: 34px 0 12px;
  padding-top: 22px;
  border-top: 1px solid #eef0ec;
}

.legal-inner h2:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.legal-inner p,
.legal-inner li {
  font-size: 15px;
  line-height: 1.85;
  color: var(--muted);
}

.legal-inner p { margin-bottom: 14px; }

.legal-inner ul {
  margin: 0 0 18px;
  padding-left: 22px;
  list-style: disc;
}

.legal-inner li { margin-bottom: 8px; }
.legal-inner strong { color: var(--ink); font-weight: 600; }

.legal-inner a {
  color: var(--brand);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-inner a:hover { color: var(--brand-dark); }

.legal-lead {
  font-size: 17px !important;
  line-height: 1.8;
  margin-bottom: 26px;
}

/* linqet te faqja 404 */
.nf-links {
  list-style: none !important;
  padding-left: 0 !important;
  display: grid;
  gap: 12px;
}

.nf-links li { margin-bottom: 0; }

.nf-links a {
  display: block;
  padding: 16px 22px;
  border: 1px solid #eef0ec;
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--brand-dark);
  text-decoration: none;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.nf-links a:hover {
  border-color: rgba(90, 163, 38, 0.45);
  background: rgba(90, 163, 38, 0.05);
  transform: translateX(4px);
}

/* linqet ligjore te fundi i faqes */
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  align-items: center;
}

.footer-legal a {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.25s ease;
}

.footer-legal a:hover { color: #fff; }

@media (max-width: 767px) {
  .legal-area { padding: 50px 0 70px; }
  .legal-inner { padding: 30px 22px 36px; border-radius: 12px; }
  .legal-inner h2 { font-size: 18px; }
}

/* ============ BUTONI "KTHEHU LART" ============ */
.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  box-shadow: 0 10px 24px rgba(72, 131, 30, 0.32);
  transition: opacity 0.3s ease, transform 0.3s ease,
              visibility 0.3s ease, background 0.25s ease;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--accent-strong);
  transform: translateY(-3px);
}

@media (max-width: 575px) {
  .back-to-top { right: 14px; bottom: 14px; width: 42px; height: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top { transition: opacity 0.2s ease, visibility 0.2s ease; }
}

/* ============================================================
   KËRKIMI DHE SHPORTA NË HEADER
   ============================================================ */

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ---------- Kërkimi ---------- */

.nav-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 210px;
  height: 44px;
  padding: 0 12px;
  border: 1.5px solid rgba(20, 32, 26, 0.12);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.65);
  transition: width 0.3s ease, border-color 0.25s ease, background 0.25s ease;
}

.nav-search:focus-within {
  width: 300px;
  border-color: rgba(90, 163, 38, 0.5);
  background: #fff;
  box-shadow: 0 8px 22px rgba(57, 99, 31, 0.12);
}

.nav-search-icon {
  flex: 0 0 auto;
  font-size: 13px;
  color: var(--muted);
  pointer-events: none;
}

.nav-search-input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0 8px;
  border: 0;
  background: transparent;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  color: var(--ink);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.nav-search-input::placeholder { color: #99a49b; }
.nav-search-input::-webkit-search-cancel-button { display: none; }

.nav-search-clear {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 50%;
  background: rgba(20, 32, 26, 0.08);
  color: var(--muted);
  font-size: 11px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-search-clear:hover { background: rgba(20, 32, 26, 0.16); color: var(--ink); }

/* ---------- Sugjerimet ---------- */

.nav-search-results {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 1200;
  max-height: 380px;
  overflow-y: auto;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(31, 31, 44, 0.16);
}

.nav-search-results[hidden] { display: none; }

.nav-search-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 9px;
  text-decoration: none;
  transition: background 0.18s ease;
}

.nav-search-item:hover,
.nav-search-item.is-active {
  background: rgba(90, 163, 38, 0.09);
}

.nav-search-item-text { min-width: 0; }

.nav-search-item-name {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-search-item-brand {
  display: block;
  margin-top: 2px;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--accent);
}

.nav-search-item-price {
  flex: 0 0 auto;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--brand-dark);
  white-space: nowrap;
}

.nav-search-state {
  padding: 16px 12px;
  text-align: center;
  font-size: 13.5px;
  color: var(--muted);
}

.nav-search-all {
  display: block;
  margin-top: 4px;
  padding: 11px 12px;
  border-top: 1px solid var(--line);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent-strong);
  text-decoration: none;
  border-radius: 0 0 9px 9px;
}

.nav-search-all:hover { background: rgba(90, 163, 38, 0.09); }

/* ---------- Shporta (vetëm ikonë) ---------- */

.nav-icon-btn {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1.5px solid rgba(20, 32, 26, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
  color: var(--ink);
  font-size: 15px;
  transition: background 0.25s ease, border-color 0.25s ease,
              color 0.25s ease, transform 0.25s ease;
}

.nav-icon-btn:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
  transform: translateY(-2px);
}

.dm-cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.dm-cart-count.is-empty { display: none; }

/* numri te menuja fullscreen — inline, jo i pozicionuar */
.fs-nav .dm-cart-count {
  position: static;
  display: inline-grid;
  border: 0;
  margin-left: 6px;
  vertical-align: middle;
}

/* ---------- Responsive ---------- */

@media (max-width: 1300px) {
  .nav-search { width: 170px; }
  .nav-search:focus-within { width: 250px; }
}

@media (max-width: 1150px) {
  .nav-search { display: none; }
}

@media (max-width: 991px) {
  .nav-actions .nav-cta { display: none; }
  .nav-icon-btn { width: 42px; height: 42px; }
}

/* ============================================================
   HEADER MË I GJERË
   Përmbajtja e header-it nuk kufizohet më te 1200px si trupi i
   faqes — merr gjerësinë e disponueshme, që menuja, kërkimi dhe
   shporta të marrin frymë.
   ============================================================ */

.site-nav {
  left: 12px;
  right: 12px;
}

.site-nav .container {
  max-width: 1660px;
  padding-left: 34px;
  padding-right: 34px;
}

.nav-inner {
  gap: 34px;
}

/* menuja merr hapësirën e mbetur, veprimet rrinë djathtas */
.nav-inner .main-nav {
  flex: 1;
  justify-content: flex-start;
}

.nav-inner .nav-actions {
  margin-left: auto;
}

/* kërkimi mund të zgjerohet më shumë tani */
@media (min-width: 1400px) {
  .nav-search { width: 260px; }
  .nav-search:focus-within { width: 380px; }
}

@media (max-width: 1500px) {
  .site-nav .container { padding-left: 26px; padding-right: 26px; }
  .nav-inner { gap: 26px; }
}

@media (max-width: 991px) {
  .site-nav { left: 10px; right: 10px; }
  .site-nav .container { padding-left: 18px; padding-right: 18px; }
}

/* ============================================================
   ASISTENTI (CHATBOT)
   ============================================================ */

.dm-chat {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1400;
  font-family: "Rubik", -apple-system, sans-serif;
}

/* butoni rrethor */
.dm-chat-toggle {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 21px;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(72, 131, 30, 0.4);
  transition: background 0.25s ease, transform 0.25s ease;
}

.dm-chat-toggle:hover { background: var(--accent-strong); transform: scale(1.06); }

.dm-chat-icon-close { display: none; }
.dm-chat.is-open .dm-chat-icon-open { display: none; }
.dm-chat.is-open .dm-chat-icon-close { display: block; }

/* paneli */
.dm-chat-panel {
  position: absolute;
  right: 0;
  bottom: 72px;
  display: flex;
  flex-direction: column;
  width: 380px;
  height: 540px;
  max-height: calc(100vh - 130px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(20, 32, 26, 0.24);
  animation: dmChatIn 0.26s cubic-bezier(0.2, 0.8, 0.3, 1);
}

.dm-chat-panel[hidden] { display: none; }

@keyframes dmChatIn {
  from { opacity: 0; transform: translateY(14px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* koka */
.dm-chat-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: linear-gradient(135deg, #1b2a22 0%, #24382c 60%, #2c4434 100%);
  color: #fff;
}

.dm-chat-head-avatar {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  font-size: 16px;
}

.dm-chat-head-text { flex: 1; min-width: 0; line-height: 1.3; }
.dm-chat-head-text strong { display: block; font-family: "Poppins", sans-serif; font-size: 14.5px; }
.dm-chat-head-text span { font-size: 11.5px; opacity: 0.75; }

.dm-chat-close {
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  cursor: pointer;
  padding: 4px;
}
.dm-chat-close:hover { color: #fff; }

/* trupi */
.dm-chat-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  background: var(--bg-soft);
  scroll-behavior: smooth;
}

.dm-chat-msg { display: flex; margin-bottom: 10px; }
.dm-chat-msg--bot  { justify-content: flex-start; }
.dm-chat-msg--user { justify-content: flex-end; }

.dm-chat-bubble {
  max-width: 84%;
  padding: 11px 14px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.6;
  word-wrap: break-word;
}

.dm-chat-msg--bot .dm-chat-bubble {
  background: #fff;
  border: 1px solid var(--line);
  border-bottom-left-radius: 4px;
  color: var(--ink);
}

.dm-chat-msg--user .dm-chat-bubble {
  background: var(--accent);
  border-bottom-right-radius: 4px;
  color: #fff;
}

.dm-chat-bubble a { color: var(--accent-strong); text-decoration: underline; }
.dm-chat-msg--user .dm-chat-bubble a { color: #fff; }

/* "duke shkruar" */
.dm-chat-typing .dm-chat-bubble { display: flex; gap: 4px; padding: 14px; }
.dm-chat-typing span {
  width: 6px; height: 6px; border-radius: 50%;
  background: #b9c2b8;
  animation: dmDot 1.2s infinite;
}
.dm-chat-typing span:nth-child(2) { animation-delay: 0.15s; }
.dm-chat-typing span:nth-child(3) { animation-delay: 0.3s; }

@keyframes dmDot {
  0%, 60%, 100% { opacity: 0.3; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-3px); }
}

/* lista brenda flluskave */
.dm-chat-list { margin: 8px 0 0; padding-left: 18px; }
.dm-chat-list li { margin-bottom: 5px; }

/* kartat e produkteve */
.dm-chat-products { margin-top: 10px; display: grid; gap: 7px; }

.dm-chat-product {
  display: block;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg-soft);
  text-decoration: none !important;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.dm-chat-product:hover { border-color: rgba(90, 163, 38, 0.5); background: #fff; }

.dm-chat-product-brand {
  display: block;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
}

.dm-chat-product-name {
  display: block;
  margin: 2px 0 5px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--ink);
}

.dm-chat-product-meta { display: flex; align-items: center; gap: 10px; }

.dm-chat-product-price {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--brand-dark);
}

.dm-chat-stock { font-size: 11px; font-weight: 600; }
.dm-chat-stock.in { color: #2f7d18; }
.dm-chat-stock.out { color: #c0392b; }

.dm-chat-more {
  display: inline-block;
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--accent-strong);
}

/* markat */
.dm-chat-brands { margin-top: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }

.dm-chat-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--bg-soft);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none !important;
}

.dm-chat-brand span { font-size: 10.5px; font-weight: 500; color: var(--muted); }
.dm-chat-brand:hover { border-color: rgba(90, 163, 38, 0.5); background: #fff; }

/* chips */
.dm-chat-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 4px; }

.dm-chat-chip {
  padding: 8px 14px;
  border: 1px solid rgba(90, 163, 38, 0.35);
  border-radius: 50px;
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--accent-strong);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.dm-chat-chip:hover { background: var(--accent); border-color: var(--accent); color: #fff; }

/* forma */
.dm-chat-form {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.dm-chat-input {
  flex: 1;
  min-width: 0;
  height: 42px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 50px;
  background: var(--bg-soft);
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  color: var(--ink);
  outline: none;
}

.dm-chat-input:focus { border-color: var(--accent); background: #fff; }

.dm-chat-send {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.dm-chat-send:hover { background: var(--accent-strong); }

/* butoni "kthehu lart" ngrihet që të mos përplaset */
.back-to-top { bottom: 94px; }

@media (max-width: 575px) {
  .dm-chat { right: 14px; bottom: 14px; }
  .dm-chat-toggle { width: 52px; height: 52px; font-size: 19px; }
  .dm-chat-panel {
    position: fixed;
    right: 10px;
    left: 10px;
    bottom: 78px;
    width: auto;
    height: calc(100vh - 120px);
  }
  .back-to-top { bottom: 78px; right: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .dm-chat-panel { animation: none; }
  .dm-chat-typing span { animation: none; }
  .dm-chat-body { scroll-behavior: auto; }
}
