
    .content > h3 {
        font-size: 1.4em;
        margin: 35px auto -18px;
        max-width: 920px;
    }
    #slide_wrap {
        width: 100%;
        height: 94vh;
        position: relative;
    }
    #slide_wrap li {
        position: relative;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .lcms_contents_fullheight .lcms_content {
        top: 0;
    }
    .lcms_nopadding .lcms_content {
        padding: 0; 
    }
    .lcms_txt_padding .lcms_content {
        padding: 25px;  
        overflow: auto;
        font-size: 15px;
        line-height: 20px;
        background: rgba(0, 0, 0, 0.45);
    }
    #txt_heading {
        font-size: 25px;
        font-weight: bold;
        margin: 0 0 15px;
        color: #fff;
        padding: 14px 15px;
        display: inline-block;
        border-radius: 2px;
        text-shadow: 2px 2px 0 rgba(0,0,0,0.2);
        text-align: center;
    }
    
    /* Button positioning styles */
    .slide-content {
        position: absolute;
        bottom: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 50px;
        z-index: 10;
    }
    
    .button-container {
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
    
    .banner-btn.btn {
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        padding: 7px 10px;
        border-radius: 25px;
        text-decoration: none;
        font-weight: bold;
        transition: all 0.3s ease;
        border: 2px solid rgba(255, 255, 255, 0.3);
    }
    
    .banner-btn.btn:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: translateY(-2px);
    }

    .lcms_content > p {
        line-height: 1.4em;    
    }

    #extra_nav_left, 
    #extra_nav_right {
        color: #aaa;
        opacity: 0.7;
        cursor: pointer;
        position: relative;
        top: -325px;
        margin-top: -10px;
        width: 60px;
        filter: none !important;
        z-index: 9999;
        transform: none;
        transition: opacity .2s ease;
    }
    #extra_nav_left {
        left: 30px;
        right: auto;
    }
    #extra_nav_right {
        right: 30px;
        left: auto;
        float: right;
    }
    #extra_nav_left:hover, 
    #extra_nav_right:hover {
        opacity: 1;    
    }
    
    @media screen and (max-width:1030px) { 
        #slide_wrap {
            height: 25vh;
            max-height: none;
        }
        .content > h3 {
            margin: 35px 5% -18px;
            text-align: center;
        }
        .slide-content {
            padding-bottom: 30px;
        }
        #txt_heading {
            font-size: 20px;
            padding: 10px 12px;
        }
        .banner-btn.btn {
            padding: 7px 10px;
            font-size: 10px;
        }
    }    
    @media screen and (max-width:1200px) { 
        #slide_wrap {
            width: 100%;
        }
        #extra_nav_left, 
        #extra_nav_right {
            width: 30px;
            top: -33vh;
        }
        #extra_nav_left {
            left: 18px;
        }
        #extra_nav_right {
            right: 18px;
        }
    }

.premium-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: bold;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.video-price {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: rgba(0,0,0,0.8);
    color: #ff6b35;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
    z-index: 10;
}

.free-badge {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: rgba(46, 125, 50, 0.9);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: bold;
    z-index: 10;
}

.purchased-indicator {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(76, 175, 80, 0.9);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: bold;
    z-index: 10;
}

.movie-item-mobile {
    position: relative;
}

              .movie-slider-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 5px;
}

.movie-slider {
    display: flex;
    gap: 0px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}

.movie-slider::-webkit-scrollbar {
    display: none;
}

.movie-slide {
    flex: 0 0 auto;
}


.slider-nav {
    display: flex;
    gap: 5px;
}

.slider-btn {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-btn:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1.1);
}

.slider-btn:active {
    transform: scale(0.95);
}


.movie-slider {
    -webkit-overflow-scrolling: touch;
}


@media (min-width: 480px) {
    .movie-slider {
        gap: 5px;
    }
} 
.header-search {
    position: relative;
    width: 250px;
}

.header-search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}


