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

html {
  scroll-behavior: smooth;
}

html {
  background: #ffffff;
}

body {
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #1a1a1a;
  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;
}

#nerveCanvas {
  display: block;
  width: 100%;
  height: 100%;
}

/* Dhëmbi 3D si sfond (rrotullohet me scroll) */
.tooth-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;           /* dukshmëri mesatare */
  pointer-events: none;   /* mos e bllokon klikimin mbi faqe */
}

.tooth-bg canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

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 ===== */
.site-header {
  position: relative;
  z-index: 1000;
}

/* ===== DENTAL BONE NAV (SVG, transparent) ===== */
.dental-nav-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  padding: 0;
  /* lejo që kontenti poshtë të klikohet/skrollohet nëpër zonat transparente */
  pointer-events: none;
}

.bone-nav {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  height: 200px;
}

.bone-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;       /* shtrihet në gjerësi, lartësia mbetet 200px */
  display: block;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  filter: drop-shadow(0 12px 18px rgba(20, 45, 80, 0.16));
}

/* vetëm elementet ndërvepruese kapin klikimet */
.tooth-badge,
.dn-item,
.dots-btn {
  pointer-events: auto;
}

.bone-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  /* hapësira të përputhura me skajet e kockës në imazh */
  padding: 0 9% 0 7%;
}

/* Stema blu-e-errët me dhëmb (majtas) */
.tooth-badge {
  flex: 0 0 auto;
  width: 7vw;
  height: 7vw;
  max-width: 116px;
  max-height: 116px;
  min-width: 66px;
  min-height: 66px;
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  background: linear-gradient(155deg, #84cc4a 0%, #69b42d 58%, #57991f 100%);
  color: #fff;
  font-size: 34px;
  box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.22),
    0 8px 16px rgba(57, 99, 31, 0.35);
  transition: transform 0.3s ease;
}
.tooth-badge:hover { transform: translateY(-2px); }

.tooth-svg {
  width: 56%;
  height: 56%;
  color: #fff;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.25));
}

.badge-logo {
  width: 86%;
  height: 86%;
  object-fit: contain;
  pointer-events: none;
}

/* Lista e navigimit */
.dental-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.dn-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  color: #1f2e4d;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  white-space: nowrap;
  transition: color 0.25s ease, transform 0.25s ease;
}
.dn-item i { font-size: 21px; }
.dn-item:hover { color: #69b42d; transform: translateY(-2px); }

.dn-item.active { color: #69b42d; }
.dn-item.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 26px;
  height: 3px;
  border-radius: 3px;
  background: #69b42d;
}

/* Butoni me 9 pika (hap menunë fullscreen) */
.dots-btn {
  flex: 0 0 auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(3, 6px);
  grid-auto-rows: 6px;
  gap: 5px;
  padding: 6px;
}
.dots-btn span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8ba2c4;
  transition: background 0.25s ease;
}
.dots-btn:hover span { background: #69b42d; }

/* Header gjithmonë fixed — sticky nuk ndryshon asgjë shtesë */

/* Responsive */
@media (max-width: 1100px) {
  .dental-nav { gap: 20px; }
  .dn-item { font-size: 11px; }
  .dn-item i { font-size: 19px; }
}

@media (max-width: 992px) {
  /* në tablet/mobile: vetëm stema + pikat, navigimi te menuja fullscreen */
  .bone-nav { height: 150px; }
  .dental-nav { display: none; }
  .bone-content { padding: 0 11% 0 6%; }
}

@media (max-width: 560px) {
  .bone-nav { height: 110px; }
}

/* ===== 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%, #3c6f20 0%, #2c5417 55%, #16300a 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: #69b42d; 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: #69b42d;
  width: 34px;
  transition: color 0.25s ease;
}
.fs-nav a:hover { color: #69b42d; transform: translateX(6px); }
.fs-nav a:hover i { color: #69b42d; }

.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: #69b42d; transform: translateY(-3px); }

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

/* --- Top bar --- */
.header-top-area {
  background: #1f1f2c;
  color: #c5c5d3;
  font-size: 14px;
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
}

.header-top-left {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-top-info i {
  color: #69b42d;
  margin-right: 6px;
}

.header-top-info a {
  color: #fff;
  font-weight: 500;
}

.header-link a {
  color: #c5c5d3;
  transition: color 0.3s ease;
}

.header-link a:hover {
  color: #69b42d;
}

.header-link i {
  color: #69b42d;
  margin-right: 5px;
}

.header_right {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
}

.header_right a {
  color: #c5c5d3;
  font-size: 14px;
  transition: color 0.3s ease;
}

.header_right a:hover {
  color: #69b42d;
}

.header_right i {
  margin-right: 5px;
  font-size: 12px;
}

/* --- Main menu --- */
.main-menu-area {
  background: #fff;
  border-bottom: 1px solid #f0f0f5;
  transition: all 0.3s ease;
}

.main-menu-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  animation: stickySlide 0.5s ease;
}

@keyframes stickySlide {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

.main-menu-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
}

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

/* --- Navigation --- */
.main-nav {
  display: flex;
  align-items: center;
  list-style: none;
}

.main-nav > li {
  position: relative;
}

.main-nav > li > a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #1f1f2c;
  padding: 33px 18px;
  transition: color 0.3s ease;
}

