@charset "UTF-8";
/* =========================================================
   TuristulLiber — Redesign listing Tururi ghidate & audio (+ categorii/tipuri + filtru locatie)
   Prefix: tur- . Scoped, nu atinge clasele vechi (.NTur etc.).
   Brand: verde #69b706 · Oswald pentru titluri, Open Sans pentru text
   ========================================================= */
.tur-page {
  background: #f6f8fb;
}

/* ---------- Intro + tip tur (chips) ---------- */
.tur-intro {
  margin-bottom: 22px;
}

.tur-intro__eyebrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background: #eaf6e0;
  color: #4f8f0a;
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 12px;
}

.tur-intro__title {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
  color: #363636;
  margin: 0 0 8px;
}

.tur-intro__lead {
  font-family: "Open Sans", sans-serif;
  font-size: 14.5px;
  line-height: 1.65em;
  color: #6b6b6b;
  margin: 0 0 18px;
  max-width: 560px;
}

.tur-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.tur-type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #e4e8ee;
  color: #4d4d4d;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.tur-type i {
  color: #69b706;
  font-size: 14px;
}

.tur-type:hover {
  border-color: #69b706;
  color: #4f8f0a;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.tur-type.is-active {
  background: #69b706;
  border-color: #69b706;
  color: #fff;
  -webkit-box-shadow: 0 6px 14px rgba(105, 183, 6, 0.3);
          box-shadow: 0 6px 14px rgba(105, 183, 6, 0.3);
}

.tur-type.is-active i {
  color: #fff;
}

.tur-results-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e4e8ee;
}

.tur-results-bar__count {
  font-family: "Open Sans", sans-serif;
  font-size: 13.5px;
  color: #6b6b6b;
}

.tur-results-bar__count b {
  color: #363636;
  font-size: 15px;
}

/* ---------- Card tur ---------- */
.tur-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 18px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}

.tur-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 18px 32px rgba(0, 0, 0, 0.14);
          box-shadow: 0 18px 32px rgba(0, 0, 0, 0.14);
}

.tur-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-decoration: none;
  color: inherit;
}

.tur-card__link:hover {
  color: inherit;
}

.tur-card__img {
  position: relative;
  height: 220px;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
  background: #69b706;
}

.tur-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  border-radius: 0 !important;
}

.tur-card__img img.placeholder {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 60px;
}

.tur-card:hover .tur-card__img img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.tur-card__img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.tur-card__type {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 50px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.tur-card__type--audio {
  background: #0095fe;
}

.tur-card__type--guided {
  background: #69b706;
}

.tur-card__type i {
  font-size: 12px;
}

.tur-card__body {
  padding: 16px 18px 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tur-card__loc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 6px;
  font-family: "Open Sans", sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #4f8f0a;
}

.tur-card__loc i {
  font-size: 12px;
}

.tur-card__title {
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3em;
  color: #363636;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tur-card__meta {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 8px;
  margin-bottom: 12px;
}

.tur-card__meta .Review__stars {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  list-style: none !important;
  gap: 2px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.tur-card__meta .Review__stars li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.tur-card__meta .Review__stars li:before,
.tur-card__meta .Review__stars li:after {
  content: none !important;
  display: none !important;
}

.tur-card__meta .Review__stars i {
  font-size: 12px !important;
  line-height: 1 !important;
  display: block !important;
  color: #d3d3d3 !important;
}

.tur-card__meta .Review__stars li.selected i {
  color: #ffb100 !important;
}

.tur-card__reviews {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  line-height: 1 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #9a9a9a;
  white-space: nowrap;
}

.tur-card__score {
  margin-left: auto;
  min-width: 28px;
  height: 28px;
  padding: 0 6px;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ff9f1a;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.tur-card__chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tur-card__chips li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  max-width: 100%;
  padding: 6px 11px;
  border-radius: 50px;
  background: #f3f7ee;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #4d4d4d;
  line-height: 1.2em;
}

.tur-card__chips li:before {
  content: none !important;
}

.tur-card__chips li i {
  color: #69b706;
  font-size: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.tur-card__chips li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tur-card__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin: 14px 18px 0;
  padding: 14px 0 18px;
  border-top: 1px solid #f0f0f0;
}

.tur-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2em;
}

.tur-card__price small {
  font-family: "Open Sans", sans-serif;
  font-size: 11.5px;
  color: #9a9a9a;
}

.tur-card__price small i {
  color: #0095fe;
}

.tur-card__price b {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #363636;
}

.tur-card__price em {
  font-family: "Open Sans", sans-serif;
  font-size: 11.5px;
  font-style: normal;
  color: #9a9a9a;
}

.tur-card__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 44px;
  padding: 0 24px;
  border-radius: 50px;
  background: #69b706;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 0 6px 14px rgba(105, 183, 6, 0.3);
          box-shadow: 0 6px 14px rgba(105, 183, 6, 0.3);
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.tur-card__cta--full {
  width: 100%;
}

.tur-card:hover .tur-card__cta {
  background: #4f8f0a;
}

/* ---------- Favorite / comentarii / share — overlay pe imagine ---------- */
.tur-share {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 220px;
  z-index: 2;
  pointer-events: none;
}

.tur-share__fav-wrap {
  position: absolute;
  top: 12px;
  right: 12px;
  pointer-events: auto;
}

.tur-share__fav-wrap .AddToFavorites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background 0.2s ease;
  transition: transform 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease;
}

