:root {
  --body-bg-color: #f8fafc;
  --body-text-color: #222222;
  --heading-color: #222222;
  --hero-gradient1: #168295;
  --hero-gradient2: #0b5e3a;
  --footer-bg-color: #0d0d0d;
  --link-color: #aba104;
  --header-bg-color: #2e2e2e;
  --font-family: Georgia, serif;
  --nav-link-color: #ffffff;
  --footer-text-color: #ffffff;
  --header-text-color: #ffffffff;
}
html {
  overflow-x: hidden;
}
body {
  background-color: var(--body-bg-color) !important;
  color: var(--body-text-color) !important;
  font-family: var(--font-family);
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
h1 {
  font-size: clamp(2rem, 4vw, 2.5rem) !important;
}
h2 {
  font-size: clamp(1.6rem, 3vw, 2rem) !important;
}
h3 {
  font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}
p {
  margin-bottom: 0.5rem !important;
}

section {
  padding: 15px 0;
  scroll-margin-top: 100px;
}
#amy {
  scroll-margin-top: 100px;
}
#shine-a-light {
  scroll-margin-top: 100px;
}
#muscle-shoals {
  scroll-margin-top: 100px;
}
#gimme-shelter {
  scroll-margin-top: 100px;
}

h2,
h3 {
  color: var(--heading-color) !important;
}

.content-area a {
  color: var(--link-color) !important;
  text-decoration: none !important;
}

.content-area a:hover {
  color: var(--link-color) !important;
  opacity: 0.8;
}

.sidebar-page-list {
  padding: 0;
  margin: 0;
  margin-bottom: 17px;
  width: 279px;
}

.sidebar-page-list li {
  list-style-type: disc;
  list-style-position: inside;
  color: var(--heading-color);
}

.sidebar-page-list li::marker {
  color: var(--link-color);
  font-size: 1.2em;
}
.sidebar-page-list li:last-child {
  border-bottom: none;
}

.sidebar-page-list li a {
  padding: 12px 0;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  color: var(--link-color);
}

.sidebar-page-list li a:hover {
  padding-left: 11px;
}
.twitter-tweet {
  width: 279px !important;
}

.x {
  display: flex;
  justify-content: center;
}
.error_page {
  min-height: 70vh;
}

.footer-news {
  background: var(--footer-bg-color);
  border-top: 3px solid var(--link-color);
  padding: 2.5rem 1rem;
  border-radius: 12px 12px 0 0;
  position: relative;
  overflow: hidden;
  color: var(--footer-text-color);
}

.footer-news a {
  color: var(--link-color);
  text-decoration: none;
  position: relative;
}

.footer-news a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: var(--link-color);
  transition: width 0.3s ease;
}

.footer-news a:hover::after {
  width: 100%;
}

.footer-newsletter h3 {
  color: var(--footer-text-color) !important;
  margin-bottom: 1rem;
  font-weight: 600;
}

.newsletter-form input {
  padding: 0.6rem 1rem;
  border: 1px solid var(--link-color);
  border-radius: 5px;
  font-size: 1rem;
}

