/*
Theme Name: RedStarFilms Light Theme
Theme URI: https://redstarfilms.net
Author: Marionette
Author URI: https://www.marionetteltd.com/
Description: Modern Light Theme for RedStarFilms - Stunning Film Production Design
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025.1
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

Modern Light Theme for Red Star Films - Professional Film Production Design
*/

/* CSS Reset and Base Styles */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1;
}
a {
  text-decoration-skip-ink: auto;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
button {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
q {
  display: inline;
  font-style: italic;
}
q:before {
  content: '"';
  font-style: normal;
}
q:after {
  content: '"';
  font-style: normal;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding: 2px;
}
big {
  font-size: 120%;
}
small,
sup,
sub {
  font-size: 80%;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
dd {
  margin-left: 20px;
}
kbd,
tt {
  font-family: courier;
  font-size: 12px;
}
ins {
  text-decoration: underline;
}
del,
strike,
s {
  text-decoration: line-through;
}
dt {
  font-weight: bold;
}
address,
cite,
var {
  font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* WordPress Specific Classes */
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}

/* Screen Reader Text */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}
.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}
.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}
.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/* Color Variables for Light Theme */
:root {
  --primary-black: #1a1a1a;
  --light-black: #4a4a4a;
  /* Primary cold accent (was gold) */
  --semi-aqua: #6f8fa6c7; /* icy steel blue */
  --semi-aqua-dark: #3f5668; /* deep cold blue-gray */

  /* Dark background accent */
  --aqua-light: #1c2630ad; /* cold dark blue */

  /* Gradients */
  --aqua-gradient-1: linear-gradient(135deg, #6f8fa6 0%, #cfd8df 100%);
  --aqua-gradient-2: linear-gradient(135deg, #3f5668 0%, #1c2630 100%);

  --aqua-dark: #1c2630;
  --light-bg: #fafafa;
  --white: #ffffff;
  --light-gray: #f5f5f5;
  --medium-gray: #e0e0e0;
  --text-dark: #2c2c2c;
  --shadow-light: rgba(0, 0, 0, 0.1);
  --shadow-medium: rgba(0, 0, 0, 0.15);
  --shadow-heavy: rgba(0, 0, 0, 0.25);
}

/* Loading Overlay */
#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /*background: linear-gradient(135deg, var(--white) 0%, var(--light-bg) 100%);*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#loading-spinner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  /*animation: spin 1s ease-in-out infinite;*/
  border-radius: 50%;
  /*box-shadow: 0 4px 20px var(--shadow-medium);*/
}

@keyframes spin {
  0% {
    opacity: 0.3;
    transform: rotate(0deg) scale(0.8);
  }
  50% {
    opacity: 1;
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    opacity: 0.3;
    transform: rotate(360deg) scale(0.8);
  }
}

/* Typography */
.smooch-sans-cls {
  font-family: "Smooch Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* Body and Base Styles - Full Background Design */
body {
  color: var(--text-dark) !important;
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
  background-image:
    linear-gradient(
      -135deg,
      rgba(255, 255, 255, 1) 20%,
      rgba(250, 250, 250, 0.72) 50%,
      rgba(245, 245, 245, 0.58) 70%,
      rgba(240, 240, 240, 0.35) 100%
    ),
    url("/wp-content/uploads/2024/02/hero-bg-custom.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/* Mobile background fix - iOS and mobile don't support fixed attachment */
@supports (-webkit-overflow-scrolling: touch) {
  body {
    background-attachment: scroll;
  }
}

@media (max-width: 1024px) {
  body {
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
  }
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(7px);
  z-index: -2;
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(111, 143, 166, 0.08) 0%,
    rgba(207, 216, 223, 0.05) 50%,
    rgba(63, 86, 104, 0.03) 100%
  );
  z-index: -1;
  pointer-events: none;
}

body * {
  font-family: "Smooch Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
}

/* Navigation Styles - Cinematic Film Production Design */
.navbar {
  padding: 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  position: relative;
  z-index: 100;
  margin: 30px 0;
}

.navbar-container {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px) saturate(180%);
  -webkit-backdrop-filter: blur(30px) saturate(180%);
  border: 1px solid rgba(111, 143, 166, 0.2);
  border-radius: 25px;
  padding: 18px 30px;
  position: relative;
  overflow: visible;
  isolation: auto;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* Cinematic Light Strip Animation */
.navbar-container::before {
  /*content: '';*/
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(111, 143, 166, 0.8),
    rgba(255, 255, 255, 0.9),
    rgba(111, 143, 166, 0.8),
    transparent
  );
  transition: all 0.8s ease;
  animation: cinematicScan 3s ease-in-out infinite;
}

/* Film Strip Border Effect */
.navbar-container::after {
  /*content: '';*/
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 1px solid rgba(111, 143, 166, 0.15);
  border-radius: 23px;
  background: repeating-linear-gradient(
    90deg,
    transparent 0px,
    transparent 8px,
    rgba(111, 143, 166, 0.05) 8px,
    rgba(111, 143, 166, 0.05) 10px
  );
  pointer-events: none;
  z-index: 0;
}

@keyframes cinematicScan {
  0%,
  100% {
    left: -100%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

.navbar.scrolled .navbar-container {
  box-shadow:
    0 35px 100px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(111, 143, 166, 0.4) inset,
    0 0 80px rgba(111, 143, 166, 0.15);
  border-color: rgba(111, 143, 166, 0.6);
  transform: scale(0.96);
  opacity: 0;
}

/* Logo Styling - Cinematic Enhancement */
.navbar-brand {
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  z-index: 10;
  display: block;
  max-height: 60px;
  overflow: hidden;
}

.navbar-brand .custom-logo-link {
  display: block;
  height: 50px;
  line-height: 0;
}

.navbar-brand img,
.navbar-brand .custom-logo-link img,
.navbar-brand .custom-logo {
  height: 50px !important;
  max-height: 60px !important;
  width: auto !important;
  max-width: 200px;
  object-fit: contain;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  filter: drop-shadow(0 8px 25px rgba(111, 143, 166, 0.4))
    drop-shadow(0 0 15px rgba(255, 255, 255, 0.2));
  position: relative;
}

img.custom-logo {
  height: 50px !important;
  max-height: 60px !important;
  width: auto !important;
}

.navbar-brand::before {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(
    45deg,
    rgba(111, 143, 166, 0.2),
    transparent,
    rgba(111, 143, 166, 0.2)
  );
  border-radius: 10px;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: -1;
}

.navbar-brand:hover::before {
  opacity: 1;
  transform: scale(1.1);
}

.navbar-brand:hover img {
  transform: scale(1.08) rotateY(5deg) perspective(1000px);
  filter: drop-shadow(0 15px 40px rgba(168, 184, 197, 0.6))
    drop-shadow(0 0 25px rgba(255, 255, 255, 0.4)) brightness(1.1);
}

/* Mobile Toggle Button - Film Reel Style */
.navbar-toggler {
  border: none !important;
  padding: 8px !important;
  background: linear-gradient(
    135deg,
    rgba(111, 143, 166, 0.9) 0%,
    rgba(63, 86, 104, 1) 100%
  ) !important;
  border-radius: 20px !important;
  box-shadow:
    0 8px 25px rgba(111, 143, 166, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset !important;
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition: all 0.3s ease;
}

.navbar-toggler::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: all 0.6s ease;
}

.navbar-toggler:hover::before {
  left: 100%;
}

.navbar-toggler:focus {
  box-shadow:
    0 0 0 0.25rem rgba(111, 143, 166, 0.4),
    0 8px 25px rgba(111, 143, 166, 0.4) !important;
}

.navbar-toggler-icon {
  width: 28px !important;
  height: 28px !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.navbar-toggler:hover .navbar-toggler-icon {
  transform: rotate(180deg) scale(1.1);
}

/* Navigation Items - Film Production Professional Style */
.navbar-nav {
  margin: 0 !important;
  align-items: center;
  position: relative;
  z-index: 10;
}

.navbar .nav-item {
  margin: 0 5px;
  position: relative;
}

.navbar .nav-item .nav-link {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  color: rgba(80, 80, 80, 0.85) !important;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 14px 24px !important;
  border-radius: 18px;
  text-decoration: none;
  letter-spacing: 1.5px;
  background: transparent;
  border: 1px solid transparent;
  overflow: hidden;
  font-family: "Smooch Sans", sans-serif;
  backdrop-filter: blur(10px);
}

/* Film Strip Perforation Effect */
.navbar .nav-item .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: -1;
  border-radius: 16px;
}

/* Cinematic Underline Effect */
.navbar .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(168, 184, 197, 0.8),
    rgba(255, 255, 255, 0.9),
    rgba(168, 184, 197, 0.8)
  );
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 1px;
  box-shadow: 0 0 8px rgba(168, 184, 197, 0.6);
}

/* Hover State - Cinematic Glow */
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
  transform: translateY(-2px) scale(1.05);
  text-shadow: 0 0 20px rgba(168, 184, 197, 0.8);
}

.navbar .nav-item .nav-link:hover::before,
.navbar .nav-item .nav-link.active::before {
  left: 0;
}

.navbar .nav-item .nav-link:hover::after,
.navbar .nav-item .nav-link.active::after {
  width: 85%;
  height: 3px;
  box-shadow:
    0 0 15px rgba(168, 184, 197, 0.8),
    0 0 30px rgba(168, 184, 197, 0.4);
}

/* Active Link Special Effect */
.navbar .nav-item .nav-link.active {
  /*background: var(--aqua-light);
    border-color: rgba(63, 86, 104, 0.6);*/
}

/* Film Reel Icon Enhancement */
.navbar .nav-item .nav-link .iconify {
  margin-right: 8px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  filter: drop-shadow(0 0 8px rgba(111, 143, 166, 0.6));
}

.navbar .nav-item .nav-link:hover .iconify {
  transform: rotate(360deg) scale(1.2);
  filter: drop-shadow(0 0 15px rgba(111, 143, 166, 0.9));
}

/* Cinematic Navigation Indicator */
.nav-floating-indicator {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 80px;
  height: 3px;
  background: var(--aqua-light);
  border-radius: 2px;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  transform: translateX(0);
  box-shadow: 0 0 10px rgba(168, 184, 197, 0.4);
}

.navbar-nav:hover .nav-floating-indicator {
  opacity: 1;
  animation: indicatorPulse 2s ease-in-out infinite;
}

@keyframes indicatorPulse {
  0%,
  100% {
    box-shadow:
      0 0 15px rgba(111, 143, 166, 0.6),
      0 0 30px rgba(111, 143, 166, 0.3);
  }
  50% {
    box-shadow:
      0 0 25px rgba(111, 143, 166, 0.8),
      0 0 50px rgba(111, 143, 166, 0.5);
  }
}

/* Mobile Navigation Styles - Cinematic */
@media (max-width: 991px) {
  .navbar-container {
    padding: 18px 25px;
    flex-direction: row; /* Keep logo and toggle in row */
    flex-wrap: wrap; /* Allow collapse to wrap below */
    justify-content: space-between;
    align-items: center;
  }

  /* Logo stays in top row */
  .navbar-brand {
    order: 1;
    flex: 0 0 auto;
  }

  /* Toggle button stays in top row */
  .navbar-toggler {
    order: 2;
    flex: 0 0 auto;
  }

  /* Collapse menu takes full width below logo and toggle */
  .navbar-collapse {
    order: 3;
    flex: 1 1 100%; /* Full width, wraps to new line */
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(111, 143, 166, 0.3);
    width: 100%;
    position: relative;
  }

  /* Navigation items in column within the collapse */
  .navbar-nav {
    flex-direction: column;
    width: 100%;
  }

  .navbar .nav-item {
    margin: 6px 0;
    width: 100%;
  }

  .navbar .nav-item .nav-link {
    justify-content: center;
    padding: 16px 30px !important;
    width: 100%;
    border-radius: 18px;
    font-size: 16px;
    background: rgba(111, 143, 166, 0.05);
    border: 1px solid rgba(111, 143, 166, 0.2);
  }

  .navbar .nav-item .nav-link:hover {
    background: rgba(111, 143, 166, 0.15);
    border-color: rgba(111, 143, 166, 0.5);
  }

  .navbar-collapse::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(111, 143, 166, 0.8),
      transparent
    );
    border-radius: 2px;
  }

  .navbar-brand img {
    height: 50px;
  }
}

