.elementor-2519 .elementor-element.elementor-element-c0de4e1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2519 .elementor-element.elementor-element-ad96ab2.xpro-widget-bg-overlay:before{transition:background 0.3s;}/* Start custom CSS for container, class: .elementor-element-c0de4e1 *//* ============================================================
   LIV PRIVATE JETS — FLEET SECTION (Full Aircraft List)
   Style: LunaJets inspired | Fonts: Playfair Display + Inter
   Paste into: Appearance > Customize > Additional CSS
   ============================================================ */

.lf-section {
  background: #f5f3ee;
  padding: 80px 60px;
  font-family: 'Inter', sans-serif;
}

/* ── Header ── */
.lf-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}

.lf-kicker {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8a8a7a;
  margin: 0 0 12px;
}

.lf-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 600;
  color: #1a1f2e;
  line-height: 1.2;
  margin: 0 0 16px;
  letter-spacing: -0.5px;
}

.lf-desc {
  font-size: 15px;
  color: #5c6070;
  line-height: 1.8;
  margin: 0;
}

/* ── Filter Tabs ── */
.lf-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 40px;
}

.lf-tab {
  background: #ffffff;
  border: 1px solid #e0ddd6;
  color: #5c6070;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 8px 18px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.18s;
}

.lf-tab:hover {
  border-color: #1a1f2e;
  color: #1a1f2e;
}

.lf-tab.active {
  background: #1a1f2e;
  border-color: #1a1f2e;
  color: #ffffff;
}

/* ── Aircraft Grid ── */
.lf-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 52px;
}

/* ── Individual Card ── */
.lf-card {
  background: #ffffff;
  border: 1px solid #e8e6e0;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.22s, box-shadow 0.22s, transform 0.22s;
  cursor: pointer;
}

.lf-card:hover {
  border-color: #c0bdb5;
  box-shadow: 0 6px 28px rgba(26,31,46,0.09);
  transform: translateY(-3px);
}

/* ── Image circle ── */
.lf-img-wrap {
  background: #eeece8;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 24px auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.lf-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  position: relative;
  z-index: 1;
  transition: transform 0.3s;
}

.lf-card:hover .lf-img-wrap img {
  transform: scale(1.06);
}

.lf-img-ph {
  position: absolute;
  font-size: 36px;
  color: #c0bdb5;
  z-index: 0;
}

/* ── Card body ── */
.lf-card-body {
  padding: 0 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.lf-cat-tag {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8a8a7a;
}

.lf-name {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #1a1f2e;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}

/* ── Specs row ── */
.lf-specs {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.lf-spec {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  color: #5c6070;
  background: #f5f3ee;
  border: 1px solid #e8e6e0;
  border-radius: 20px;
  padding: 4px 12px;
}

.lf-spec-icon {
  font-size: 11px;
}

/* ── Status badge ── */
.lf-status {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.8px;
  padding: 3px 10px;
  border-radius: 20px;
  margin-top: auto;
}

.lf-status.in-production {
  background: #e8f5ee;
  color: #2a7a50;
  border: 1px solid #c0dece;
}

.lf-status.discontinued {
  background: #f5f0e8;
  color: #8a6a30;
  border: 1px solid #ddd0b8;
}

.lf-status.upcoming {
  background: #e8eef8;
  color: #2a4a8a;
  border: 1px solid #c0ccde;
}

/* ── Bottom CTA ── */
.lf-cta-wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.lf-cta-text {
  font-size: 15px;
  color: #5c6070;
  margin: 0;
}

.lf-cta-btn {
  display: inline-block;
  border: 1.5px solid #1a1f2e;
  color: #1a1f2e;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 2px;
  transition: background 0.22s, color 0.22s;
}

.lf-cta-btn:hover {
  background: #1a1f2e;
  color: #f5f3ee;
}

/* ── Tablet ── */
@media (max-width: 1100px) {
  .lf-section { padding: 60px 32px; }
  .lf-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
}

@media (max-width: 768px) {
  .lf-section { padding: 48px 20px; }
  .lf-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .lf-tabs { gap: 6px; }
  .lf-tab { font-size: 11px; padding: 7px 14px; }
}

@media (max-width: 480px) {
  .lf-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .lf-img-wrap { width: 90px; height: 90px; }
}/* End custom CSS */