body .inalbth-btn--lime:hover {
  color: #000;
}
.woocommerce-checkout header.inalbth-article__head {
    display: none;
}
.inalb-dt-related-card {
  background: #fff;
  border: 1px solid #e8eaee;
  border-radius: 18px;
  box-shadow: 0 1px 2px rgba(10, 10, 10, 0.04);
  overflow: hidden;
  transition:
    transform 0.15s,
    box-shadow 0.15s,
    border-color 0.15s;
}
.inalb-dt-related-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(10, 10, 10, 0.08);
  border-color: #a3d445;
}
.inalb-dt-related-card .inalb-dt-related-card__link {
  text-decoration: none;
}
.inalb-mdt-related-card__price {
  color: #6e7480;
  margin-top: 5px;
  font-family: 'Inter', sans-serif;
}
.inalb-mdt-related-card__price strong {
  font-family: 'Fraunces', Georgia, serif;
  color: #333;
}
.inalb-dt-related-card__title.title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  line-height: 1.25;
  color: #22242b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 6px;
}
.inalb-dt-related-card__rating {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 3px;
}
.inalb-dt-related-card__rating .star {
  color: #f5a623;
}
.inalb-card-badges {
  position: absolute;
  top: 10px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  z-index: 10;
  padding: 12px;
}