/* Extra Mobile Styles - Refined */
@media (max-width: 576px) {
  .navbar-container {
    padding: 15px 20px;
    margin: 20px 10px;
  }

  .navbar .nav-item .nav-link {
    font-size: 15px;
    padding: 14px 25px !important;
    letter-spacing: 1px;
  }

  .navbar-brand img {
    height: 45px;
  }
}

/* Navigation Animation Enhancement - Cinematic Entry */
.navbar {
  animation: cinematicNavEntry 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes cinematicNavEntry {
  0% {
    opacity: 0;
    transform: translateY(-40px) scale(0.9);
    filter: blur(10px);
  }
  60% {
    opacity: 0.8;
    transform: translateY(-5px) scale(1.02);
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

/* Modern Navbar Visibility Animations */
.navbar {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
              opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform, opacity;
}

/* Hide navbar when scrolling down */
.navbar.navbar-hidden {
  transform: translateY(-110%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.6, 0, 1, 1),
              opacity 0.2s ease-in;
}

/* Subtle bounce effect on initial scroll */
.navbar.scrolled {
  /*animation: navGentlePulse 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);*/
}

@keyframes navGentlePulse {
  0% {
    transform: translateY(0) scale(1);
  }
  40% {
    transform: translateY(2px) scale(0.985);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

/* Hero Section - Modern Cinema-Style Design */
.hero-section {
  margin: 0 0 80px 0;
  position: relative;
  padding: 0;
}

.video-hero-container {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #000;

  /* Performance optimizations for video container */
  will-change: transform;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

  /* Isolation for video rendering */
  isolation: isolate;
  contain: layout style paint;
}

/* Video Overlay for Text Readability */
.video-hero-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: 2;
  pointer-events: none;
}

/* Subtle Aqua Glow Overlay */
.video-hero-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at center,
    rgba(111, 143, 166, 0.15) 0%,
    transparent 70%
  );
  z-index: 1;
  pointer-events: none;
}

/* Video Styling - Full Coverage with Performance Optimization */
#video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 135%;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: 0;

  /* Performance optimizations for smooth scrolling */
  will-change: transform, opacity;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;

  /* Prevent browser video optimizations that cause pausing */
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);

  /* Force hardware acceleration */
  -webkit-perspective: 1000px;
  perspective: 1000px;

  /* Optimize rendering */
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Hero Content - Centered */
.hero-overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: white;
  text-align: center;
  max-width: 600px;
  width: 90%;
}

