/* Blinds Section Styles */
.blinds-section {
    width: 100%;
    max-width: 1512px;
    height: 1485px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 260px;
    padding-bottom: 160px;
    box-sizing: border-box;
}

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

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

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

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

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

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

.blinds-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;
    margin-bottom: 0;
}

.blinds-toggle-switch img {
  width: 20px;
  height: 10px;
  object-fit: contain;
}
.toggle-icon {
  width: 40px;
  height: 20px;
  object-fit: contain;
}

/* .cinema-toggle-switch img,
.blinds-toggle-switch img,
.toggle-icon {
  width: 20px;
  height: 10px;
  object-fit: contain;
} */


.blinds-toggle span {
    width: 45px;
    height: 15px;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    line-height: 100%;
}

@media (max-width: 600px) {
  .blinds-section {
    padding-top: 16px;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
     overflow-x: hidden;
  }
  .blinds-title-wrapper {
    width: 422px;
    margin-bottom: 16px;
    text-align: center;
    height: auto;
    max-width: 100vw;
    padding: 0;
  }
  .blinds-title {
    font-size: 16px;
    font-weight: 700;
    color: #ededed;
    line-height: 100%;
    margin: 0;
  }
  .blinds-content {
    width: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 100vw;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .blinds-video-wrapper {
    width: 440px;
    height: 351px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .blinds-video {
    width: 440px;
    height: 351px;
    object-fit: cover;
    border-radius: 0;
  }
  .blinds-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;
    flex-direction: row;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .blinds-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;
    margin-bottom: 0;
  }
  .blinds-toggle-switch {
    width: 48px !important;
    height: 25px !important;
  }
  .blinds-toggle span {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 100%;
    margin-top: 4px;
    width: auto;
    height: auto;
  }
  .toggle-icon {
    width: 24px !important;
    height: 12px !important;
    object-fit: contain;
  }
  .blinds-controls-bar {
    height: 40px; /* أصغر */
    gap: 0;
    margin: 0 auto 8px auto;
  }
  .toggle-icon {
    width: 30px !important;
    height: 15px !important;
    object-fit: contain;
    margin-left: 45%;
  }

}