.tur-share__fav-wrap .AddToFavorites i {
  font-size: 16px;
  color: #6b6b6b;
}

.tur-share__fav-wrap .AddToFavorites:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: #fff;
}

.tur-share__fav-wrap .AddToFavorites.text-red i {
  color: #e0453c;
}

.tur-share__comments-wrap {
  position: absolute;
  left: 14px;
  bottom: 10px;
  pointer-events: auto;
}

.tur-share__comments-wrap .comm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.tur-share__comments-wrap .comm i {
  font-size: 14px;
}

.tur-share__comments-wrap .comm:hover {
  color: #a9e46a;
}

.tur-share__more {
  position: absolute;
  right: 14px;
  bottom: 6px;
  pointer-events: auto;
}

.tur-share__more .sha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  color: #fff;
  font-size: 15px;
}

.tur-share__more .sha:hover {
  color: #a9e46a;
}

.tur-share__more .Socials__Links {
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 8px;
  background: rgba(20, 20, 20, 0.88);
  border-radius: 14px;
  padding: 7px 8px;
  gap: 2px;
  white-space: nowrap;
}

.tur-share__more.shw .Socials__Links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tur-share__more .Socials__Links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  color: #fff;
  font-size: 14px;
}

.tur-share__more .Socials__Links a:hover {
  color: #a9e46a;
}

/* ---------- Header categorie / descriere ---------- */
.tur-term-header {
  margin-bottom: 22px;
  padding: 22px 24px;
}

/* ---------- Header zona (category_description) ---------- */
.tur-term-header {
  background: #f5faf1;
  border: 1px solid #dcefd2;
  border-radius: 14px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.tur-term-header__eyebrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background: #69b706;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 12px;
}

.tur-term-header__title {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #363636;
  margin-bottom: 14px;
}

.tur-term-header__content {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #4d4d4d;
  line-height: 1.75em;
}