.hero-title {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
  color: white;
  text-shadow:
    0 0 20px rgba(0, 0, 0, 0.8),
    0 0 40px rgba(111, 143, 166, 0.6),
    2px 2px 4px rgba(0, 0, 0, 0.8);
  animation: titleGlow 3s ease-in-out infinite alternate;
}

@keyframes titleGlow {
  0% {
    text-shadow:
      0 0 20px rgba(0, 0, 0, 0.8),
      0 0 40px rgba(111, 143, 166, 0.4),
      2px 2px 4px rgba(0, 0, 0, 0.8);
  }
  100% {
    text-shadow:
      0 0 20px rgba(0, 0, 0, 0.8),
      0 0 60px rgba(111, 143, 166, 0.8),
      2px 2px 4px rgba(0, 0, 0, 0.8);
  }
}

.hero-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 30px;
  color: white;
  opacity: 0.95;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow:
    0 0 10px rgba(0, 0, 0, 0.8),
    1px 1px 2px rgba(0, 0, 0, 0.8);
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  padding: 15px 35px;
  background: linear-gradient(45deg, var(--semi-aqua), var(--aqua-light));
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  box-shadow: 0 15px 40px rgba(168, 184, 197, 0.4);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.hero-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: all 0.6s ease;
}

.hero-cta:hover::before {
  left: 100%;
}

.hero-cta:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 25px 60px rgba(111, 143, 166, 0.6);
  color: white;
}

/* Video Play Button Enhancement */
#video::-webkit-media-controls-play-button {
  background-color: rgba(111, 143, 166, 0.8);
  border-radius: 50%;
}

/* Responsive Hero Section */
@media (max-width: 1200px) {
  .hero-title {
    font-size: 3.5rem;
  }

  .hero-overlay-content {
    max-width: 550px;
  }
}

@media (max-width: 992px) {
  .video-hero-container {
    height: 70vh;
  }

  .hero-title {
    font-size: 3rem;
  }

  .hero-subtitle {
    font-size: 1.3rem;
    letter-spacing: 2px;
  }

  .hero-overlay-content {
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  .video-hero-container {
    height: 60vh;
  }

  .hero-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }

  .hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 25px;
    letter-spacing: 2px;
  }

  .hero-cta {
    padding: 12px 25px;
    font-size: 0.9rem;
    letter-spacing: 1px;
  }

  .hero-overlay-content {
    max-width: 90%;
  }
}

