html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px; /* Add padding to account for sticky header */
}

body {
  margin: 0;
  padding: 0;
  background-color: #1a1a1a;
  font-family: 'chinese rocks', Courier, monospace;
  overflow-x: hidden;
}

/* Main content container to maintain 15" display appearance on larger screens */
.content-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}


@font-face {
  font-family: 'chinese rocks';
  src:  url('/fonts/chinese-rocks-rg.woff2') format('woff2'),
        
}
.background {
  background: 
    linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(42,42,42,0.8) 50%, rgba(0,0,0,0.7) 100%),
    url('/images/background-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;

  box-sizing: border-box;
  position: relative;
  image-rendering: -webkit-optimize-contrast;
  
}

/* Alternative background option - uncomment to use a different background */
/*
.background {
  background: 
    linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(42,42,42,0.7) 50%, rgba(0,0,0,0.6) 100%),
    url('/images/backgound-2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  padding: 2rem;
  box-sizing: border-box;
  position: relative;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
*/



.background > * {
  position: relative;
  z-index: 2;
}

/* LO PAGE SPECIFIC */
.lo-page .top-banner {
  margin-bottom: 0;
}

.lo-header {
  bottom: 500px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
  position: relative;
}

.lo-title {
  font-family: chinese rocks, Courier, monospace;
  font-weight: bold;
  color: #000000;
  font-size: 2.2rem;
  letter-spacing: 2px;
  margin: 0 0 0.75rem 0;
  position: relative;
  left: 200px;
}

.mini-nav-label {
  font-family: chinese rocks, Courier, monospace;
  font-size: 1rem;
  color: #000000;
  margin: 0 0 0.5rem 0;
  position: relative;
  left: 200px;
}

.lo-proof-tabs {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.lo-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  left: 200px;
  width: 110px;
  height: 150px;
  background: url('/images/mini-navbar-image.png') center/contain no-repeat;
}

.lo-tab span {
  position: relative;
  top: 2px;
  font-family: chinese rocks, Courier, monospace;
  font-size: 0.65rem;
  color: #000;
}

.lo-content {
  display: block;
  max-width: 1200px;
  margin: 0 auto 3rem auto;
  bottom: 400px;
}

/* Crumpled paper section */
.paper {
  position: relative;
  color: #000;
  padding: 1.25rem 1.25rem 2rem 1.25rem;
  border-radius: 0;
  background-image: url('/images/learning-outcome-paper.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto; /* stretch width to 100%, height auto */
  box-shadow: none;
  min-height: 1400px; /* minimum height */
  width: 100%; /* ensure it takes full width */
  /* Allow background to expand with content */
  background-attachment: local;
}

.paper::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(0,0,0,0.04), transparent 40%),
    radial-gradient(circle at 70% 60%, rgba(0,0,0,0.05), transparent 45%),
    linear-gradient(180deg, rgba(0,0,0,0.05), transparent 30%, rgba(0,0,0,0.05) 70%, transparent 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.paper-header {
  text-align: center;
  font-family: chinese rocks, Courier, monospace;
  font-weight: bolder;
  font-size: 35px;
  margin-bottom: 0.75rem;
  position: relative;
  top: 40px;
}

.paper-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.paper-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  top: 50px;
}

.paper-subtitle {
  font-family: chinese rocks, Courier, monospace;
  font-size: 25px;
  letter-spacing: 1px;
  margin: 0.25rem 0;
  position: relative;
  left: 30%;
  top:1%;
}

.paper-subtitle-center {
  font-family: chinese rocks, Courier, monospace;
  font-size: 25px;
  letter-spacing: 1px;
  margin: 0.25rem 0;
  position: relative;
  left: 25%;
  top:1%;
}

.paper-col p {
  position: relative;
  font-family: Helvetica;
  font-weight: 200;
  padding-bottom: 2.25rem; /* space for the line image */
  margin-bottom: 1.5rem;
  left: 25%;
  width: 70%;
}

/* place the learning-outcome-line image under each paragraph */
.paper-col p::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0.25rem; /* tweak to sit just under the text */
  width: 500px;    /* adjust to match image length */
  height: 20px;    /* match your PNG height or adjust */
  background: url('/images/learning-outcome-line.png') no-repeat left center;
  background-size: contain;
  pointer-events: none;
  opacity: 1;
}

/* Action paragraph styling (different from other .paper-col p) */
.paper-col p.action-note {
  position: relative;
  left: 5%;
  margin: 0 0 1rem 0;
  color: #000000;
  font-family: Helvetica;
  font-style: regular;
  font-size: 0.95rem;
  line-height: 1.4;
  width: 65%;
}

/* Prevent the learning-outcome-line image from appearing under action notes */
.paper-col p.action-note::after {
  display: none;
}