.main-nav > li:hover > a,
.main-nav > li.active > a {
  color: #69b42d;
}

.main-nav > li.dropdown > a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 11px;
  margin-left: 6px;
}

/* --- Sub menu --- */
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 12px 0;
  border-radius: 6px;
  border-top: 3px solid #69b42d;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
  z-index: 100;
}

.main-nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sub-menu li a {
  display: block;
  padding: 9px 24px;
  font-size: 14px;
  font-weight: 400;
  color: #56566a;
  transition: all 0.3s ease;
}

.sub-menu li a:hover {
  color: #69b42d;
  padding-left: 30px;
}

/* --- Header right (search, cart, bars) --- */
.header-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-search-form {
  position: relative;
  display: flex;
  align-items: center;
}

.header-search-form input {
  width: 200px;
  height: 44px;
  border: 1px solid #e4e4ec;
  border-radius: 50px;
  padding: 0 45px 0 20px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
}

.header-search-form input:focus {
  border-color: #69b42d;
}

.header-search-form button {
  position: absolute;
  right: 16px;
  background: none;
  border: none;
  color: #1f1f2c;
  cursor: pointer;
  font-size: 15px;
}

.header-cart .lnk-cart {
  display: flex;
  align-items: center;
}

.items-cart-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.basket {
  position: relative;
  font-size: 24px;
  color: #1f1f2c;
}

.basket-item-count {
  position: absolute;
  top: -8px;
  left: 14px;
}

.cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  background: #69b42d;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 50%;
  padding: 0 4px;
}

.total-price-basket .lbl {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1f1f2c;
  margin-left: 10px;
}

.menu-bar.info-bar a {
  font-size: 22px;
  color: #1f1f2c;
  transition: color 0.3s ease;
}

.menu-bar.info-bar a:hover {
  color: #69b42d;
}

.mobile-nav-toggle {
  display: none;
  font-size: 24px;
  color: #1f1f2c;
}

/* --- Side info panel --- */
.extra-info {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  max-width: 85%;
  height: 100%;
  background: #1f1f2c;
  color: #c5c5d3;
  padding: 40px 35px;
  z-index: 1100;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.4s ease;
}

.extra-info.show {
  transform: translateX(0);
}

.close-icon {
  text-align: right;
  margin-bottom: 20px;
}

.close-icon button {
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close-icon button:hover {
  color: #69b42d;
}

.logo-side {
  margin-bottom: 35px;
}

.logo-side img {
  max-height: 42px;
}

.side-info .contact-list {
  margin-bottom: 28px;
}

.side-info h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
}

.side-info p {
  font-size: 14px;
  line-height: 1.7;
}

.social-icon-right {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.social-icon-right a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.social-icon-right a:hover {
  background: #69b42d;
}

.sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 1099;
  transition: all 0.4s ease;
}

.sidebar-overlay.show {
  opacity: 1;
  visibility: visible;
}

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

.single-slider {
  position: relative;
  min-height: 750px;
  padding-top: 120px;
  background: linear-gradient(135deg, #f1f8e8 0%, #ddeec7 45%, #c7e3a6 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(105, 180, 45, 0.22);
}

.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: #69b42d;
  margin-bottom: 18px;
}

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

.hero-slider-caption .hero-desc {
  font-size: 16px;
  color: #6e6e7e;
  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: #69b42d;
  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(105, 180, 45, 0.3);
}

.c-btn:hover {
  background: #4f8c1c;
  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: #1f1f2c;
  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: #69b42d;
  border-color: #69b42d;
  color: #fff;
}

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

/* --- Imazhi --- */
.slider-img {
  text-align: right;
}

.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;
}

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

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

.banner-text span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #69b42d;
  margin-bottom: 12px;
}

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

.red-b-button a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #1f1f2c;
  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: #69b42d;
  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: 1199px) {
  .container-fluid {
    padding: 0 30px;
  }
  .header-top-info {
    display: none;
  }
  .main-nav > li > a {
    padding: 33px 12px;
    font-size: 14px;
  }
  .header-search {
    display: none;
  }
}