@media (max-width: 576px) {
  .video-hero-container {
    height: 50vh;
  }

  .hero-title {
    font-size: 2rem;
    line-height: 1.1;
  }

  .hero-subtitle {
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .hero-cta {
    padding: 10px 20px;
    font-size: 0.8rem;
  }
}

/* Hero Section Animation */
.hero-section {
  animation: heroFadeIn 1s ease-out 0.3s both;
}

@keyframes heroFadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Films Section - Horizontal Scroll */
.section-title {
  display: flex;
  align-items: center;
  font-size: 42px;
  color: var(--light-black);
  font-weight: 600;
  margin: 40px 0 20px 0;
  position: relative;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--semi-aqua), var(--aqua-light));
  border-radius: 2px;
}

.section-title .highlighted {
  margin-left: 15px;
  color: var(--semi-aqua);
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px var(--shadow-light);
}

/* Drag Items - Film Cards */
.drag-items {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  transition: all 0.3s ease;
  will-change: transform;
  user-select: none;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 20px 0;
}

.drag-items:focus,
.drag-items:active {
  cursor: grabbing !important;
}

.drag-items::-webkit-scrollbar {
  display: none;
}

.drag-items .item {
  vertical-align: top;
  display: inline-block;
  min-height: 400px;
  min-width: 280px;
  width: 280px;
  margin: 0 15px;
}

.drag-items .item.active,
.drag-items .item.active a,
.drag-items .item.active * {
  cursor: grabbing !important;
}

.drag-items .item:first-child {
  margin-left: 0;
}

.drag-items .item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 500px) {
  .item {
    min-height: 350px;
    min-width: 250px;
    width: 250px;
  }

  .poster {
    height: 350px;
  }
}

/* Film Poster Cards - Cinematic Full-Size Design */
.poster {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 368px;
  width: 260px;
  background: #000;
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(111, 143, 166, 0.2) inset;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

/* Full-Size Poster Image */
.poster-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}

.poster img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  border-radius: 10px;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  filter: brightness(0.9) contrast(1.1) saturate(1.1);
}

/* Dark to Transparent Gradient Overlay for Text Readability */
.poster::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 30%,
    rgba(0, 0, 0, 0.3) 60%,
    rgba(0, 0, 0, 0.8) 90%,
    rgba(0, 0, 0, 0.95) 100%
  );
  z-index: 2;
  border-radius: 10px;
  transition: all 0.6s ease;
}

/* Cinematic Light Sweep Effect */
.poster::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 40%,
    rgba(111, 143, 166, 0.15) 50%,
    transparent 60%
  );
  z-index: 3;
  opacity: 0;
  transform: translate(-100%, -100%) rotate(45deg);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 25px;
}

/* Content Container - Positioned at Bottom */
.poster-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 20px 20px;
  z-index: 4;
  background: transparent;
  border-radius: 0 0 25px 25px;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Elegant Hover Effects */
.poster:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.4),
    0 0 0 2px rgba(111, 143, 166, 0.6) inset,
    0 0 50px rgba(111, 143, 166, 0.2);
}

.poster:hover img {
  transform: scale(1.08);
  filter: brightness(1.1) contrast(1.2) saturate(1.2);
}

.poster:hover::before {
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 25%,
    rgba(111, 143, 166, 0.1) 55%,
    rgba(0, 0, 0, 0.85) 90%,
    rgba(0, 0, 0, 0.98) 100%
  );
}

.poster:hover::after {
  opacity: 1;
  transform: translate(50%, 50%) rotate(45deg);
}

.poster:hover .poster-content {
  transform: translateY(-5px);
}

/* Clean, Elegant Text Styling - Centered Title Layout */
.poster .name {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 12px 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9);
  font-family: "Smooch Sans", sans-serif;
  transition: all 0.3s ease;
  max-height: 47px;
  width: 100%;
}

.poster .year {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: inline-block;
}

.poster .type {
  display: none; /* Hide type for cleaner layout */
}

/* Content Layout Container */
.poster-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 18px 18px;
  z-index: 4;
  background: transparent;
  border-radius: 0 0 25px 25px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

/* Hover Effects for Centered Layout */
.poster:hover .name {
  color: rgba(255, 255, 255, 1);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
  transform: translateY(-2px);
}

/* Matching Button Design */
.poster .rm-btn {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.9) !important;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 6px 12px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  display: inline-block;
  text-align: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.poster .rm-btn:hover,
.poster .year:hover {
  background: rgba(111, 143, 166, 0.15);
  border-color: rgba(111, 143, 166, 0.4);
  color: rgba(111, 143, 166, 1) !important;
  transform: translateY(-1px);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9);
  box-shadow: 0 4px 12px rgba(111, 143, 166, 0.2);
}

/* Bottom Row - Date and Button Layout */
.poster-bottom-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}

/* Text Info Container - Just for Title */
.poster-text-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
}

/* Remove old button container */
.poster-button-container {
  display: none;
}

/* Glass morphism effect for info overlay */
.poster .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 3;
  transition: all 0.4s ease;
  border-radius: 20px;
  border: 1px solid rgba(111, 143, 166, 0.4);
  box-shadow: 0 0 50px rgba(111, 143, 166, 0.2);
}

.poster:hover .info {
  opacity: 1;
}

/* Card layout improvements */
.drag-items .item {
  min-width: 260px;
  width: 260px;
  margin: 0 20px;
}

@media screen and (max-width: 500px) {
  .drag-items .item {
    min-width: 280px;
    width: 280px;
  }

  .poster-image-container {
    height: 250px;
  }
}