/* ---------- Filtru zone (search + lista) ---------- */
.tur-filter {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 16px 16px 6px;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.tur-filter--mobile {
  margin-bottom: 20px;
  padding: 14px;
}

.tur-filter--mobile .tur-filter-search-wrap {
  margin-bottom: 12px;
}

.tur-filter .Side__title {
  margin-top: 0 !important;
}

.tur-filter .Side__title h3 {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.tur-filter .Side__title i {
  color: #69b706;
}

.tur-filter-search-wrap {
  position: relative;
  margin-bottom: 14px;
}

.tur-filter-search-wrap i {
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #9a9a9a;
  font-size: 14px;
}

.tur-filter-search {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 50px;
  padding: 10px 14px 10px 38px;
  font-family: "Open Sans", sans-serif;
  font-size: 13.5px;
  color: #363636;
  outline: none;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.tur-filter-search:focus {
  border-color: #69b706;
}

/* Bug fix: lista era d-none pe mobil desi filtrul mobil trebuie sa o afiseze */
.tur-filter--mobile .Delta__Sidebar-locatii {
  display: block !important;
}

.tur-filter .Delta__Sidebar-locatii {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.tur-filter .Delta__Sidebar-locatii li {
  position: relative;
  /* general.css (design-ul vechi, cu checkbox-uri) pune margin-bottom:15px pe orice li din
     aceasta lista — mult prea mult pentru randurile noastre compacte (padding 9px + linie
     divizoare). Se vede cel mai tare la itemul activ, unde linia devine transparenta si ramane
     doar un gol mare, fara nimic care sa marcheze finalul randului. */
  margin-bottom: 0 !important;
}

.tur-filter .Delta__Sidebar-locatii li a {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 13.5px;
  color: #4d4d4d;
  padding: 9px 10px 9px 4px;
  border-bottom: 1px solid #f2f2f2;
  text-decoration: none;
  -webkit-transition: color 0.15s ease, padding-left 0.15s ease;
  transition: color 0.15s ease, padding-left 0.15s ease;
}

.tur-filter .Delta__Sidebar-locatii li a:before {
  content: none !important;
}

.tur-filter .Delta__Sidebar-locatii li a:after {
  content: none !important;
}

.tur-filter .Delta__Sidebar-locatii li a:hover {
  color: #69b706;
  padding-left: 8px;
}

/* Locatia curenta (pagina pe care esti) — evidentiata puternic, nu doar text colorat */
.tur-filter .Delta__Sidebar-locatii li a.activ {
  color: #fff !important;
  font-weight: 700;
  background: #69b706;
  border-radius: 8px;
  border-bottom-color: transparent;
  padding-left: 12px;
}

.tur-filter .Delta__Sidebar-locatii li a.activ:hover {
  color: #fff;
  padding-left: 12px;
}

.tur-filter .Delta__Sidebar-locatii li.ml-15 a {
  font-size: 13px;
  color: #7a7a7a;
}

/* Nivelul 2 (ex: orasul dintr-un judet) — cu un pas mai mic/deschis decat judetul parinte (nivel 1),
   ca sa se vada clar diferenta de adancime, nu doar prin indentare. */
.tur-filter .Delta__Sidebar-locatii li[data-lvl="2"] a {
  font-size: 12.5px;
  color: #9a9a9a;
}

.tur-filter .Delta__Sidebar-locatii li.tur-filter-search-hidden {
  display: none;
}

/* Grupuri colapsabile (adaugate de JS) */
.tur-filter .tur-filter-parent > a {
  padding-right: 34px;
  font-weight: 700;
  color: #363636;
}

/* Eticheta "Romania" e doar grupare vizuala (span, nu link) — vezi hierarchical_category_list() */
/* font-size explicit: un <span> nu e acoperit de regula ".Delta__Sidebar-locatii li a" de mai sus,
   asa ca fara asta mostenea marimea implicita a browserului (~25px) in loc de 13.5px. */
.tur-filter .tur-filter-parent > .filter-group-label {
  display: block;
  padding: 9px 34px 9px 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: #363636;
  cursor: pointer;
}

.tur-filter .tur-filter-toggle {
  position: absolute;
  right: 0;
  top: 4px;
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #9a9a9a;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.tur-filter li.is-open .tur-filter-toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #69b706;
}

/* Cand judetul deschis e chiar cel activ (pill verde de fundal), iconita verde de mai sus s-ar
   pierde pe fundalul verde — o facem alba, ca pe restul textului din pill. */
.tur-filter li.is-open-active .tur-filter-toggle {
  color: #fff;
}

.tur-filter-children {
  list-style: none;
  margin: 0 !important;
  /* Fara !important pe left: fiecare nivel de <ul> imbricat aduna acest padding peste cel al
     parintelui, asa ca adancimea se vede progresiv (nivel 1 = 16px, nivel 2 = 32px etc.),
     fara sa avem nevoie de clase separate pe fiecare nivel. */
  padding: 0 !important;
  padding-left: 16px !important;
}

/* Buton de deschidere pentru filtrul mobil — ascuns pe desktop, filtrul colapsat
   implicit pe mobil ca sa nu ocupe tot ecranul intre hero si primele carduri. */
.tur-filter-toggle-btn {
  display: none;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  background: #f5faf1;
  border: 1px solid #dcefd2;
  border-radius: 12px;
  padding: 13px 16px;
  font-family: "Oswald", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #363636;
  cursor: pointer;
  text-align: left;
}

.tur-filter-toggle-btn__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tur-filter-toggle-btn__label i {
  color: #69b706;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* Grup dreapta: iconita de filtru + sageata — semnaleaza clar ca butonul e interactiv */
.tur-filter-toggle-btn__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
  border: 1px solid #dcefd2;
  border-radius: 50px;
  padding: 6px 10px;
}

.tur-filter-toggle-btn__action i:first-child {
  color: #69b706;
  font-size: 13px;
}

.tur-filter-toggle-btn__chev {
  color: #9a9a9a;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  font-size: 11px;
}

.tur-filter--mobile.is-open .tur-filter-toggle-btn__chev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tur-filter--mobile .tur-filter-toggle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tur-filter--mobile .tur-filter-collapse {
  display: none;
  margin-top: 14px;
}

.tur-filter--mobile.is-open .tur-filter-collapse {
  display: block;
}

/* Chiar si deschisa, limitam inaltimea listei ca sa nu "inghita" tot ecranul pe mobil —
   ramane scrollabila intern, cardurile raman aproape. */
@media (max-width: 767px) {
  /* Un singur scroll (lista principala) — fara scroll in scroll pe grupurile imbricate. */
  .tur-filter--mobile .Delta__Sidebar-locatii {
    max-height: min(55vh, 380px);
    overflow-y: auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  /* Pe mobil filtrul are propria versiune (butonul de sus) — copia din sidebar ar dubla-o. */
  .tur-filter--desktop {
    display: none;
  }
}
/* ---------- Responsive ---------- */
@media (max-width: 767px) {
  .tur-card__img {
    height: 170px;
  }
  .tur-term-header__title {
    font-size: 20px;
  }
}
/* ---------- Descriere de jos (descriere_bottom, sub paginare) ---------- */
.tur-term-bottom {
  position: relative;
  margin: 30px 0;
  padding: 26px 28px 24px 32px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.tur-term-bottom:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#69b706), to(#a9e46a));
  background: linear-gradient(180deg, #69b706 0%, #a9e46a 100%);
}

.tur-term-bottom__eyebrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background: #eaf6e0;
  color: #4f8f0a;
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 14px;
}

.tur-term-bottom__content {
  font-family: "Open Sans", sans-serif;
  font-size: 14.5px;
  color: #4d4d4d;
  line-height: 1.8em;
}

.tur-term-bottom__content > :first-child {
  margin-top: 0;
}

.tur-term-bottom__content > :last-child {
  margin-bottom: 0;
}

.tur-term-bottom__content h2,
.tur-term-bottom__content h3,
.tur-term-bottom__content h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #363636;
  line-height: 1.3em;
  margin: 26px 0 10px;
}

.tur-term-bottom__content h2 {
  font-size: 22px;
}

.tur-term-bottom__content h3 {
  font-size: 18px;
}

.tur-term-bottom__content h4 {
  font-size: 16px;
}

.tur-term-bottom__content p {
  margin: 0 0 14px;
}

.tur-term-bottom__content ul,
.tur-term-bottom__content ol {
  margin: 0 0 16px;
  padding-left: 20px;
}

.tur-term-bottom__content li {
  margin-bottom: 6px;
}

.tur-term-bottom__content a {
  color: #4f8f0a;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tur-term-bottom__content a:hover {
  color: #69b706;
}

.tur-term-bottom__content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.tur-term-bottom__content blockquote {
  margin: 0 0 16px;
  padding: 12px 16px;
  background: #f5faf1;
  border-left: 3px solid #69b706;
  border-radius: 0 10px 10px 0;
}

@media (max-width: 767px) {
  .tur-term-bottom {
    padding: 20px 18px 18px 22px;
    margin: 24px 0;
    border-radius: 14px;
  }
  .tur-term-bottom__content {
    font-size: 14px;
  }
  .tur-term-bottom__content h2 {
    font-size: 19px;
  }
  .tur-term-bottom__content h3 {
    font-size: 16.5px;
  }
}
/* ---------- Titlu filtru: fara linie dubla, discret ---------- */
.tur-filter .Side__title {
  border-bottom: 1px solid #eee;
  margin-bottom: 6px !important;
}

.tur-filter .Side__title h3 {
  border-bottom: 0;
  padding-bottom: 10px;
}

/* ---------- Responsive ---------- */
@media (max-width: 767px) {
  .tur-intro__title {
    font-size: 24px;
  }
  .tur-card__img {
    height: 190px;
  }
  .tur-share {
    height: 190px;
  }
  .tur-card__title {
    font-size: 18px;
  }
  .tur-types {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -15px;
    padding: 2px 15px 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .tur-types::-webkit-scrollbar {
    display: none;
  }
  .tur-type {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}