.header-search-input {
    width: 100%;
    padding: 8px 40px 8px 15px;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.header-search-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

.header-search-input:focus {
    outline: none;
    border-color: #ff6b35;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 10px rgba(255, 107, 53, 0.3);
}

.header-search-btn {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    background: #ff6b35;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}


.header-search-btn:hover {
    background: #e55a2b;
    transform: translateY(-50%) scale(1.1);
}


.header-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(13, 12, 18, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    margin-top: 5px;
    border: 1px solid rgba(255, 107, 53, 0.3);
}

.header-search-results.show {
    display: block;
}


@media (min-width: 992px) {
    .mobile-search-container {
        display: none !important;
    }
    
    .header-search {
        width: 300px;
    }
}



@media (max-width: 991px) {
    .header-search {
        width: 200px;
        display: block !important;
    }
    
    .header-search-input {
        padding: 8px 35px 8px 12px;
        font-size: 13px;
    }
    
    .header-search-input::placeholder {
        font-size: 11px;
    }
    
    .header-search-btn {
        width: 28px;
        height: 28px;
        right: 2px;
    }
    
    .header-search-btn i {
        font-size: 12px;
    }
    
    /* Hide other header elements on mobile */
    .header-auth-links {
        display: none !important;
    }
    
    .header-btn {
        display: none !important;
    }
    
    .header-lang {
        display: none !important;
    }
    
    /* Hide mobile search container */
    .mobile-search-container {
        display: none !important;
    }
}

     @media (max-width: 767px) {
    .header-search {
        width: 180px;
    }
    
    .header-search-input {
        padding: 6px 30px 6px 10px;
        font-size: 12px;
    }
    
    .header-search-btn {
        width: 26px;
        height: 26px;
    }
}
@media (max-width: 480px) {
    .header-search {
        width: 160px;
    }
    
    .header-search-input {
        font-size: 11px;
        padding: 5px 28px 5px 8px;
    }
    
    .header-search-btn {
        width: 24px;
        height: 24px;
    }
}             
             .search-container {
                position: relative;
                max-width: 600px;
                margin: 0 auto 30px;
            }
            
            .search-input-wrapper {
                position: relative;
                display: flex;
                align-items: center;
            }
            
            .search-input {
                width: 100%;
                padding: 15px 50px 15px 20px;
                font-size: 16px;
                border: 2px solid #333;
                border-radius: 25px;
                background: rgba(255, 255, 255, 0.1);
                color: #fff;
                backdrop-filter: blur(10px);
                transition: all 0.3s ease;
            }
            
            .search-input::placeholder {
                color: rgba(255, 255, 255, 0.7);
            }
            
            .search-input:focus {
                outline: none;
                border-color: #ff6b35;
                background: rgba(255, 255, 255, 0.2);
                box-shadow: 0 0 20px rgba(255, 107, 53, 0.3);
            }
            
            .search-btn {
                position: absolute;
                right: 5px;
                top: 50%;
                transform: translateY(-50%);
                background: #ff6b35;
                border: none;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                color: white;
                cursor: pointer;
                transition: all 0.3s ease;
            }
            
            .search-btn:hover {
                background: #e55a2b;
                transform: translateY(-50%) scale(1.1);
            }
            
            .search-results {
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                background: rgba(13, 12, 18, 0.95);
                backdrop-filter: blur(10px);
                border-radius: 15px;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
                max-height: 400px;
                overflow-y: auto;
                z-index: 1000;
                display: none;
                margin-top: 10px;
                border: 1px solid rgba(255, 107, 53, 0.3);
            }
            
            .search-results.show {
                display: block;
            }
            
            .search-result-item {
                display: flex;
                align-items: center;
                padding: 12px 15px;
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
                cursor: pointer;
                transition: all 0.3s ease;
                text-decoration: none;
                color: #fff;
            }
            
            .search-result-item:hover {
                background: rgba(255, 107, 53, 0.2);
                color: #fff;
                text-decoration: none;
            }
            
            .search-result-item:last-child {
                border-bottom: none;
            }
            
            .search-result-thumbnail {
                width: 50px;
                height: 35px;
                object-fit: cover;
                border-radius: 5px;
                margin-right: 15px;
                background: #333;
            }
            
            .search-result-info h6 {
                margin: 0;
                font-size: 14px;
                font-weight: 600;
                color: #fff;
            }
            
            .search-result-category {
                font-size: 12px;
                color: #ff6b35;
                margin-top: 2px;
            }
            
            .no-results {
                padding: 20px;
                text-align: center;
                color: rgba(255, 255, 255, 0.7);
                font-style: italic;
            }
            
            .search-loading {
                padding: 20px;
                text-align: center;
                color: #ff6b35;
            }
              .items {
    width: 100%;
  	height: 75vh;
}
.items .banner-btn {
    position: absolute;
    bottom: 20px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10;
}

@media (max-width: 480px) {
    .items .banner-btn {
        bottom: 10px;
        left: 50% !important;
        transform: translateX(-50%) !important;
        padding: 6px 12px;
        font-size: 12px;
    }
}



            /* Mobile Styles */
            @media (max-width: 768px) {

.items .banner-btn {
        bottom: 15px;
        left: 50% !important;
        transform: translateX(-50%) !important;
        padding: 8px 16px;
        font-size: 14px;
    }

            .banner_overlay_container {
margin:35% 0% !important;
}

.banner_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 25% !important;
    top: 45%;
}

.banner_slide {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
}
.banner-slider{
height: 50vh !important;
}

.ucm-bg2 {
    padding: 8px 0 20px;
    background-position: top center;
    background-size: cover;
}
            .items {
    width: 100%;
    height: 30vh !important
}

.items .banner-btn{
    left: 25%;
    position: absolute;
    bottom: 0px;
    align-items: center;}

                .search-container {
                    max-width: 100%;
                    margin: 0 0 20px;
                    padding: 0 15px;
                }
                
                .search-input {
                    padding: 12px 45px 12px 15px;
                    font-size: 14px;
                }
                
                .search-btn {
                    width: 35px;
                    height: 35px;
                }
                
                .search-results {
                    left: 15px;
                    right: 15px;
                }
                
                .search-result-item {
                    padding: 10px 12px;
                }
                
                .search-result-thumbnail {
                    width: 40px;
                    height: 30px;
                    margin-right: 10px;
                }
            }
            
            /* Search Icon Animation */
            .search-btn i {
                transition: transform 0.3s ease;
            }
            
            .search-btn:hover i {
                transform: scale(1.2);
            }
            
            /* Custom scrollbar for search results */
            .search-results::-webkit-scrollbar {
                width: 6px;
            }
            
            .search-results::-webkit-scrollbar-track {
                background: rgba(255, 255, 255, 0.1);
                border-radius: 3px;
            }
            
            .search-results::-webkit-scrollbar-thumb {
                background: #ff6b35;
                border-radius: 3px;
            }
            
            .search-results::-webkit-scrollbar-thumb:hover {
                background: #e55a2b;
            }       
                  
    /* Additional CSS for consistent styling */
    .movie-item-mobile {
        
        border-radius: 5px;
        padding: 5px;
        transition: all 0.3s ease;
    }
    .movie-item-mobile:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }
    .movie-poster-mobile img {
        border-radius: 3px;
    }
    .movie-content-mobile .title a {
        color: #fff;
        text-decoration: none;
    }
    .movie-content-mobile .title a:hover {
        color: #e4d804;
    }
    .object-fit-cover {
        object-fit: cover;
        object-position: center;
    }
    .category-title {
        color: #e4d804;
        font-size: 0.65rem;
        font-weight: 600;
        position: relative;
        padding-bottom: 10px;
    }
    .category-title::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 50px;
        height: 2px;
        background: #e4d804;
    }

            .movie-item-mobile {
                position: relative;
                overflow: hidden;
                border-radius: 8px;
            }
            
            .movie-poster-mobile img {
                width: 100%;
                height: auto;
                min-height: 120px;
                object-fit: contain;
                border-radius: 8px;
                transition: transform 0.3s ease;
            }
            
            .movie-poster-mobile img:hover {
                transform: scale(1.05);
            }
            
            .movie-content-mobile .title a {
                color: #fff;
                text-decoration: none;
                font-size: 0.8rem;
                line-height: 1.2;
            }
            
            .rating-small {
                margin-top: 5px;
            }
            
            .category-title {
               color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #ff6b35;
    padding-bottom: 5px;
    margin-bottom: 15px;
            }
            
            @media (max-width: 768px) {
                .movie-poster-mobile img {
                    min-height: 100px;
                }
                
                .movie-content-mobile .title a {
                    font-size: 0.7rem;
                }

                
            }
  
            .mobile-menu .navigation li {
    margin: 0;
    padding: 0;
    width: 100%;
}