/* About Section - Redesigned Glass Morphism */
.about-home-section {
  background: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(30px) saturate(180%);
  -webkit-backdrop-filter: blur(30px) saturate(180%);
  border-radius: 30px;
  margin: 80px 0;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset,
    0 0 50px rgba(168, 184, 197, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
  min-height: 400px;
}

.about-home-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(
    from 0deg,
    transparent,
    rgba(168, 184, 197, 0.1),
    transparent,
    rgba(207, 216, 223, 0.05),
    transparent
  );
  animation: rotateBackground 20s linear infinite;
  pointer-events: none;
}

.about-home-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    rgba(168, 184, 197, 0.03) 0%,
    transparent 25%,
    rgba(207, 216, 223, 0.02) 50%,
    transparent 75%,
    rgba(63, 86, 104, 0.03) 100%
  );
  pointer-events: none;
}

@keyframes rotateBackground {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.about-home-section .section-title-name {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.about-home-section .section-title-name * {
  font-size: 70px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.8em;
  color: var(--primary-black);
  background: linear-gradient(
    135deg,
    var(--primary-black) 0%,
    var(--light-black) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  text-shadow: 0 0 30px rgba(111, 143, 166, 0.3);
}

.about-home-section .highlighted {
  background: linear-gradient(
    135deg,
    var(--semi-aqua) 0%,
    var(--aqua-dark) 100%
  ) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: 0 0 30px rgba(168, 184, 197, 0.5) !important;
  filter: drop-shadow(0 0 10px rgba(168, 184, 197, 0.3));
}

.about-home-section .sm-txt * {
  font-size: 32px;
  color: var(--light-black);
  font-weight: 600;
}

.about-home-section p {
  font-size: 18px;
  line-height: 1.8;
  color: var(--primary-black);
  text-align: left;
  position: relative;
  z-index: 1;
  padding: 20px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px) saturate(180%);
  -webkit-backdrop-filter: blur(15px) saturate(180%);
}

.about-home-section .logo-container {
  position: relative;
  z-index: 1;
}

.about-home-section img,
.logo-container img {
  max-width: 200px;
  height: auto;
  object-fit: contain;
  filter: brightness(1.1) contrast(1.05)
    drop-shadow(0 10px 30px rgba(111, 143, 166, 0.2));
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px) saturate(180%);
  -webkit-backdrop-filter: blur(15px) saturate(180%);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.about-home-section img:hover,
.logo-container img:hover {
  transform: scale(1.1) rotateY(10deg);
  filter: brightness(1.2) contrast(1.1)
    drop-shadow(0 20px 50px rgba(111, 143, 166, 0.4));
}

.about-home-section .company-info {
  font-size: 16px;
  color: var(--primary-black);
  font-style: italic;
  text-align: center;
  margin-top: 15px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px) saturate(180%);
  -webkit-backdrop-filter: blur(10px) saturate(180%);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

/* Press Releases Section - Modern Card Design */
.prelease-item {
  margin-bottom: 40px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(25px) saturate(180%);
  -webkit-backdrop-filter: blur(25px) saturate(180%);
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  overflow: hidden;
  position: relative;
}

.prelease-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(207, 216, 223, 0.2),
    transparent
  );
  transition: all 0.8s ease;
  z-index: 1;
}

.prelease-item:hover::before {
  left: 100%;
}

.prelease-item:hover {
  transform: translateY(-15px) scale(1.02);
  background: rgba(255, 255, 255, 0.25);
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(168, 184, 197, 0.5) inset,
    0 0 50px rgba(207, 216, 223, 0.25);
  border-color: rgba(194, 140, 24, 0.6);
}

.prelease-item .press-img {
  position: relative;
  overflow: hidden;
  height: 300px;
  margin: 15px 15px 0 15px;
  border-radius: 20px;
  transition: all 0.5s ease;
  z-index: 2;
}

.prelease-item .press-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(111, 143, 166, 0.1) 50%,
    rgba(207, 216, 223, 0.05) 100%
  );
  transition: all 0.5s ease;
  border-radius: 20px;
  z-index: 1;
}

.prelease-item:hover .press-img::after {
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.02) 0%,
    rgba(111, 143, 166, 0.15) 50%,
    rgba(207, 216, 223, 0.08) 100%
  );
}

.prelease-item .press-img img {
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  filter: brightness(1.05) contrast(1.05);
}

.prelease-item:hover .press-img img {
  transform: scale(1.1);
  filter: brightness(1.1) contrast(1.1);
}

.prelease-item .press-content {
  padding: 25px 25px 30px 25px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.prelease-item .pr-date {
  color: #6f8fa6;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  display: inline-block;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px) saturate(180%);
  -webkit-backdrop-filter: blur(10px) saturate(180%);
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  align-self: flex-start;
}

.prelease-item .pr-title {
  color: var(--primary-black) !important;
  font-weight: 600;
  text-decoration: none !important;
  line-height: 1.4;
  font-size: 20px;
  transition: all 0.3s ease;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.prelease-item .pr-title::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #6f8fa6, #cfd8df);
  transition: all 0.3s ease;
  border-radius: 2px;
}

.prelease-item .pr-title:hover {
  color: #6f8fa6 !important;
  transform: translateX(5px);
}

.prelease-item .pr-title:hover::before {
  width: 60px;
}

/* Press Release Grid Enhancement */
.press-releases-grid {
  position: relative;
}

.press-releases-grid::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #6f8fa6, #cfd8df);
  border-radius: 2px;
}