.inalb-card-badge {
  background: rgba(255, 255, 255, 0.94);
  color: #000;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.card-header {
  position: relative;
}
.custom-tags .tag {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 100px;
  color: var(--brand-d);
  background: #a1c41a;
  font-family: 'Inter', sans-serif;
}
.custom-tags.tags {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 3;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.inalb-dt-related-card {
  position: relative;
  overflow: hidden;
}
.inalb-dt-related-card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.inalb-dt-related-card__image:hover {
  transform: scale(1.05);
}
.inalb-dt-related-card__meta {
  margin-top: 24px;
}
.inalb-dt-related-card__meta.inalb-mdt-related-wrapper {
  margin-top: 0;
  border-top: 1px solid #e0e0e3;
  padding-top: 16px;
}
.inalb-tour-info {
  margin: 12px 0 6px;
}
.infor-countries .inalb-tour-info__item:not(:last-child)::after {
  content: '•';
  margin: 0px;
  color: #333;
}
.inalb-tour-info__item {
  font-weight: 700;
  font-size: 15px;
}

.inalb-dt-related-card__title.title:hover {
  color: #a1c41a;
}
.inalb-dt-related-card__hook {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #999a9d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}
.inalb-dt-related-card__price {
  font-size: 30px;
  /* line-height: 38px; */
  font-weight: 500;
  font-family: 'Inter', sans-serif;

  color: #3d4d18;
}
.inalb-dt-related-card__meta .person {
  font-family: 'Poppins', sans-serif;

  color: #999a9d;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
.experience-wrapper .hero-btn {
  justify-content: center;
  transition: all 0.8s ease;
  font-weight: 600;
  color: #a1c41a;
  text-decoration: none;
  border-radius: 50px;
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}
.experience-wrapper .hero-btn:hover {
  color: #647a0c;
}
/* .experience-wrapper .hero-btn:hover::after {
  background-image: url(https://inalb.al/wp-content/themes/hello-elementor-child/img/arrowwwhite.svg);
  transition: all 0.8s ease;
  filter: brightness(0) invert(1);
}
.experience-wrapper .hero-btn::after {
  content: '';
  width: 18px;
  height: 14px;
  background-image: url(https://inalb.al/wp-content/themes/hello-elementor-child/img/arrowblack.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 10px;
  transition: all 0.8s ease;
} */
/* .inalb-dt-related-card__body .content-main {
  padding-bottom: 16px;
} */
.inalb-mdt-related-wrapper {
  display: flex;
  justify-content: space-between;
}
.btn-default.hero-mdt-btn {
  margin-left: auto;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e3;
  border-radius: 50px;
  transition: background-color 0.6s ease;
}
.btn-default.hero-mdt-btn:hover {
  background: #a1c418;
}
.staring-from {
  color: #999a9d;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
}
@media (max-width: 480px) {
  .gtranslate_wrapper a.glink {
    display: flex;
    align-items: center;
  }
}
.inalbx-trust {
  padding: 80px 0;
  background: linear-gradient(180deg, #fff, #f4f1e7);
}
.inalbx-trust__grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 1008px;
  margin: 0 auto;
}
.stars {
  color: #f5a623;
}
.start-icon {
  font-size: 28px;
}
.inalbx-trust__box {
  max-width: 1150px;
  margin: auto;
  padding: 48px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 24px;
}

.inalbx-trust__head {
  text-align: center;
  margin-bottom: 40px;
}

.inalbx-trust__label {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: #eef9dc;
  color: #6fa52b;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.inalbx-trust__head h2 {
  margin: 10px 0 0 0;
  font-size: 36px;
}
.inalbx-trust__head h2 strong {
  color: #a3d445;
}

.inalbx-trust__head h2 span {
  color: #7fbf2f;
}

.inalbx-trust__stars {
  margin: 15px 0;
  color: #f6b500;
  font-size: 24px;
  letter-spacing: 3px;
}

.inalbx-trust__head p {
  color: #333;
}

.inalbx-trust__reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.inalbx-review {
  background-color: #fff;
  padding: 24px;
  border: 1px solid #eee;
  border-radius: 18px;
  box-shadow:
    0 1px 2px rgba(16, 24, 40, 0.06),
    0 6px 18px rgba(16, 24, 40, 0.07);
  border-radius: 16px;
  overflow: hidden;

  transition:
    transform 0.25s,
    box-shadow 0.25s,
    border-color 0.25s;
}

.inalbx-review:hover {
  transform: translateY(-2px);
  box-shadow:
    0 1px 2px rgba(16, 24, 40, 0.06),
    0 6px 18px rgba(16, 24, 40, 0px);
}
.inalbx-review p {
  margin: 0;
  color: #333;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .inalbx-trust {
    padding: 60px 0;
  }

  .inalbx-trust__box {
    padding: 32px 24px;
    border-radius: 20px;
  }

  .inalbx-trust__head {
    margin-bottom: 30px;
  }

  .inalbx-trust__head h2 {
    font-size: 30px;
  }

  .inalbx-trust__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .inalbx-review {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .inalbx-trust {
    padding: 40px 0;
  }

  .inalbx-trust__box {
    padding: 24px 18px;
    border-radius: 16px;
  }

  .inalbx-trust__head {
    margin-bottom: 24px;
  }

  .inalbx-trust__head h2 {
    font-size: 26px;
    line-height: 1.3;
  }

  .inalbx-trust__label {
    font-size: 12px;
    padding: 5px 12px;
  }

  .inalbx-trust__head p {
    font-size: 14px;
    line-height: 1.6;
  }

  .start-icon {
    font-size: 22px;
  }

  .stars {
    font-size: 16px;
  }

  .inalbx-trust__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .inalbx-review {
    padding: 18px;
  }

  .inalbx-review p {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* ===== Card category chips (bottom of image) — added 8 Jul 2026 ===== */
.inalb-card-cats{position:absolute;left:10px;bottom:10px;z-index:3;display:flex;gap:6px;flex-wrap:wrap;}
.inalb-card-cat{font-size:10.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:5px 10px;border-radius:100px;color:#1f2937;background:rgba(255,255,255,.94);box-shadow:0 1px 4px rgba(0,0,0,.18);}

/* ===== Badge colors (homepage cards + catalogue ribbons) ===== */
.inalb-card-badge--most-booked,.ribbon--most-booked{background:#b45309 !important;color:#fff !important;}
.inalb-card-badge--travelers-choice,.ribbon--travelers-choice{background:#15803d !important;color:#fff !important;}
.inalb-card-badge--inalb-signature,.ribbon--inalb-signature{background:#9d174d !important;color:#fff !important;}
.inalb-card-badge--solo-friendly,.ribbon--solo-friendly{background:#1d4ed8 !important;color:#fff !important;}
.inalb-card-badge--all-inclusive,.ribbon--all-inclusive{background:#6d28d9 !important;color:#fff !important;}
.inalb-card-badge--multi-country,.ribbon--multi-country{background:#0f766e !important;color:#fff !important;}
.inalb-card-badge--new,.ribbon--new{background:#0369a1 !important;color:#fff !important;}
.inalb-card-badge--immersive,.ribbon--immersive{background:#86198f !important;color:#fff !important;}
.inalb-card-badge--family-friendly,.ribbon--family-friendly{background:#be185d !important;color:#fff !important;}
.inalb-card-badge--nature-escape,.ribbon--nature-escape{background:#3f6212 !important;color:#fff !important;}
.inalb-card-badge--pickup-included,.ribbon--pickup-included{background:#334155 !important;color:#fff !important;}


/* ===== Archive card info separators (day-trips catalogue) — added 13 Jul 2026 ===== */
.inalb-dt-archive__grid .inalb-tour-info__dot::before {
  content: '•';
}
.inalb-dt-archive__grid .inalb-tour-info__dot {
  margin: 0 7px;
  color: #333;
  font-size: 15px;
}

/* ===== Tour price summary (booking sidebar) — added 13 Jul 2026 ===== */
.inalb-book__pricelist { margin-top: 14px; padding: 14px 16px; background: #f6f9ef; border: 1px solid #e7e9ec; border-radius: 12px; }
.inalb-book__pricelist-title { font-weight: 700; font-size: 14px; margin-bottom: 8px; }
.inalb-book__pricelist ul { list-style: none; margin: 0; padding: 0; }
.inalb-book__pricelist li { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; padding: 5px 0; border-bottom: 1px dashed #e7e9ec; }
.inalb-book__pricelist li:last-child { border-bottom: 0; }
.inalb-book__pricelist li strong { font-weight: 700; white-space: nowrap; }