.mobile-menu .navigation li a {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    gap: 10px;
}

.mobile-menu .logout-item {
    width: 100%;
}
             
 .col-6 {
 
    padding-right: 0px;
    padding-left: 0px;
  
            
          }
           .col-4 {
 
    padding-right: 2px;
    padding-left: 2px;
  
            
          }
          
          
          .carouselOfImages
{
 
  margin:auto;
  overflow:visible;
}
.carouselImage {
  width: 200px;
  height: 200px;
  margin-top:65px;
  margin-bottom:100px;
  border-radius: 5px;
  counter-increment: carousel-cell;
  transition: transform 0.5s;
  transform: scale(1);
}
.carouselImage img {
  height:235px;
  width:85%
}
.carouselImage.is-selected {
  z-index:10;
  transform: scale(1.5);
}
.carouselImage.nextToSelected {
  transform: scale(1.25);
  z-index:5;
}

/*! Flickity v2.0.5
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.product-detail-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    font-size:21px;
    font-weight:700;
}

#lightbox {
	display: none;
	position: fixed;
	top:0;
	left:0;
	bottom: 0;
	right: 0;
	margin: auto;
	width:90vw;
	height:90vh;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
#dark {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background:rgba(0,0,0,.9);
	width:100vw;
	height:100vh;
}

.product-detail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7); }

.product-detail-inner {
  display: flex;  
  background-color: white;
  width: 75vw;
  height: 75vh;
  position: relative;
  padding: 1rem;
  overflow-y: auto; }

.product-detail-image {
  flex: 0 1 30%;
  padding:15px;
}
  
.product-detail-image  img {
    width: 100%;
} 

.hide {
  display: none; }

.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }
.modal-body {
  position:relative;
  padding:0px;
}
.modal-header {
  padding:0;
}

a.btn.btn-primary {
  color:#fff;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

.banner {
  width: 100%;
  height: 100%; }

.banner_image {
  position: absolute;
  display: block;
  left: -100%;
  right: -100%;
  max-width: 100%;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  width: 80%;
  height: 100%;
  border-radius: 25px;
  object-fit: cover;
  object-position: top;
  }

.banner_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 40%;
  }

.banner_overlay_container {
margin:25% 2.5%;
float:left;
}

.banner_overlay_header {
  color: #000;
  padding-left: 0;
  bottom: 5%; }

.banner_overlay_subhead {
  margin-top: 1em;
  color: #555;
  margin-bottom: 1em; }

.banner-slider {
  position: absolute;
  height: 75vh;
  overflow: hidden;
  width: 100%; }

.banner-slider_nav {
  position: absolute;
  width: 800px;
  bottom: 0;
  text-align: center;
  left: 50%;
  margin-left: -400px;
  padding-left: 0;
  margin-bottom: 0; }

.banner-slider_nav_item {
  display: inline; }
  .banner-slider_nav_item > a {
    display: inline-block;
    font-size: 3em;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    padding: 8px 3px;
    line-height: 12px; }
    .banner-slider_nav_item > a:hover {
      color: rgba(0, 0, 0, 0.75); }

.banner-slider_nav_item--is-selected > a {
  color: #000; }

.banner_slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; }

.banner_button {
  padding: 20px;
  text-decoration: none;
  background-color: #4d4dff;
  color: #fff;
  display: inline-block; }

.cycle_arrow-wrapper {
  position: absolute;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  width: 800px;
  left: 50%;
  margin-left: -400px; }


.d-block.d-md-none hr {
    display: none !important;
}


.category-title::after {
    display: none !important;
}


.d-block.d-md-none .category-title::after {
    display: none !important;
}


@media (max-width: 767px) {
  
    .d-block.d-md-none .mb-0 {
        margin-bottom: 0px !important;
    }
    
 
    .movie-item-mobile .movie-poster-mobile {
        //height: 160px !important; 
    }
    
   
    .movie-item-mobile.tv-channels {
        height: 110px !important; 
    }
    
    .movie-item-mobile.tv-channels .movie-poster-mobile {
        height: 140px !important; 
    }
    
   
    .movie-content-mobile {
        margin-top: 0px !important;
    }

 
    .category-title {
        margin-bottom: 0px !important; 
        padding-bottom: 0 !important;
         border-bottom: 2px solid black;
    }
    
  
    .movie-item-mobile {
        border-bottom: none !important;
        margin-bottom: 0px;
    }
}


@media (max-width: 480px) {
    .movie-item-mobile .movie-poster-mobile {
        //height: 140px !important;
    }
    
    .movie-item-mobile.tv-channels {
        height: 100px !important;
    }
    
    .movie-item-mobile.tv-channels .movie-poster-mobile {
        height: 120px !important;
    }
    
    .d-block.d-md-none .mb-0 {
        margin-bottom: 0px !important;
    }


    
}


@media (max-width: 991px) {

    .movie-item-mobile {
        padding: 0 !important;
        margin-bottom: 0 !important;
        border-radius: 8px;
        overflow: hidden;
    }
    

    .movie-poster-mobile {
        margin-bottom: 0 !important;
        padding: 0 !important;
        line-height: 0; 
    }
    
   
    .movie-poster-mobile img {
        display: block;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 8px;
        vertical-align: top; 
    }
    
    
    .movie-poster-mobile a {
        display: block;
        line-height: 0;
        margin: 0 !important;
        padding: 0 !important;
    }
    
   
    .movie-slide {
        margin-right: 1px !important;
        padding: 0 !important;
    }
    
  
    .movie-slider-wrapper {
        padding: 0 1px !important;
    }
}

 
@media (max-width: 991px) {
   
    .movie-slider {
        gap: 8px !important;
        padding: 10px 0 !important;
    }
    
  
    .movie-slide {
        margin-right: 3px !important;
    }
    
  
    .movie-slide:last-child {
        margin-right: 0 !important;
    }
    
    
    .movie-slider-wrapper {
        padding: 0 3px !important;
    }
}


@media (max-width: 767px) {
    .movie-slider {
        gap: 6px !important;
    }
    
    .movie-slide {
        margin-right: 2px !important;
    }
}


@media (max-width: 480px) {
    .movie-slider {
        gap: 5px !important;
    }
    
    .movie-slide {
        margin-right: 1px !important;
    }
}


@media (max-width: 991px) {
   
    .category-title {
        margin-bottom: 4px !important;
        padding-bottom: 2px !important;
    }
    
  
    .movie-slider-wrapper {
        margin-top: -5px !important; 
    }
    
 
    .movie-item-mobile {
        padding: 0 !important;
        margin-top: -2px !important;
    }
    
   
    .movie-slider {
        padding: 2px 0 !important;
    }
}

}

       