/* Footer Styles */
.footer {
  margin-top: 40px;
  font-size: 18px;
  width: 90%;
  color: var(--light-black);
  padding: 30px 0;
  background: linear-gradient(135deg, var(--light-gray) 0%, var(--white) 100%);
  background: transparent;
  backdrop-filter: blur(10px);
  border-radius: 15px;
  box-shadow: 0 10px 30px var(--shadow-light);
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.footer-menu li {
  display: inline-block;
  margin-right: 30px;
}

.footer-menu li:last-child {
  margin-right: 0;
}

.footer-menu a {
  color: var(--light-black);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.footer-menu a:hover {
  color: var(--semi-aqua);
}

.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-icons li {
  display: inline-block;
  margin-right: 15px;
  width: 50px !important;
  height: 50px !important;
}

.social-icons li:last-child {
  margin-right: 0;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light-black);
  text-decoration: none;
  font-size: 24px;
  transition: all 0.3s ease;
  width: 40px !important;
  height: 40px !important;
  padding: 5px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 15px var(--shadow-light);
}

.social-icons a:hover {
  color: var(--semi-aqua);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px var(--shadow-medium);
}

.footer-bottom {
  margin-top: 30px;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #6f8fa688;
}

.footer-bottom p {
  margin: 0;
  color: var(--light-black);
}

/* Video Container */
.video-container iframe {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 15px;
  box-shadow: 0 15px 40px var(--shadow-medium);
}

/* Responsive Design */
@media (max-width: 992px) {
  .about-home-section .section-title-name {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-home-section .section-title-name * {
    font-size: 65px;
  }

  .about-home-section .sm-txt * {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 25px;
  }

  .footer-menu {
    text-align: left;
  }

  .footer-menu li {
    display: block;
    margin-bottom: 15px;
  }

  .about-home-section .section-title-name {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
  }

  .about-home-section .section-title-name * {
    font-size: 50px;
  }

  .about-home-section .sm-txt {
    margin-left: 0 !important;
    margin-top: 10px;
  }

  .about-home-section .sm-txt * {
    font-size: 24px;
  }

  .section-title {
    font-size: 32px;
  }

  .section-title .highlighted {
    font-size: 38px;
  }
}

/* Scroll Animations */
@media (prefers-reduced-motion: no-preference) {
  .poster,
  .prelease-item,
  .about-home-section {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
  }

  .poster:nth-child(1) {
    animation-delay: 0.1s;
  }
  .poster:nth-child(2) {
    animation-delay: 0.2s;
  }
  .poster:nth-child(3) {
    animation-delay: 0.3s;
  }
  .poster:nth-child(4) {
    animation-delay: 0.4s;
  }
  .poster:nth-child(5) {
    animation-delay: 0.5s;
  }

  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

/* Main Container Enhancements */
#container {
  position: relative;
  z-index: 1;
}

.container {
  position: relative;
}

/* Section Dividers */
.container::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--semi-aqua),
    transparent
  );
  opacity: 0.5;
}

/* Custom Scrollbar for modern browsers */
.drag-items {
  /*scrollbar-width: thin;
    scrollbar-color: var(--semi-aqua) transparent;*/
  padding: 30px 15px 0 15px;
}

.drag-items::-webkit-scrollbar {
  height: 8px;
}

.drag-items::-webkit-scrollbar-track {
  background: rgba(111, 143, 166, 0.1);
  border-radius: 10px;
  margin: 0 20px;
}

.drag-items::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, var(--semi-aqua), var(--aqua-light));
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.drag-items::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, var(--aqua-dark), var(--semi-aqua));
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

/* Page Sections Spacing */
.page-section {
  margin: 80px 0;
  position: relative;
}

.page-section::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(111, 143, 166, 0.3),
    transparent
  );
}

/* Additional Modern Effects */
.container {
  position: relative;
}

.container::before {
  /*content: '';*/
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--semi-aqua) 50%,
    transparent 100%
  );
  opacity: 0.3;
}

/* Floating Scroll Progress Indicator */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--semi-aqua), var(--aqua-light));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.1s ease;
  z-index: 1000;
  opacity: 0;
}

.scroll-progress.visible {
  opacity: 1;
}

/* Navigation Enhancement - Breadcrumb Style */
.nav-breadcrumb {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(111, 143, 166, 0.3);
  border-radius: 25px;
  padding: 10px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 90;
}

.nav-breadcrumb.visible {
  opacity: 1;
  transform: translateY(0);
}

.nav-breadcrumb span {
  color: var(--semi-aqua);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .nav-breadcrumb {
    bottom: 20px;
    right: 20px;
    padding: 8px 15px;
  }
}