@media (max-width: 991px) {
  .container-fluid {
    padding: 0 20px;
  }
  .header-top-area {
    display: none;
  }
  .mobile-nav-toggle {
    display: block;
  }
  .menu-bar.info-bar {
    display: none;
  }
  .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    max-width: 85%;
    height: 100%;
    background: #fff;
    z-index: 1100;
    padding: 80px 0 30px;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  }
  .main-menu.show {
    transform: translateX(0);
  }
  .main-nav {
    flex-direction: column;
    align-items: stretch;
  }
  .main-nav > li {
    border-bottom: 1px solid #f0f0f5;
  }
  .main-nav > li > a {
    padding: 14px 25px;
  }
  .main-nav > li.dropdown > a::after {
    float: right;
  }
  .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-top: none;
    border-radius: 0;
    padding: 0;
    background: #f8f8fb;
    display: none;
  }
  .main-nav > li.open > .sub-menu {
    display: block;
  }
  .main-nav > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .sub-menu li a {
    padding: 10px 40px;
  }
}

@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;
  }
  .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, #84cc4a 0%, #69b42d 60%, #57991f 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: #69b42d;
  margin-bottom: 18px;
}

.mission-title {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  line-height: 1.25;
  font-weight: 700;
  color: #1f1f2c;
  margin-bottom: 24px;
}

.mission-desc {
  font-size: 16px;
  color: #6e6e7e;
  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: #69b42d;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 10px 30px rgba(105, 180, 45, 0.45);
  transition: transform 0.3s ease, background 0.3s ease;
}

.video-popup-btn:hover {
  background: #4f8c1c;
  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(105, 180, 45, 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: #1f1f2c;
}

/* --- 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: #69b42d;
  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: #1f1f2c;
}

/* 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: #1f1f2c;
  margin-bottom: 12px;
}

.featured-tile-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #6e6e7e;
}

.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: #69b42d;
  transition: gap 0.3s ease, color 0.3s ease;
}

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

.featured-tile:hover .featured-tile-link {
  color: #4f8c1c;
  gap: 12px;
}

/* 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: #69b42d;
}

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

.featured-nav-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #e2e6dc;
  background: #fff;
  color: #1f1f2c;
  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: #69b42d;
  border-color: #69b42d;
  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: #f6faf0;
}

.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, #84cc4a 0%, #69b42d 60%, #57991f 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: #69b42d;
  margin-bottom: 14px;
}

.why-title {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 700;
  color: #1f1f2c;
  margin-bottom: 18px;
}

.why-intro {
  font-size: 16px;
  line-height: 1.8;
  color: #6e6e7e;
  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: #69b42d;
  background: #eaf6dc;
  transition: background 0.3s ease, color 0.3s ease;
}

.why-list li:hover .why-list-icon {
  background: #69b42d;
  color: #fff;
}

.why-list-text h3 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1f1f2c;
  margin-bottom: 5px;
}

.why-list-text p {
  font-size: 14px;
  line-height: 1.7;
  color: #6e6e7e;
}

@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: #69b42d;
  margin-bottom: 12px;
}

.brands-title {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #1f1f2c;
}

/* --- 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);
}

@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: #1f1f2c;
  margin-bottom: 12px;
}

.newsletter-desc {
  font-size: 16px;
  color: #6e6e7e;
  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: #1f1f2c;
}

.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: #1f1f2c;
  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: #4f8c1c;
}

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

.newsletter-msg {
  min-height: 22px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #4f8c1c;
}

@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: linear-gradient(160deg, #57991f 0%, #4f8c1c 55%, #3c6f20 100%);
  color: #e8f3da;
  margin-top: 40px;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 70px 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;
  filter: brightness(0) invert(1);
}

.footer-about p {
  font-size: 15px;
  line-height: 1.8;
  color: #d6e8c2;
  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: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 16px;
  transition: background 0.3s ease, transform 0.3s ease;
}

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

.footer-col h4 {
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  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: rgba(255, 255, 255, 0.55);
}

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

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

.footer-links a {
  color: #d6e8c2;
  font-size: 15px;
  transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-links a:hover {
  color: #fff;
  padding-left: 6px;
}

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

.footer-contact li i {
  margin-top: 4px;
  color: #fff;
  width: 18px;
  text-align: center;
}

.footer-contact a {
  color: #d6e8c2;
  transition: color 0.3s ease;
}

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

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.12);
}

.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: #d6e8c2;
}

.footer-credit i {
  color: #fff;
  margin-left: 4px;
}

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