/* Style links inside action notes to be visible and clickable */
.paper-col p.action-note a {
  color: #0066cc;
  text-decoration: underline;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 10;
}

.paper-col p.action-note a:hover {
  color: #0052a3;
  text-decoration: underline;
}

/* Proof cards on the right */
.proof-card {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 260px;
  max-height: 180px;
  bottom: 90px;
  left: 15%;
}

.proof-card > img { /* base image */
  display: block;
  width: 100%;
  height: auto;
}

/* overlay images stacked; only .active is visible */
.proof-card img.proof-overlay {
  position: absolute;
  left: 50%;
  top: 140px;
  transform: translate(-50%, -50%);
  max-width: fit-content;
  width: 60%; /* adjust overlay size */
  max-height: 140px;
  height: auto;
  display: none;
  pointer-events: auto;
  cursor: zoom-in;
  z-index: 2;
}
.proof-card img.proof-overlay.active {
  display: block;
}

/* nav arrows */
.proof-card .proof-nav {
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;
}
.proof-card .proof-prev { left: 8px; }
.proof-card .proof-next { right: 8px; }
.proof-card .proof-nav:focus { outline: 2px solid #fff; }

/* caption */
.proof-card .proof-caption {
  text-align: center;
  margin-top: 0.5rem;
  color: #000000;
  font-size: 0.9rem;
}

.top-banner {
  position: relative;
  padding-bottom: 2rem;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

.top-banner img {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.sticky-navbar {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  margin: 0; 
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  /* Ensure navbar stays aligned with top-banner image on all screen sizes */
  min-width: 0;
}

.sticky-navbar img {
  width: 225px;
  height: auto;
}

.nav-brand {
  font-family: chinese rocks, Courier, monospace;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  margin-right: 0.5rem;
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  position: relative;
  bottom: 10px;
  left:6%;
  font-size:24px;
  width: 50%;
  letter-spacing: 1px;
}

/* navbar LO label centered on each image */
.sticky-navbar a.nav-lo {
  position: relative;
  display: inline-block;
}

/* label sits centered over the image */
.sticky-navbar .nav-lo-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none; /* clicks go to the link */
  z-index: 5;
  color: #000; /* black */
  font-family: "chinese rocks", "Courier New", Courier, monospace;
  font-weight: 900;
  font-size: clamp(12px, 1.6vw, 18px);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.6); /* subtle lift if needed */
}

/* ensure images remain visible and label fits on different screen sizes */
.sticky-navbar a.nav-lo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100px; /* adjust to your navbar sizing */
}

/* responsive tweak (optional) */
@media (max-width: 600px) {
  .sticky-navbar .nav-lo-label { font-size: 11px; }
  .sticky-navbar a.nav-lo img { max-width: 64px; }
}

.welcome-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

.welcome-image-container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 800px;
  bottom: 730px;
}

.welcome-right-image {
  position: absolute;
  top: 44.4%;
  left: 53%;
  transform: translateY(-50%);
  max-width: 225px;
  z-index: 3;
}

.welcome-right-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  
}

.welcome-image-container img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  
}

.welcome-overlay-text {
  position: absolute;
  top: 25%;
  left: 5%;
  width: 30%;
  padding: 1rem;
}

.welcome-overlay-text h1,
.welcome-overlay-text h2
{
  font-family: chinese rocks, Courier, monospace;
  margin: 0.5rem 0;
  color: black;
  font-weight: bold;
}

.welcome-overlay-text h2 {
  position: absolute;
  top:400px;   
  left: 440px;
  margin: 0;
  color: black;
  font-weight: bold;
  font-family: chinese rocks, Courier, monospace;
}

.welcome-overlay-text p {
  font-family: Helvetica;
  font-size: 15px;
  font-weight: 200;
  color: black;
  line-height: 1.4;
  width: 100%;
}

.rating-stars {
  text-align: center;
  margin: 2rem 0;
}

.rating-stars img {
  width: 200px;
}


.advisory-label {
  text-align: center;
  margin: 1rem 0;
}

.advisory-label img {
  width: 180px;
}


.learning-outcomes-intro {
  max-width: 800px;
  margin: 1.5rem auto;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  position: relative;
  bottom: 700px;
  text-align: center;
  width: 100%;
}

