/* Full-range section UI extracted from custom.css.
   This file owns the premium card treatment, filter motion, and control bar
   for `.bekaa-full-range-section` without touching Similar Experiences. */

.bekaa-full-range-section .tour-card {
  background: linear-gradient(180deg, #ffffff 0%, #fcfbfa 100%);
  border-color: #ebe5df;
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(18, 21, 26, 0.06), 0 1px 2px rgba(18, 21, 26, 0.04);
}

.bekaa-full-range-section .tour-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(176, 22, 30, 0.24) !important;
  box-shadow: 0 20px 42px rgba(18, 21, 26, 0.12), 0 4px 10px rgba(18, 21, 26, 0.06) !important;
}

.bekaa-full-range-section .tour-image {
  height: 210px;
  overflow: hidden;
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.bekaa-full-range-section .tour-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 10, 10, 0.34) 0%, rgba(10, 10, 10, 0) 52%);
  opacity: 0.75;
  transition: opacity 0.45s ease;
}

.bekaa-full-range-section .tour-card:hover .tour-image {
  transform: scale(1.035);
}

.bekaa-full-range-section .tour-card:hover .tour-image::after {
  opacity: 0.92;
}

.bekaa-full-range-section .tour-content {
  padding: 24px 22px 22px;
}

.bekaa-full-range-section .tour-title {
  font-size: 19px !important;
  line-height: 1.28 !important;
  letter-spacing: 0.15px;
  color: #171717 !important;
}

.bekaa-full-range-section .tour-price {
  font-size: 23px;
  font-weight: 800;
}

.bekaa-full-range-section .tour-price small {
  color: #8c857f;
  letter-spacing: 1.1px;
}

.bekaa-full-range-section .tour-meta {
  border-bottom-color: #ede9e5;
}

.bekaa-full-range-section .tour-tag {
  background: #f6f2ee;
  border: 1px solid #ede5de;
  color: #5e554e;
  letter-spacing: 0.65px;
}

.bekaa-full-range-section .tour-duration {
  background: #fff4f4;
  border-color: #ffd9dc;
  color: #b9171d;
}

.bekaa-full-range-section .tour-desc {
  color: #5c5651;
  line-height: 1.65;
}

.bekaa-full-range-section .btn-card {
  border-radius: 2px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 11px 0;
}

.bekaa-full-range-section .btn-learn {
  border-color: #ccc5bf;
  color: #181818 !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbf9f7 100%);
}

.bekaa-full-range-section .btn-learn:hover {
  background: #111;
  border-color: #111;
  color: #fff !important;
}

.bekaa-full-range-section .tour-card.is-featured-top {
  border-color: rgba(236, 29, 37, 0.42) !important;
  box-shadow: 0 22px 48px rgba(165, 20, 28, 0.22), 0 4px 10px rgba(18, 21, 26, 0.06) !important;
}

.bekaa-full-range-section .tour-card.is-featured-top .tour-image::before {
  content: "Featured";
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: rgba(18, 18, 18, 0.9);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2px;
  padding: 4px 8px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.bekaa-full-range-section .tour-card.is-featured-top .tour-tag {
  background: #fff1f2;
  border-color: #ffd6d9;
  color: #b9171d;
}

.bekaa-full-range-section.bekaa-filter-animating .tour-card {
  pointer-events: none;
}

.bekaa-full-range-section .tour-card.bekaa-filter-leave {
  opacity: 0 !important;
  transform: translate3d(0, var(--bekaa-motion-shift-sm, 10px), 0) scale(0.994) !important;
  transition: opacity var(--bekaa-motion-duration-fast, 0.24s) ease,
    transform 0.44s var(--bekaa-motion-ease, cubic-bezier(0.22, 1, 0.36, 1));
  transition-delay: var(--bekaa-filter-stagger, 0s);
}

.bekaa-full-range-section .tour-card.bekaa-filter-enter {
  opacity: 0 !important;
  transform: translate3d(0, calc(var(--bekaa-motion-shift-sm, 10px) + 6px), 0) scale(0.992) !important;
  will-change: opacity, transform;
}

.bekaa-full-range-section .tour-card.bekaa-filter-enter.bekaa-filter-enter-active {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
  transition: opacity var(--bekaa-motion-duration-base, 0.52s) var(--bekaa-motion-ease, cubic-bezier(0.22, 1, 0.36, 1)),
    transform 0.74s var(--bekaa-motion-ease, cubic-bezier(0.22, 1, 0.36, 1));
  transition-delay: var(--bekaa-filter-stagger, 0s);
}

.bekaa-full-range-section .mk-padding-wrapper.wpb_row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.bekaa-full-range-section .mk-padding-wrapper.wpb_row > .vc_col-sm-12.wpb_column {
  width: 100% !important;
  float: none !important;
}

.bekaa-full-range-section .mk-padding-wrapper.wpb_row > .vc_col-sm-4.wpb_column {
  width: 33.3333% !important;
  float: none !important;
  display: flex;
}

.bekaa-full-range-section .mk-padding-wrapper.wpb_row > .vc_col-sm-4.wpb_column .tour-card {
  width: 100%;
}

.bekaa-full-range-section .tour-image-link {
  display: block;
  text-decoration: none !important;
  color: inherit;
}

.bekaa-full-range-section .tour-image-link:focus-visible {
  outline: 2px solid #ec1d25;
  outline-offset: 2px;
}

.bekaa-full-range-section .tour-image {
  cursor: pointer;
}

.bekaa-full-range-section #bekaa-full-range-controls br {
  display: none !important;
}