/* Smooth page transitions */
* {
  transition-property:
    color, background-color, border-color, box-shadow, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

/* Modern Utility Classes */
.glass-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(111, 143, 166, 0.2);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.aqua-gradient {
  background: linear-gradient(
    135deg,
    var(--semi-aqua) 0%,
    var(--aqua-light) 100%
  );
}

.aqua-text {
  background: linear-gradient(
    135deg,
    var(--semi-aqua) 0%,
    var(--aqua-dark) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Enhanced Video Styling */
.video-wrapper {
  width: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  height: 100%;
}
#video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  transition: all 0.5s ease;
}

#video:hover {
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(111, 143, 166, 0.8) inset,
    0 0 50px rgba(111, 143, 166, 0.4);
  border-color: var(--semi-aqua);
}

/* Loading Enhancement */
#loading-overlay {
  background:
    radial-gradient(
      circle at 30% 20%,
      rgba(111, 143, 166, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 70% 80%,
      rgba(207, 216, 223, 0.1) 0%,
      transparent 50%
    ),
    linear-gradient(135deg, var(--white) 0%, var(--light-bg) 100%);
}

/* Focus styles for accessibility */
a:focus,
button:focus,
.nav-link:focus {
  outline: 3px solid var(--semi-aqua);
  outline-offset: 3px;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(111, 143, 166, 0.3);
}

/* Improved mobile responsiveness */
@media (max-width: 576px) {
  .about-home-section .section-title-name * {
    font-size: 36px;
    line-height: 1em;
  }

  .about-home-section .sm-txt * {
    font-size: 18px;
  }

  .about-home-section .section-title-name {
    margin-bottom: 20px;
  }

  .poster-content {
    padding: 15px;
  }

  .prelease-item .press-content {
    padding: 20px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .about-home-section .section-title-name * {
    font-size: 32px;
  }

  .about-home-section .sm-txt * {
    font-size: 16px;
  }

  .about-home-section .sm-txt {
    margin-top: 8px;
  }
}

/* Very small phones */
@media (max-width: 375px) {
  .about-home-section .section-title-name * {
    font-size: 28px;
  }

  .about-home-section .sm-txt * {
    font-size: 14px;
  }
}

/* Print styles */
@media print {
  .navbar,
  .footer,
  #loading-overlay {
    display: none !important;
  }

  body {
    background: white !important;
    color: black !important;
  }

  .poster,
  .prelease-item,
  .about-home-section {
    background: white !important;
    box-shadow: none !important;
    border: 1px solid #ddd !important;
  }
}

/* ======================================
   HOME PAGE FILMS SECTION - GLASS MORPHISM DESIGN
   ====================================== */

.home-films-section {
  padding: 100px 0;
  /*background: linear-gradient(180deg, 
        rgba(255, 255, 255, 0.03) 0%,
        rgba(240, 248, 255, 0.05) 100%);*/
  position: relative;
  overflow: hidden;
}

.home-films-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: 
        radial-gradient(circle at 20% 20%, rgba(111, 143, 166, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(207, 216, 223, 0.06) 0%, transparent 50%);*/
  pointer-events: none;
}

/* Section Header */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
  gap: 20px;
}

.section-title-wrapper {
  flex: 1;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Professional Movie Production Title */
.films-title {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.films-title::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 70%;
  border-radius: 100%;
  background: linear-gradient(180deg, #a8b8c5 0%, #6f8fa6 50%, #3f5668 100%);
  box-shadow: 0 0 20px rgba(168, 184, 197, 0.5);
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 20px rgba(168, 184, 197, 0.5);
  }
  50% {
    opacity: 0.6;
    box-shadow: 0 0 40px rgba(168, 184, 197, 0.8);
  }
}

.clapperboard-icon {
  width: 36px;
  height: 36px;
  position: relative;
  filter: drop-shadow(0 4px 12px rgba(111, 143, 166, 0.3));
  animation: subtleFloat 4s ease-in-out infinite;
}

.clapperboard-icon svg {
  width: 100%;
  height: 100%;
  stroke: #6f8fa6;
  stroke-width: 2;
  fill: none;
}

@keyframes subtleFloat {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-8px) rotate(-2deg);
  }
}

.title-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.now-showing {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-clip: text;
  position: relative;
  opacity: 0.85;
  animation: fadeInOut 3s ease-in-out infinite;
}

@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0.85;
  }
  50% {
    opacity: 1;
  }
}

.now-showing::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #6f8fa6;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(111, 143, 166, 0.6);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-50%) scale(1.3);
    opacity: 0.7;
  }
}

.main-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #1a1a2e;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: relative;
}