.lo-intro-title {
  font-family: 'chinese rocks', Courier, monospace;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 0 1rem 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.lo-intro-content {
  font-family: 'chinese rocks', Courier, monospace;
  color: #fff;
  line-height: 1.5;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

.lo-intro-content p {
  margin: 0;
}

.learning-outcomes {
  display: flex;
  flex-direction: row;
  justify-content: center; /* centers them horizontally */
  align-items: flex-start;
  gap: 1.5rem;
  margin: 3rem 0;
  flex-wrap: wrap; /* allows wrapping if screen is smaller */
  position: relative;
  bottom: 675px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outcome {
  position: relative;
  width: 700px;
  height: 175px;
  background: none;
  margin-bottom: 1.5rem;
  border-radius: 8px;
  transition: transform 0.2s ease;
}

.outcome:hover {
  transform: scale(1.02);
}


.outcome a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.outcome-img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.outcome-text {
  position: absolute;
  top: 30%;
  left: 43%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: 'chinese rocks', Courier, monospace;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
  white-space: nowrap;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ensure overlay can be clicked and shows zoom cursor */
.proof-card img.proof-overlay {
  pointer-events: auto;
  cursor: zoom-in;
}

/* lightbox modal styles (must exist so .open makes it visible) */
.lightbox-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.85);
  z-index: 9999;
  padding: 2rem;
  box-sizing: border-box;
}
.lightbox-modal.open { display: flex; }

.lightbox-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 12px 48px rgba(0,0,0,0.6);
}
.lightbox-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  background: transparent;
  color: #fff;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10000;
}

/* section navigation (left/right arrows) */
.section-nav {
  position: fixed;
  inset: 0;
  pointer-events: none; /* allow clicks only on buttons */
  z-index: 10050;
}
.section-nav-btn {
  pointer-events: auto;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,0.5);
}
#section-prev { left: 12px; }
#section-next { right: 12px; }

/* responsive tweaks */
@media (max-width: 800px) {
  .section-nav-btn { width: 40px; height: 40px; font-size: 18px; }
  #section-prev { left: 8px; }
  #section-next { right: 8px; }
}

.click-indicator {
  position: fixed;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.85);
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-family: "chinese rocks", "Courier New", Courier, monospace;
  font-weight: 700;
  font-size: 14px;
  pointer-events: none;
  z-index: 11000;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 1;
}
.click-indicator.fade-out {
  opacity: 0;
  transform: translateY(-50%) translateX(8px);
}

/* small responsive tweak so indicator doesn't go off-screen */
@media (max-width: 600px) {
  .click-indicator { font-size: 12px; padding: 5px 8px; }
}

/* Back to top button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 110px;
  height: 150px;
  background: url('/images/mini-navbar-image.png') center/contain no-repeat;
  display: none; /* Hidden by default */
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  transition: opacity 0.3s ease;
  border: none;
}

.back-to-top.visible {
  display: flex;
}

.back-to-top span {
  font-family: chinese rocks, Courier, monospace;
  font-size: 0.65rem;
  color: #000;
  position: relative;
  top: 2px;
}

.back-to-top:hover {
  opacity: 0.8;
}

@media (max-width: 800px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 90px;
    height: 120px;
  }
  
  .back-to-top span {
    font-size: 0.55rem;
  }
}

/* Responsive Design for Learning Outcome Pages */