.bekaa-full-range-section .wpb_column.is-filter-hidden,
.bekaa-full-range-section .wpb_column[hidden] {
  display: none !important;
}

.bekaa-full-range-section [data-bekaa-filter-hidden="1"] {
  display: none !important;
}

.bekaa-full-range-section .bekaa-flight-controls {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 30px;
  padding: 12px 14px;
  border: 1px solid #ebe4de;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 24px rgba(18, 21, 26, 0.06);
}

.bekaa-full-range-section .bekaa-flight-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bekaa-full-range-section .bekaa-flight-filter-group button {
  appearance: none;
  border: 1px solid #ddd4cd;
  background: #fff;
  color: #3f3833;
  border-radius: 2px;
  padding: 10px 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  line-height: 1.1;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.bekaa-full-range-section .bekaa-flight-filter-group button:hover {
  border-color: #c9a9ab;
  color: #9e1319;
}

.bekaa-full-range-section .bekaa-flight-filter-group button.is-active {
  background: linear-gradient(180deg, #ec1d25 0%, #cb141b 100%);
  border-color: #cb141b;
  color: #fff;
  box-shadow: 0 8px 18px rgba(203, 20, 27, 0.25);
}

.bekaa-full-range-section .bekaa-flight-sort-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  white-space: nowrap;
}

.bekaa-full-range-section .bekaa-flight-sort-group label {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6a625d;
}

.bekaa-full-range-section .bekaa-flight-sort-group select {
  min-width: 220px;
  height: 40px;
  border: 1px solid #dcd2cb;
  border-radius: 2px;
  padding: 0 12px;
  background: #fff;
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 600;
}

.bekaa-full-range-section .bekaa-flight-empty {
  display: none;
  margin: -8px 0 20px;
  padding: 12px 14px;
  border: 1px solid #f2c7ca;
  border-radius: 3px;
  background: #fff5f5;
  color: #8f1a1f;
  font-size: 14px;
  line-height: 1.4;
}

.bekaa-full-range-section .bekaa-flight-empty.is-visible {
  display: block;
}

@media (max-width: 767px) {
  .bekaa-full-range-section .mk-padding-wrapper.wpb_row {
    display: block;
  }

  .bekaa-full-range-section .mk-padding-wrapper.wpb_row > .vc_col-sm-4.wpb_column {
    float: none !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    display: block;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bekaa-full-range-section .mk-padding-wrapper.wpb_row > .vc_col-sm-12.wpb_column {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bekaa-full-range-section .tour-card {
    width: 100% !important;
    margin-bottom: 14px;
  }

  .bekaa-full-range-section .tour-card > p {
    display: none !important;
    margin: 0 !important;
  }

  .bekaa-full-range-section .tour-image {
    height: 150px;
  }

  .bekaa-full-range-section .tour-content {
    padding: 14px 14px 13px;
  }

  .bekaa-full-range-section .tour-header {
    margin-bottom: 10px;
    gap: 8px;
  }

  .bekaa-full-range-section .tour-title {
    font-size: 16px !important;
    min-height: 0;
    -webkit-line-clamp: 2;
  }

  .bekaa-full-range-section .tour-price {
    font-size: 20px;
  }

  .bekaa-full-range-section .tour-meta {
    height: auto;
    margin-bottom: 11px;
    padding-bottom: 10px;
    gap: 7px;
    flex-wrap: wrap;
  }

  .bekaa-full-range-section .tour-tag,
  .bekaa-full-range-section .tour-duration {
    padding: 4px 8px;
    font-size: 9px;
    letter-spacing: 0.4px;
  }

  .bekaa-full-range-section .tour-desc {
    min-height: 0;
    max-height: none;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
    overflow: visible;
    display: block;
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.5;
  }

  .bekaa-full-range-section .btn-card {
    padding: 9px 0;
    font-size: 10px;
  }

  .bekaa-full-range-section .bekaa-flight-controls {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
    border-radius: 12px !important;
    padding: 12px !important;
    margin-bottom: 14px !important;
    border: 1px solid #e9dfd7 !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbf8f5 100%) !important;
    box-shadow: 0 10px 24px rgba(18, 21, 26, 0.07) !important;
  }

  .bekaa-full-range-section .bekaa-flight-filter-group {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    align-items: stretch !important;
    gap: 9px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .bekaa-full-range-section .bekaa-flight-filter-group button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    white-space: nowrap !important;
    min-height: 44px !important;
    padding: 8px 8px !important;
    border-radius: 8px !important;
    font-size: 11px !important;
    letter-spacing: 0.75px !important;
    font-weight: 700 !important;
  }

  .bekaa-full-range-section .bekaa-flight-sort-group {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .bekaa-full-range-section .bekaa-flight-sort-group label {
    display: block !important;
    margin: 0 !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    line-height: 1.2 !important;
    color: #4a433d !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
  }

  .bekaa-full-range-section .bekaa-flight-sort-group select {
    display: block !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 42px 0 14px !important;
    border-radius: 8px !important;
    border: 1px solid #ddd1c8 !important;
    background-color: #fff !important;
    background-image:
      linear-gradient(45deg, transparent 50%, #7f756f 50%),
      linear-gradient(135deg, #7f756f 50%, transparent 50%);
    background-position:
      calc(100% - 18px) 19px,
      calc(100% - 12px) 19px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #181818 !important;
    line-height: 1.2 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .bekaa-full-range-section .mk-padding-wrapper.wpb_row > .vc_col-sm-4.wpb_column {
    width: 50% !important;
  }
}