.section-title .highlighted {
  background: linear-gradient(135deg, #a8b8c5 0%, #6f8fa6 50%, #3f5668 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  filter: drop-shadow(0 2px 10px rgba(168, 184, 197, 0.4));
  background-size: 200% auto;
  animation: goldShine 4s linear infinite;
}

@keyframes goldShine {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

.section-subtitle {
  font-size: 1.1rem;
  margin: 0;
  font-weight: 400;
}

/* View All Button - Glass Morphism */
.view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  color: #1b1913 !important;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
    0 4px 20px rgba(111, 143, 166, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  position: relative;
  overflow: hidden;
}

.view-all-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(168, 184, 197, 0.2),
    rgba(168, 184, 197, 0.2)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow:
    0 8px 30px rgba(168, 184, 197, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  border-color: rgba(111, 143, 166, 0.5);
}

.view-all-btn:hover::before {
  opacity: 1;
}

.view-all-btn svg {
  transition: transform 0.4s ease;
  position: relative;
  z-index: 1;
}

.view-all-btn:hover svg {
  transform: translateX(5px);
}

.view-all-btn span {
  position: relative;
  z-index: 1;
}

/* Films Grid - Stacked Card Style */
.films-grid {
  display: flex;
  flex-wrap: wrap;
  place-items: center;
  place-content: center;
  gap: 20px;
  position: relative;
  min-height: 500px;
  padding: 20px;
}

/* Fade out other cards when one is hovered */
.films-grid:has(.film-card:hover, .film-card:focus-within)
  .film-card:not(:hover, :focus-within) {
  opacity: 0.4;
}

/* Film Card - Screenshot Preview Style */
.film-card {
  --bg-pos-y--start: 0;
  --bg-pos-y--end: 0;
  --bg-pos-y: var(--bg-pos-y--start);
  --delay: 0;
  --duration: 6s;
  --shadow-blur: 24px;
  --shadow-color: rgba(111, 143, 166, 0.4);
  --outline-w: 4px;

  position: relative;
  display: block;
  text-decoration: none;

  background-clip: padding-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

  border: 1px solid transparent;
  border-radius: 12px;
  box-shadow: 0 0 var(--shadow-blur) 0 var(--shadow-color);

  transition-property:
    border, box-shadow, filter, outline-offset, opacity, rotate, scale, z-index;
  transition-duration: 0.15s, 0.15s, 0.6s, 0.6s, 0.3s, 0.3s, 0.3s, 0.15s;

  filter: grayscale(80%) brightness(0.9);
  mix-blend-mode: multiply;
  opacity: 0.75;

  scale: 0.88;
  rotate: var(--rotation, -3deg);

  outline: var(--outline-w) solid rgba(255, 255, 255, 0.8);
  outline-offset: var(--outline-w);

  min-height: 450px;
  height: 100%;
  min-width: 280px;
  width: 100%;
  max-width: 320px;

  overflow: hidden;

  animation-name: bg-scroll;
  animation-delay: var(--delay);
  animation-duration: var(--duration);
  animation-fill-mode: forwards;
  animation-play-state: paused;
}

/* Individual card rotations */
.film-card:nth-of-type(1) {
  --rotation: -4deg;
  --bg-pos-y--end: calc(-450px * 0.5);
  --duration: 5.5s;
}

.film-card:nth-of-type(2) {
  --rotation: 3deg;
  --bg-pos-y--end: calc(-450px * 1.025);
  --duration: 6s;
}

.film-card:nth-of-type(3) {
  --rotation: -1deg;
  --bg-pos-y--end: calc(-450px * 1.5);
  --duration: 6.5s;
}

.film-card:nth-of-type(4) {
  --rotation: -5deg;
  --bg-pos-y--end: calc(-450px * 2);
  --duration: 6.75s;
}

.film-card:nth-of-type(5) {
  --rotation: 2deg;
  --bg-pos-y--end: calc(-450px * 2.5);
  --duration: 7s;
}

/* Hover/Focus State */
.film-card:focus-within,
.film-card:hover {
  --shadow-blur: 150px;
  --shadow-color: rgba(111, 143, 166, 0.6);
  border-color: rgba(168, 184, 197, 0.8);

  background-color: white;
  mix-blend-mode: initial;
  filter: none;
  opacity: 1;

  outline-offset: calc(var(--outline-w) / 2);
  outline-color: rgba(255, 255, 255, 0.3);

  scale: 1;
  rotate: 0deg;
  z-index: 10;

  transition-property:
    border, box-shadow, filter, outline-offset, opacity, rotate, scale, z-index;
  transition-duration: 0.15s, 0.15s, 0.3s, 0.3s, 0.3s, 0.3s, 0.3s, 0.15s;
}

.film-card:focus-within {
  --shadow-color: rgba(63, 86, 104, 0.6);
  border-color: rgba(63, 86, 104, 0.8);
  z-index: 15;
}

.film-card:hover:focus-within {
  --shadow-color: rgba(168, 184, 197, 0.6);
  border-color: rgba(168, 184, 197, 0.8);
}

/* Background scroll animation */
@keyframes bg-scroll {
  to {
    background-position-y: var(--bg-pos-y--end);
  }
}

.film-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* Film Poster - Diamond Cut Top */
/* Film Info - Positioned at bottom */
.film-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  transform: translateY(100%);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 3;
}

.film-card:hover .film-info,
.film-card:focus-within .film-info {
  transform: translateY(0);
  background: rgba(255, 255, 255, 0.95);
}

.film-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 12px 0;
  line-height: 1.3;
  transition: all 0.4s ease;
  position: relative;
}

.film-card:hover .film-title {
  color: #6f8fa6;
}

.film-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.film-year {
  font-size: 0.95rem;
  color: #64748b;
  font-weight: 600;
  padding: 4px 12px;
  background: rgba(111, 143, 166, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(111, 143, 166, 0.2);
  transition: all 0.3s ease;
}

.film-card:hover .film-year {
  background: rgba(111, 143, 166, 0.2);
  border-color: rgba(111, 143, 166, 0.4);
  color: #0d9488;
}

.watch-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background: linear-gradient(
    135deg,
    rgba(111, 143, 166, 0.2) 0%,
    rgba(207, 216, 223, 0.2) 100%
  );
  border: 1px solid rgba(111, 143, 166, 0.4);
  border-radius: 20px;
  color: #0d9488;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.film-card:hover .watch-badge {
  background: linear-gradient(
    135deg,
    rgba(111, 143, 166, 0.4) 0%,
    rgba(207, 216, 223, 0.4) 100%
  );
  border-color: rgba(111, 143, 166, 0.7);
  transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .section-title {
    font-size: 2.2rem;
  }

  .films-grid {
    gap: 18px;
  }

  .film-card {
    max-width: 300px;
    min-height: 420px;
  }
}

@media (max-width: 992px) {
  .home-films-section {
    padding: 80px 0;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .section-title {
    font-size: 2rem;
  }

  .film-card {
    max-width: 280px;
    min-height: 400px;
  }
}

@media (max-width: 768px) {
  .home-films-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .films-grid {
    gap: 15px;
    flex-direction: column;
    align-items: center;
  }

  .film-card {
    max-width: 260px;
    min-height: 380px;
  }

  .film-title {
    font-size: 1.2rem;
  }

  .view-all-btn {
    padding: 12px 24px;
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .home-films-section {
    padding: 50px 0;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .films-grid {
    flex-direction: column;
    gap: 12px;
  }

  .film-card {
    max-width: 100%;
    min-height: 400px;
    --rotation: 0deg !important;
    scale: 0.95;
  }

  .film-info {
    padding: 20px;
  }
}
body.gallery-layout .drag-items {
  perspective: 600px;
  padding: 30px 15px;
  flex-direction: column;
  align-items: center;
}

body.gallery-layout .drag-items .item {
  width: 180px;
  height: 280px;
  margin: 10px 0;
}

/* Minimal 3D effect for mobile */
body.gallery-layout .drag-items .item:nth-child(odd) {
  transform: translateZ(0px) rotateY(-2deg);
}
body.gallery-layout .drag-items .item:nth-child(even) {
  transform: translateZ(-20px) rotateY(2deg);
}