/* Constrain content on larger displays (above 1920px) to maintain 15" appearance */
/* This ensures the website looks exactly like it does on a 15" display on all larger screens */
@media (min-width: 1921px) {
  /* All major content sections are already constrained with max-width */
  /* Ensure they're all centered */
  .top-banner,
  .welcome-section,
  .learning-outcomes-intro,
  .learning-outcomes {
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Ensure sticky navbar respects container boundaries and stays aligned */
  .top-banner {
    position: relative;
    overflow: visible;
  }
  
  .sticky-navbar {
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    width: 100%;
    /* Ensure navbar stays properly centered within constrained container */
    position: absolute;
    /* Prevent navbar from breaking out of container bounds */
    box-sizing: border-box;
  }
  
  /* Ensure LO pages maintain consistent width */
  .lo-header,
  .lo-content {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1400px) {
  .lo-title {
    left: 150px;
    font-size: 2rem;
  }
  
  .mini-nav-label {
    left: 150px;
    font-size: 0.9rem;
  }
  
  .lo-tab {
    left: 150px;
    width: 100px;
    height: 135px;
  }
  
  .lo-tab span {
    font-size: 0.6rem;
  }
}

@media (max-width: 1200px) {
  .lo-title {
    left: 100px;
    font-size: 1.8rem;
  }
  
  .mini-nav-label {
    left: 100px;
    font-size: 0.85rem;
  }
  
  .lo-tab {
    left: 100px;
    width: 90px;
    height: 120px;
  }
  
  .lo-tab span {
    font-size: 0.55rem;
  }
  
  .paper {
    padding: 1rem;
    min-height: 1200px;
    background-size: 100% auto;
  }
  
  .paper-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .paper-header {
    font-size: 30px;
    top: 30px;
  }
  
  .paper-subtitle {
    font-size: 22px;
    left: 25% !important;
  }
  
  .paper-col p {
    left: 20% !important;
    width: 80% !important;
  }
  
  .welcome-section {
    flex-direction: column;
    align-items: center;
  }
  
  .welcome-right-image {
    max-width: 150px;
    right: 15px;
  }
  
  .learning-outcomes-intro {
    margin: 1rem;
    padding: 1.5rem;
  }
  
  .lo-intro-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 900px) {
  .lo-title {
    left: 50px;
    font-size: 1.6rem;
  }
  
  .mini-nav-label {
    left: 50px;
    font-size: 0.8rem;
  }
  
  .lo-tab {
    left: 50px;
    width: 80px;
    height: 110px;
  }
  
  .lo-tab span {
    font-size: 0.5rem;
  }
  
  .paper {
    min-height: 1100px;
  }
  
  .paper-header {
    font-size: 26px;
    top: 25px;
  }
  
  .paper-subtitle {
    font-size: 20px;
    left: 20% !important;
  }
  
  .paper-col p {
    left: 15% !important;
    width: 85% !important;
    font-size: 0.9rem;
  }
}

@media (max-width: 600px) {
  .lo-title {
    left: 20px;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  
  .mini-nav-label {
    left: 20px;
    font-size: 0.7rem;
  }
  
  .lo-tab {
    left: 20px;
    width: 70px;
    height: 95px;
  }
  
  .lo-tab span {
    font-size: 0.45rem;
    top: 1px;
  }
  
  .lo-proof-tabs {
    gap: 0.3rem;
  }
  
  .paper {
    min-height: 1000px;
    padding: 0.75rem;
  }
  
  .paper-header {
    font-size: 22px;
    top: 20px;
    margin-bottom: 0.5rem;
  }
  
  .paper-subtitle {
    font-size: 18px;
    left: 15% !important;
  }
  
  .paper-col p {
    left: 10% !important;
    width: 90% !important;
    font-size: 0.85rem;
    padding-bottom: 1.5rem;
  }
  
  .proof-card {
    max-width: 100%;
  }
  
  .proof-frame {
    width: 100%;
    height: auto;
  }
  
  .proof-overlay {
    max-width: 90%;
    max-height: 90%;
  }
}

/* Video Player Styles */
.video-player-container {
  margin-top: 2rem;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.video-title {
  font-family: 'chinese rocks', Courier, monospace;
  font-size: 1.2rem;
  color: #000;
  margin: 0 0 1rem 0;
  text-align: center;
}

.custom-video-player {
  position: relative;
  width: 30%;
  max-width: 100%;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.video-element {
  width: 100%;
  height: auto;
  display: block;
}

/* Hide default browser controls when custom controls are present */
.video-element::-webkit-media-controls-panel {
  display: none !important;
}

.video-element::-webkit-media-controls {
  display: none !important;
}

.video-element::-webkit-media-controls-enclosure {
  display: none !important;
}

.video-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.8);
  font-family: 'chinese rocks', Courier, monospace;
  flex-wrap: wrap;
}

.control-btn {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
  transition: opacity 0.2s;
}

.control-btn:hover {
  opacity: 0.7;
}

.control-btn span {
  display: block;
}

.play-pause-btn {
  font-size: 0.9rem;
}

.mute-btn {
  font-size: 1rem;
}

.progress-container {
  flex: 1;
  min-width: 100px;
}

.progress-bar {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}

.progress-filled {
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transition: width 0.1s;
}

.time-display {
  font-size: 0.8rem;
  color: #fff;
  white-space: nowrap;
  margin: 0 0.5rem;
}

.volume-container {
  display: flex;
  align-items: center;
}

.volume-slider {
  width: 80px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}

.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.volume-slider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.speed-control {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-family: 'chinese rocks', Courier, monospace;
  font-size: 0.8rem;
  cursor: pointer;
  outline: none;
}

.speed-control:hover {
  background: rgba(255, 255, 255, 0.3);
}

.speed-control option {
  background: #000;
}

/* Responsive Video Controls */
@media (max-width: 900px) {
  .video-player-container {
    max-width: 90%;
  }
  
  .video-controls {
    gap: 0.3rem;
    padding: 0.5rem;
  }
  
  .time-display {
    font-size: 0.7rem;
  }
  
  .control-btn {
    font-size: 0.9rem;
    padding: 0.2rem 0.4rem;
  }
  
  .volume-slider {
    width: 60px;
  }
  
  .speed-control {
    font-size: 0.7rem;
    padding: 0.2rem 0.4rem;
  }
}

@media (max-width: 600px) {
  .video-player-container {
    max-width: 95%;
  }
  
  .video-controls {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }
  
  .progress-container {
    width: 100%;
  }
  
  .time-display {
    text-align: center;
  }
  
  .volume-container {
    justify-content: center;
  }
  
  .volume-slider {
    width: 100%;
  }
  
  .speed-control {
    width: 100%;
  }
  
  .control-btn {
    align-self: center;
  }
  
  .welcome-right-image {
    max-width: 120px;
    right: 2%;
  }
}