.newsletter-form button {
  padding: 0.6rem 1.5rem;
  border: none;
  background: var(--link-color);
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.newsletter-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(102, 143, 106, 0.2);
}
.footer-social .social-icon {
  font-size: 1.5rem;
  margin: 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--link-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 2px solid var(--link-color);
  border-radius: 50%;
  text-align: center;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.footer-social .social-icon:hover {
  transform: scale(1.2) rotate(-10deg);
  background: var(--link-color);
  color: #fff;
}

.footer-news::after {
  right: 10px;
  top: auto;
  bottom: 10px;
  left: auto;
}

/* Responsive */
@media (max-width: 767px) {
  .newsletter-form input,
  .newsletter-form button {
    width: 100%;
  }
}

.navbar {
  background-color: transparent !important;
  transition: background-color 0.4s ease, box-shadow 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}
.navbar.scrolled {
  background-color: var(--header-bg-color) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hero-section {
  padding: 115px 0 30px;
  position: relative;
  overflow: hidden;
  color: var(--header-text-color);
}

.hero-section.with-bg {
  background-image: url("/images/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-section.with-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgb(0, 0, 0));
  opacity: 0.5;
  z-index: 1;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
  }
}
.navbar-light .navbar-nav .nav-link {
  color: var(--nav-link-color, #141414) !important;
}

.navbar-light .navbar-nav .nav-link.active {
  color: var(--link-color) !important;
  font-weight: bold;
}
/* Mobile nav */
@media (max-width: 1199.98px) {
  .navbar-collapse {
    position: fixed;
    top: 61px;
    left: 15px;
    right: 15px;
    background-color: color-mix(
      in srgb,
      var(--header-bg-color) 65%,
      transparent
    );
    backdrop-filter: blur(12px);
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    padding: 15px;
    margin: 0;
  }

  .navbar-nav {
    width: 100%;
  }

  .navbar-nav .nav-item {
    margin: 7px 0;
  }

  .navbar-nav .nav-item:hover {
    transform: translateY(-1px);
  }

  .navbar-nav .nav-link {
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 0;
  }

  .navbar-toggler {
    z-index: 10000;
    position: relative;
    border: var(--bs-border-width) solid var(--nav-link-color, #141414) !important;
  }
}

@media screen and (min-width: 1199.98px) {
  .dropdown-menu {
    top: 100%;
    left: 50% !important;
    transform: translateX(-50%);
  }
}

.navbar .dropdown-toggle::after {
  transition: transform 0.3s ease;
}

.dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}

.custom-dropdown {
  border: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  min-width: 220px;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 65%,
    transparent
  ) !important;
  backdrop-filter: blur(12px);
}

.custom-dropdown .dropdown-item {
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  color: var(--nav-link-color, #141414) !important;
  font-weight: 500;
  border-radius: 0;
  text-wrap: wrap;
}

.custom-dropdown .dropdown-item:hover {
  color: #fff;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 95%,
    transparent
  ) !important;
}

.custom-dropdown .dropdown-item i {
  width: 16px;
  color: #6c757d;
  transition: color 0.3s ease;
}

.custom-dropdown .dropdown-item:hover i {
  color: #fff;
}

.dropdown-menu {
  opacity: 0;
  transition: all 0.3s ease;
  display: block;
  visibility: hidden;
}

.dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

@media (min-width: 1199.98px) {
  .custom-dropdown {
    max-width: 200px;
  }
}

@media (max-width: 1199.98px) {
  .custom-dropdown {
    display: none;
    background: #f8f9fa;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    border-top: 1px solid #dee2e6;
  }

  .custom-dropdown .dropdown-item:hover {
    margin: 0;
    border-radius: 0;
    transform: none;
  }
}

.dropdown-menu:hover,
.dropdown:hover .dropdown-menu {
  display: block !important;
  visibility: visible;
  opacity: 1;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #91919131 !important;
}

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--link-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}
.scroll-top i {
  font-size: 24px;
  color: var(--footer-bg-color);
  line-height: 0;
}
.scroll-top:hover {
  background-color: color-mix(in srgb, var(--link-color), transparent 20%);
  color: var(--footer-bg-color);
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.heading {
  position: relative;
  padding: 25px 17px;
  background: linear-gradient(135deg, #071023 0%, #11131a 60%, #18181b 100%);
  color: #fff;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.65),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
  overflow: hidden;
  margin-bottom: 1.25rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* subtle hover lift */
.heading:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(2, 6, 23, 0.75);
}

/* Title styling */
.heading h2 {
  font-family: "Cinzel", "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-size: 1.45rem;
  letter-spacing: 0.06em;
  text-transform: capitalize;
  color: #fff !important;
  display: flex;
  align-items: center;
}

/* small clapper/film emoji as an accent */
.heading h2::before {
  content: "🎬";
  display: inline-block;
  margin-right: 0.65rem;
  font-size: 1.05rem;
  transform: translateY(-1px);
}

/* description */
.heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.98rem;
  line-height: 1.6;
}
.blog-post {
  background: #ffffff;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  height: 100%;
}

/* Gold accent top border */
.blog-post::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #aba104;
}

.blog-post:hover {
  transform: translateY(-7px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Movie-style title */
.blog-post h2 {
  font-family: "Impact", "Anton", sans-serif;
  text-transform: uppercase;
  font-size: 1.7rem;
  color: #000;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 12px;
  position: relative;
}

/* Golden underline for title */
.blog-post h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #aba104;
  margin-top: 6px;
}

/* Image styling */
.blog-img img {
  border-radius: 8px;
  outline: 2px solid #000;
  transition: transform 0.3s ease;
}

.blog-img img:hover {
  transform: scale(1.03);
}

/* Text paragraph */
.blog-post p {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}

/* Optional tag-style badge for movie year */
.blog-post h2 span.year {
  background: #000;
  color: #aba104;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 8px;
  font-size: 0.85rem;
}
/* Wrapper */
.error-404 {
  background: #fafafa;
}

/* Small label at top */
.error-404-label {
  display: inline-flex;
  align-items: center;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
}

/* Main 404 on text side */
.error-404-code {
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000;
  text-shadow: 0 2px 0 #aba104;
}

.error-404-title {
  font-weight: 600;
  color: #111;
}

/* Buttons */
.btn-404-primary {
  border: 2px solid #000;
  background: #000;
  color: #fff;
  border-radius: 999px;
  padding-inline: 24px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.btn-404-primary:hover {
  background: #aba104;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

.btn-404-secondary {
  border: 2px solid #aba104;
  background: transparent;
  color: #000;
  border-radius: 999px;
  padding-inline: 24px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.btn-404-secondary:hover {
  background: #aba104;
  color: #000;
  border-color: #000;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

/* Right-side "404 card" */
.error-404-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 30px 32px;
  border: 2px solid #000;
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
  overflow: hidden;
}

/* Film strip edges (top + bottom) */
.error-404-film-edge {
  position: absolute;
  left: -4px;
  right: -4px;
  height: 16px;
  background: #000;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  z-index: 0;
}

.error-404-film-edge.top {
  top: -10px;
}

.error-404-film-edge.bottom {
  bottom: -10px;
}

/* Little cutouts on film edge */
.error-404-film-edge::before,
.error-404-film-edge::after {
  content: "";
  width: 12px;
  height: 8px;
  background: #fafafa;
  border-radius: 2px;
  box-shadow: 40px 0 0 #fafafa, 80px 0 0 #fafafa, 120px 0 0 #fafafa,
              160px 0 0 #fafafa, 200px 0 0 #fafafa, 240px 0 0 #fafafa;
}

/* Huge 404 number in card */
.error-404-number {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-indent: 0.18em;
  color: #000;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.error-404-number::after {
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 10px auto 0;
  background: linear-gradient(to right, #000, #aba104);
}

/* Subtext + icons */
.error-404-subtext {
  margin-top: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #555;
}

.error-404-icons {
  margin-top: 18px;
}

.error-404-icons i {
  color: #aba104;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
  .error-404-code {
    font-size: 2.7rem;
  }

  .error-404-number {
    font-size: 3.2rem;
  }

  .error-404-card {
    padding: 30px 20px 24px;
  }
}
/* Base widget shell */
.sidebar-widget.movie-spotlight {
  background: #ffffff;
  border: 2px solid #000;
  border-radius: 14px;
  padding: 18px 18px 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
  transition: transform .25s ease, box-shadow .25s ease;
  width: 279px;
}

/* Gold accent line on top */
.sidebar-widget.movie-spotlight::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 40%;
  height: 4px;
  background: #aba104;
  box-shadow: 60px 0 0 #000; /* little black segment for contrast */
}

.sidebar-widget.movie-spotlight:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

/* Header */
.sidebar-widget .widget-header {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
  color: #000;
}

.sidebar-widget .widget-header i {
  font-size: 1.1rem;
  color: #aba104;
}

/* Layout */
.movie-spotlight-body {
  align-items: flex-start;
}

/* Poster area */
.movie-spotlight-poster .poster-frame {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #000;
}

.movie-spotlight-poster img {
  display: block;
  width: 100%;
  height: auto;
}

/* Rating badge */
.badge-rating {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: #000;
  color: #aba104;
  font-size: 0.8rem;
  padding: 4px 8px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}

.badge-rating i {
  font-size: 0.8rem;
}

/* Info side */
.movie-spotlight-info {
  flex: 1;
  min-width: 0;
}

.movie-spotlight-info .movie-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 2px;
}

.movie-meta {
  font-size: 0.82rem;
  color: #666;
}

.movie-desc {
  font-size: 0.85rem;
  color: #333;
  line-height: 1.4;
}

/* Tags */
.movie-tags .tag {
  display: inline-block;
  font-size: 0.75rem;
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid #000;
  background: #f8f8f8;
  margin-right: 4px;
  margin-bottom: 4px;
}

/* Button */
.btn-widget-link {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 999px;
  border: 2px solid #000;
  background: #aba104;
  color: #000;
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.btn-widget-link:hover {
  background: #000;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.18);
}

.btn-widget-link i {
  font-size: 0.95rem;
}

/* Responsive tweak for narrow sidebars */
@media (max-width: 575.98px) {
  .movie-spotlight-body {
    flex-direction: column;
  }

  .movie-spotlight-poster {
    margin-bottom: 12px;
  }
}
