:root {
  --lfc-surface: #141414;
  --lfc-surface-alt: #1c1c1c;
  --lfc-border: #2a2a2a;
  --lfc-muted: #bdbdbd;
  --lfc-accent: #e50914;
}

body {
  background-color: #0f0f0f;
}

.lfc-hero {
  position: relative;
  background: linear-gradient(110deg, rgba(0, 0, 0, 0.85) 35%, rgba(0, 0, 0, 0.25) 100%),
    url('../images/background/asset-77.jpg') center/cover no-repeat;
  padding: 150px 0 80px;
}

.lfc-hero .gen-tag-line span {
  letter-spacing: 1px;
}

.lfc-hero p {
  max-width: 720px;
}

.lfc-filter-panel {
  margin-top: -38px;
  position: relative;
  z-index: 2;
}

.lfc-filter-card {
  background: var(--lfc-surface);
  border: 1px solid var(--lfc-border);
  border-radius: 10px;
  padding: 22px;
}

.lfc-filter-card .form-control,
.lfc-filter-card .custom-select {
  background-color: var(--lfc-surface-alt);
  border: 1px solid var(--lfc-border);
  color: #fff;
  height: 46px;
}

.lfc-filter-card .form-control::placeholder {
  color: var(--lfc-muted);
}

.lfc-count {
  color: var(--lfc-muted);
  font-size: 14px;
}

.lfc-card-link {
  display: block;
  color: inherit;
}

.lfc-card-link:hover {
  color: inherit;
}

.lfc-card-link .gen-movie-contain {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lfc-card-link:hover .gen-movie-contain {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.lfc-card-link .gen-movie-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.lfc-card-note {
  color: var(--lfc-muted);
  font-size: 13px;
  margin-top: 8px;
}

.lfc-hidden {
  display: none;
}

.lfc-empty {
  background: var(--lfc-surface);
  border: 1px solid var(--lfc-border);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}

.lfc-single-hero {
  padding: 150px 0 60px;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.85) 20%, rgba(0, 0, 0, 0.4) 100%),
    url('../images/background/asset-68.jpg') center/cover no-repeat;
}

.lfc-single-wrap {
  margin-top: -35px;
}

.lfc-single-card {
  background: var(--lfc-surface);
  border: 1px solid var(--lfc-border);
  border-radius: 10px;
  padding: 24px;
}

.lfc-single-image {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  max-height: 430px;
}

.lfc-meta-list {
  list-style: none;
  padding-left: 0;
  margin: 18px 0 0;
}

.lfc-meta-list li {
  border-bottom: 1px solid var(--lfc-border);
  padding: 10px 0;
  color: var(--lfc-muted);
}

.lfc-meta-list strong {
  color: #fff;
  margin-right: 5px;
}

.lfc-description {
  color: #ddd;
  line-height: 1.8;
}

.lfc-audio {
  width: 100%;
  margin: 18px 0;
}

.lfc-pastor-chip {
  display: inline-block;
  background: rgba(229, 9, 20, 0.15);
  border: 1px solid rgba(229, 9, 20, 0.3);
  color: #fff;
  border-radius: 40px;
  padding: 6px 14px;
  font-size: 12px;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .lfc-hero {
    padding: 120px 0 70px;
  }

  .lfc-filter-panel {
    margin-top: -20px;
  }

  .lfc-filter-card {
    padding: 15px;
  }

  .lfc-card-link .gen-movie-img img {
    height: 260px;
  }
}
