.cinema-section {
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 250px;
  padding-bottom: 80px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.blur-image-cinema {
  position: absolute;
  width: 717px;
  height: 382px;
  top: 1480px;
  /* أو عدل حسب التنسيق */
  left: 800px;
  pointer-events: none;
  z-index: 0;
}

.cinema-title-wrapper {
  width: 100%;
  max-width: 1108px;
  margin-bottom: 100px;
  text-align: center;
}

.cinema-title {
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #ededed;
  line-height: 100%;
  margin: 0;
}

.cinema-content {
  width: 100%;
  max-width: 1512px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.cinema-video-wrapper {
  width: 1520px;
  height: 1211px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cinema-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cinema-controls-bar {
  width: 100%;
  max-width: 1512px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  gap: 24px;
}

.cinema-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 71px;
  height: 31px;
  padding: 0;
  background: none;
  border-radius: 0;
}

.cinema-toggle-switch {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 210px;
  height: 90px;
}

.toggle-icon {
  width: 210px;
  height: 90px;
  object-fit: contain;
}

.toggle-label {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  line-height: 100%;
  text-align: center;
}

/* حجم الزر والأيقونة في سكشن السينما فقط */
.cinema-section .cinema-toggle-switch {
  width: 120px;
  height: 56px;
}

.cinema-section .toggle-icon {
  width: 120px;
  height: 56px;
  object-fit: contain;
}

.cinema-section .cinema-toggle-switch {
  width: 180px;
  height: 84px;
}

.cinema-section .toggle-icon {
  width: 180px;
  height: 84px;
  object-fit: contain;
}

.cinema-section .cinema-controls-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1512px;
  height: 120px;
  background: none;
  gap: 0;
  margin: 0 auto;
}

.cinema-section .cinema-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 200px;
  height: 100px;
  margin: 0 auto;
  background: none;
  border-radius: 100px;
  padding: 0;
}

.cinema-section .cinema-toggle-switch {
  width: 200px;
  height: 90px;
}

.cinema-section .toggle-icon {
  width: 200px;
  height: 90px;
  object-fit: contain;
}

@media (max-width: 600px) {
  .cinema-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .cinema-title-wrapper {
    width: 422px;
    margin-bottom: 16px;
    text-align: center;
  }

  .cinema-title {
    font-size: 16px;
    font-weight: 700;
    color: #ededed;
    line-height: 100%;
    margin: 0;
  }

  .cinema-content {
    width: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .cinema-video-wrapper {
    width: 440px;
    height: 351px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cinema-video {
    width: 440px;
    height: 351px;
    object-fit: cover;
    border-radius: 0;
  }

  .cinema-controls-bar {
    width: 424px;
    height: 73px;
    background: none;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    gap: 0;
    margin: 0 auto 16px auto;
  }

  .cinema-toggle {
    width: 72px;
    height: 68px;
    border-radius: 100px;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
    gap: 10px;
  }

 .cinema-toggle-switch {
  width: 240px !important;
  height: 110px !important;
}

.toggle-icon {
  width: 240px !important;
  height: 110px !important;
  object-fit: contain;
}


  .toggle-label {
    font-size: 20px;
    margin-top: 12px;
  }

  .cinema-section .cinema-toggle-switch {
    width: 80px !important;
    height: 36px !important;
  }
  .cinema-section .toggle-icon {
    width: 80px !important;
    height: 36px !important;
    object-fit: contain;
  }
  .cinema-section .cinema-toggle-switch {
    width: 120px !important;
    height: 56px !important;
  }
  .cinema-section .toggle-icon {
    width: 120px !important;
    height: 56px !important;
    object-fit: contain;
  }
  .cinema-section .cinema-controls-bar {
    height: 80px;
  }
  .cinema-section .cinema-toggle {
    width: 120px;
    height: 56px;
  }
  .cinema-section .cinema-toggle-switch {
    width: 120px !important;
    height: 56px !important;
  }
  .cinema-section .toggle-icon {
    width: 120px !important;
    height: 56px !important;
    object-fit: contain;
  }
  .cinema-section .cinema-controls-bar {
    height: 100px;
    justify-content: center;
    align-items: center;
  }
  .cinema-section .cinema-toggle {
    width: 160px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cinema-section .cinema-toggle-switch {
    width: 160px !important;
    height: 80px !important;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cinema-section .toggle-icon {
    width: 160px !important;
    height: 80px !important;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }
}