/* Desktop Results */
#desktop-ajax-search-results {
    top: 100%;
    left: 0;
    right: 0;
    width: 650px;
    margin: 0 auto;
    transform: translateX(-11%);
}
#desktop-ajax-search-results .list-group-item img {
    width: 70px;
    height: 50px;
    object-fit: cover;
}

/* Mobile Results */
#mobile-ajax-search-results {
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    max-height: 70vh;
    overflow-y: auto;
}
#mobile-ajax-search-results .list-group-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

#mobile-search-toggle {
 left: 10px;   
    
}

/* Mobile Form */
.top-mobile-search {
    transition: all 0.3s ease;
    background: #fff;
    color: #000;
}


.responsive-video-container {
    width: 100%;
    max-width: 1280px; /* حداکثر عرض */
    margin: 0 auto;
    aspect-ratio: 16 / 9; /* نسبت 1280x720 */
    position: relative;
}

.responsive-video-container video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; /* مطمئن میشه ویدیو درست پر بشه */
}
       
