/* Archive Video Page */

body.archive.post-type-archive-videos {
    background-color: #000;
    color: #fff;
  }
  
  /* Sidebar */
  .sidebar-wrapper {

    padding: 25px;

  }
  .sidebar-wrapper .range-group h6,
  .sidebar-wrapper h5 {
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.5;
    letter-spacing: 2px;
    font-size: 1.3rem;
  }
  
  .sidebar-wrapper .form-check-label {
    color: #fff;
    font-size: 16px;
    padding-left: 16px;

  }
  .sidebar-wrapper .form-select{

    display: block;
    width: 100%;
    height: 46px;
    color: inherit;
    caret-color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 12px;
    margin: 0;
    outline: 0;
    line-height: normal;
    font-size: 14px;
    font-family: inherit;
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: visible;
    position: relative;
    z-index: 1;

  }
  .sidebar-wrapper .form-check-input {
    background-color: transparent;
    border-color: #555;
  }
  
  .sidebar-wrapper .form-range {
    background-color: #222;
  }
  
  .sidebar-wrapper .form-range::-webkit-slider-thumb {
    background-color: #fff;
  }
  
  /* Range labels */
  .sidebar-wrapper .range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #999;
  }
  
  /* Reset & Sort */
  .reset-filters-btn {
    background: none;
    border: none;
    color: #aaa;
    font-size: 14px;
    padding: 0;
    margin-right: 15px;
  }
  
  .sort-dropdown .btn {
    color: #fff;
    font-size: 14px;
    padding: 0px;
    padding-bottom: 2px;
  }
  .sort-dropdown .btn:hover,  .sort-dropdown .btn:focus{
    border:none;
  }
  /* Video Cards */
  .video-card {
    background-color: #000;
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 transparent;
    min-height: 300px;
    border-radius: 0px;
  }
  
  .video-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    /* border-radius: 6px; */
    transition: transform 0.3s ease;
  }
  
  .video-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 10px rgba(255,255,255,0.1);
  }
  
  .video-card .card-text {
    max-width: 90%;
    font-weight: 500;
    font-size: 1.8rem;
    color: #f1f1f1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 12px 0 0;
  }
  .post-type-archive-videos .page-title{
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    font-size: 28px;
    color: #fff;
  }

    /* Keep it scoped to prevent global conflicts */
    .archive-videos-page .dropdown-menu {
        background-color: #222;
        color: #fff;
        border: 1px solid #444;
        min-width: 220px;
        z-index: 1050;
        padding: 10px 0;
    }

    .archive-videos-page .dropdown-menu .dropdown-item:hover,
    .archive-videos-page .dropdown-menu .dropdown-item.active {
        background-color: #0d6efd;
        color: #fff;
    }
    .archive-videos-page .dropdown span {
      font-family: "Roboto", "Helvetica Neue", sans-serif;
      color: rgba(255, 255, 255, 0.7);
    }
     .noUi-handle{
      width: 20px!important;
      border: 1px solid #d9d9d9!important;
      height: 20px!important;
      border-radius: 3px!important;
      outline: none!important;
      background:  #1D1D1D!important;
      box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)!important;
    }
    .noUi-handle:after, .noUi-handle:before{
      display: none!important;
    }
     .noUi-connect {
      background-color: rgba(6,134,248,1)!important;
    }
    .noUi-horizontal {
      height: 3px!important;
      border-radius: 0!important;
      border: none!important;
      /* background: var(--be-divider-default); */
      box-shadow: none!important;
      max-width: 95%;
    }
    .range-values{
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);;
      margin-top: 18px!important;
      padding-bottom: 25px;
      margin-right: 10px;
      max-width: 100%;
    }
    .custom-slider{
      margin-top: 25px;
    }
  

    .filter-group {
      margin-bottom: 25px;
    }
    
    .filter-label {
      color: #ccc;
      font-size: 13px;
      text-transform: uppercase;
      margin-bottom: 8px;
      display: block;
    }
    
    .filter-select {
      width: 100%;
      background-color: #1f1f1f;
      border: 1px solid #444;
      color: #fff;
      padding: 8px 12px;
      border-radius: 4px;
      font-size: 14px;
    }
    
    .filter-input {
      width: 100%;
      background-color: #1f1f1f;
      border: 1px solid #444;
      color: #fff;
      padding: 8px 12px;
      border-radius: 4px;
      font-size: 14px;
    }
    
    .filter-input:focus {
      outline: none;
      border-color: #0d6efd;
      box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25);
    }
    
    .filter-input::placeholder {
      color: #888;
    }
    
    .age-ratings {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 10px;
    }
    
    .rating-btn {
      background-color: transparent;
      border: 1px solid #555;
      color: #fff;
      padding: 6px 12px;
      border-radius: 4px;
      font-size: 13px;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
    }
    
    .rating-btn:hover,
    .rating-btn.active {
      background-color: #0d6efd;
      border-color: #0d6efd;
      color: #fff;
    }
    
    .reset-btn-container {
      margin-top: 15px;
    }
    
    .reset-filters-btn {
      width: 100%;
      background: none;
      border: 1px solid #555;
      color: #888;
      padding: 10px;
      border-radius: 4px;
      font-size: 14px;
      cursor: not-allowed;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .archive-videos-page .dropdown-menu-title{
      text-transform: uppercase;
      padding-left: 32px;
      font-size: 1.2rem;
      font-weight: 500;
      margin-bottom: 10px;
      padding-top: 20px;
    }
    .archive-videos-page .dropdown .dropdown-menu li a  {
      padding-left: 8px;
      height: 35px;
      font-size: 1.5rem;
      text-transform: capitalize;
      padding-left: 32px;
  }
  .archive-videos-page .dropdown-divider{
    
    border-top: 1px solid  (255, 255, 255, 0.3)!important;
  }
  
  /* No results message styling */
  .no-results-message {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .no-results-message h4 {
    color: #fff;
    font-weight: 500;
  }
  
  .no-results-message .suggestions ul li {
    margin-bottom: 5px;
    color: #aaa;
  }
  
  .no-results-message .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    transition: all 0.3s ease;
  }
  
  .no-results-message .btn-outline-light:hover {
    background-color: #fff;
    color: #1d1d1d;
    border-color: #fff;
  }
  
  /* Search results count styling */
  .search-results-count {
    background-color: rgba(13, 110, 253, 0.1);
    border: 1px solid rgba(13, 110, 253, 0.2);
    border-radius: 6px;
    padding: 12px 16px;
    text-align: center;
    font-size: 16px;
  }
  
  .search-results-count .text-info {
    color: #0d6efd !important;
  }
  @media (max-width: 767px) {
    .video-card img {
      width: 100%;
      height: auto;
      object-fit: contain;
    }
  }
