body {
	background-color: #07080d;
	color: #ffffff;
	font-family: "Google Sans", sans-serif;
	font-weight:600;
	overflow-x:hidden;
}
a {
	color: #ffffff;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;	
	text-decoration: none;
}
a:hover {
	color: #e50914;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;	
}
a:focus {
	text-decoration: none;
}
img {
	max-width: 100%;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	max-width: 100%;
}

/* Base Header Settings & Smooth Transitions */
.app-header {
    transition: all 0.4s cubic-bezier(0.2, 0, 0.2, 1);
    z-index: 1050; 
}
.app-header::before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    min-height: 60px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 80%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 80%);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 80%);
	background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 80%);
	background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 80%);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    transition: all 0.4s cubic-bezier(0.2, 0, 0.2, 1);
    z-index: -1;
}
.app-header.scrolled {
    padding-top: 12px !important;  
    padding-bottom: 12px !important;
}
.app-header.scrolled::before {
    background: rgba(7, 8, 13, 0.75);
    /*background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 50%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 50%);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 50%);
	background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 50%);
	background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 50%);*/
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(255, 255, 255, 0.2);
}
.app-header .site-logo img {
    width: 130px;
    transition: width 0.3s ease;
}
.app-header.scrolled .site-logo img {
    width: 115px;
}
.search-container .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    color: #fff;
    padding-left: 38px;
    font-size: 0.9rem;
    font-weight: 600;
    height: 38px;
    transition: all 0.3s ease;
}
.search-container .form-control::placeholder {
    color: #b3b3b3;
}
.search-container .search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #b3b3b3;
    font-size: 0.85rem;
    pointer-events: none;
}

/* Hero Wrapper Position Fixes */
.hero-slider-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: -60px;
	margin-bottom:30px;
}
.hero-slide-item {
	position: relative;
	height: 100vh;
	min-height: 100%;
	max-height: 100%;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.hero-slide-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(7, 8, 13, 1) 0%, rgba(7, 8, 13, 0.6) 25%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.3) 100%),
	linear-gradient(to right, rgba(7, 8, 13, 0.4) 0%, transparent 50%);
	z-index: 1;
}
.slide-content-inner {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	z-index: 2;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.movie-title {
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	font-weight: 800;
	letter-spacing: -0.2px;
	color: #ffffff;
	margin-bottom: 5px;
	text-transform:uppercase;
	text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.movie-meta-year {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 500;
	margin-bottom: 12px;
	letter-spacing: 0.5px;
}
.genre-badge-group {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.genre-badge {
	background-color: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.75);
	font-size: 12px;
	font-weight: 700;
	padding: 5px 16px;
	border-radius: 50px;
	text-transform: capitalize;
}
.hero-slider-wrapper .owl-dots {
	position: absolute;
	bottom: 25px;
	left: 2.5rem;
	z-index: 3;
	margin-top: 0 !important;
	text-align: left !important;
	display: flex;
	align-items: center;
}
.hero-slider-wrapper .owl-dot span {
	width: 7px !important;
	height: 7px !important;
	margin: 0 3px !important;
	background: rgba(255, 255, 255, 0.35) !important;
	border-radius: 50% !important;
	transition: all 0.25s ease-in-out !important;
}
.hero-slider-wrapper .owl-dot.active span {
	width: 22px !important;
	height: 7px !important;
	background: #e50914 !important;
	border-radius: 10px !important;
}
.hero-thumb-nav-container {
	position: absolute;
	bottom: 30px;
	right: 2.5rem;
	z-index: 10;
	display: flex;
	gap: 14px;
	align-items: center;
}
.thumb-nav-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	transition: transform 0.2s ease;
}
.thumb-img-wrapper {
	position: relative;
	width: 110px;
	height: 65px;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background-color: #12131a;
	box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}
.thumb-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-size: 14px;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	transition: transform 0.3s ease;
}
.thumb-hover-overlay {
	position: absolute;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	/*font-size: 0.8rem;*/
	font-size: 0;
	opacity: 0.6;
	transition: all 0.2s ease;
}
.thumb-nav-card:hover .thumb-img-wrapper img {
	transform: scale(1.08);
}
.thumb-nav-card:hover .thumb-hover-overlay {
	opacity: 1;
	background: rgba(0, 0, 0, 0.15);
}
.thumb-nav-card:hover .thumb-nav-label {
	color: #ffffff;
}

/* Navigation Text Subtitles */
.thumb-nav-label {
	font-size: 0.65rem;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 6px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: color 0.2s ease;
}
.nav-circle-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
	font-size: 0.85rem;
}
.nav-circle-btn:hover {
	background-color: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.4);
}
.movie-btn-group {
	display: inline-flex;
	gap: 10px; 
	align-items: center;
	flex-wrap: wrap;
}
.btn-movie {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0px;
	height: 38px;
	padding: 0 22px;
	border-radius: 8px; 
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	box-sizing: border-box;
}
.btn-movie-watch {
	background-color: #e50914; 
	color: #ffffff !important;
	border: 1px solid #e50914;
}
.btn-movie-watch:hover {
	background-color: #c70e17;
	border-color: #c70e17;
}
.btn-movie-watch i {
	font-size: 14px;
	margin-right: 6px; 
}
.btn-movie-buy {
	background-color: transparent;
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.8);
}
.btn-movie-buy:hover {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: #ffffff;
}

/* App Fixed Bottom Navigation */
.app-bottom-nav {
	background: rgba(18, 19, 26, 0.8);
	border-top: 1px solid rgba(255,255,255,0.08);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	box-shadow: 0 -5px 15px rgba(0,0,0,0.5);
	display:none;
}
.nav-item-custom {
	color: #7b7e8c;
	text-decoration: none;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 8px 0;
	transition: color 0.2s ease;
}
.nav-item-custom i {
	font-size: 1.15rem;
	margin-bottom: 4px;
}
.nav-item-custom.active {
	color: #e50914;
}

/* Offcanvas Drawer Custom Colors */
.offcanvas {
	background: rgba(18, 19, 26, 0.7);
	color: #ffffff;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	z-index:9999;
	--bs-offcanvas-width: 300px;
}
.offcanvas-header {
	border-bottom: 1px solid rgba(255,255,255,0.08);
}
.offcanvas-header .offcanvas-title img{
	width: 110px;
	transition: width 0.3s ease;
}
.drawer-link {
	color: #d1d2d6;
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	border-radius: 8px;
	margin-bottom: 2px;
}
.drawer-link:hover, .drawer-link.active {
	background-color: rgba(255,255,255,0.05);
	color: #e50914;
}
.drawer-link i{
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
}
/* Sidebar Profile Container */
.drawer-profile-box {
    display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.08);
	border: 1px solid #363636;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-radius: 8px;
}

/* Flexbox wrapper for Avatar + Number alignment */
.profile-user-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Red Circular Icon Background */
.profile-avatar {
    width: 30px;
    height: 30px;
    background-color: #e50914;     /* Cinematic premium red background */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-avatar i {
    color: #ffffff;
    font-size: 12px;
}

/* User Text / Phone Number Typography */
.user-number {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* "Toka" Outlined Rounded Action Button */
.btn-side-logout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #e50914;     /* Dark red line outline */
    color: #e50914;                /* Dark red text match */
    padding: 3px 8px;
    border-radius: 6px;            /* Sleek rounded outline box */
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

/* Hover Interactive Styling state */
.btn-side-logout:hover {
    background-color: #e50914;
    color: #ffffff;
    border-color: #e50914;
}
.offcanvas-body .search-container{
	display:none;
}
.offcanvas-body .search-container .sidebar-search {
    background-color: rgba(255, 255, 255, 0.05); 
    border: 1px solid rgba(255, 255, 255, 0.08);
    height: 42px; 
}
.offcanvas-body .search-container .sidebar-search:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #e50914; 
    box-shadow: 0 0 0 0.25rem rgba(229, 9, 20, 0.25);
    color: #ffffff;
}
.carousel-container { 
	position: relative; 
}
.shelf-title-area {
    display: flex;
    justify-content: space-between;
    align-items: center;           
    margin-bottom: 20px;
    padding: 0;                
}
.shelf-title {
    margin: 0;                     
    font-size: 1.25rem;
    color: #ffffff;
}
.view-all-link {
    font-size: 0.85rem;
    color: #a0a0a0;                
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
}
.view-all-link:hover {
    color: #e50914;                
}
.view-all-link i {
    font-size: 0.7rem;             
    margin-left: 5px;              
}
.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0,0,0,0.6);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prev-arrow { 
	left: -10px; 
}
.next-arrow { 
	right: -10px; 
}

/* Shelf and Title Layout */
.shelf-section { 
	margin-bottom: 40px; 
}
.shelf-title { 
	font-size: 1.25rem; 
	font-weight: 700; 
	color: #ffffff;
	margin-bottom: 0; 
}

/* Landscape Wrapper (16:9) */
.tvshow-card-banner .img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    border-radius: 8px;
    overflow: hidden;
    background: #111;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;	
}
.tvshow-card-banner .img-wrapper img {
    position: absolute;
    top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	object-fit: cover;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;	
}

/* Portrait Wrapper (2:3) */
.movie-poster-card .poster-img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 145%; /* 2:3 Aspect Ratio */
    border-radius: 8px;
    overflow: hidden;
    background: #111;
}
.movie-poster-card .poster-img-wrapper img {
    position: absolute;
    top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	object-fit: cover;
}
/* Container for the poster with fixed 2:3 aspect ratio */
.poster-img-wrap {
    position: relative;
    width: 100%;
    padding-top: 150%; 
    overflow: hidden;
    border-radius: 8px;
    background-color: #111;
}

.poster-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: transform 0.3s ease;
}
.movie-poster-card, .tvshow-card-banner{
	position:relative;
}
.premium-label{
	background: #ff0015;
	border-radius: 40px;
	position: absolute;
	z-index: 2;
	right: 8px;
	top: 8px;
	width: 28px;
	height: 28px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
}
.price-label{
	background: #ff9800;
	border-radius: 6px;
	position: absolute;
	z-index: 2;
	right: 8px;
	top: 8px;
	color: #141212;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	padding: 3px 8px;
	border:1px solid #ad580e;
}
/* Movie Title Styling */
.movie-card-title {
    font-size: 1rem;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 0;
    white-space: nowrap;      
    overflow: hidden;         
    text-overflow: ellipsis;  
    font-weight: 500;
}
.app-portrait-carousel h3.movie-card-title, .app-landscape-carousel h3.movie-card-title{
	font-size: 1.1rem;
}
.movie-poster-card:hover .poster-img-wrap img, .tvshow-card-banner:hover .img-wrapper img {
    transform: scale(1.05);
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;	
}
.movie-poster-card:hover h3.movie-card-title, .tvshow-card-banner:hover h3.movie-card-title {
	color:#e50914;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;	
}
.carousel-container { 
	position: relative; 
}
.nav-arrow {
    position: absolute;
    top: 43%; 
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: 1px solid rgba(255,255,255,0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: 0.3s;
}
.nav-arrow:hover { 
	background: #e50914;
}
.footer-area {
	background-color:#191b27;
	padding: 40px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-links ul li a{
	color: #f2f2f2;
	font-size: 15px;
	font-weight: 500;
}
.footer-links ul li a:hover {
	color:#e50914;
	transition: color 0.3s ease;
}
.copyright-text p{
	color: #a4a4a4;
	font-size: 15px;
	font-weight: 500;
}
.social-links ul li a:hover {
	color: #e50914 !important; 
	transition: transform 0.2s ease;
	display: inline-block;
	transform: translateY(-3px);
}
.scroll-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 0, 21, 0.95);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    opacity: 0;          
    visibility: hidden;  
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.scroll-top.show {
    opacity: 1;
    visibility: visible;
}
.scroll-top:hover {
    background-color: #ff0f1a;
    transform: translateY(-5px);
}

/* 1. Full-screen Overlay */
.popup-view {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.75); 
	backdrop-filter:blur(20px);
    z-index: 9999;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
}
.popup-view.show { 
	display: flex; 
}

.search-inner {
    width: 90%;
    max-width: 800px;
}
.search-header .title {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.search-container-input {
    width: 100%;
    background: transparent !important;
    border: none;
    border-bottom: 2px solid #555; /* Subtle line */
    color: #ffffff;
    font-size: 26px;
	font-weight:500;
    padding: 10px 0;
    outline: none;
    transition: border-color 0.3s;
}
.search-container-input:focus {
    border-bottom: 2px solid #fff; /* White line on focus */
}
.popup-view .close {
    position: absolute;
    top: 10px; 
	right: 20px;
    font-size: 26px;
    color: #ffffff;
    opacity: 0.8;
    transition: opacity 0.3s;
}
.popup-view .close:hover { 
	opacity: 1; 
}

.search-results {
    width: 100%;
    max-height: 70vh;
    overflow-y: auto;
	overflow-x:hidden;
}
.search-container {
    position: relative;
    z-index: 10;
}
.search-container .open-search-modal {
    position: relative;
    z-index: 2; /* Input is higher than icon */
    cursor: pointer;
}
.search-container .search-icon {
    position: absolute;
    z-index: 1; 
    pointer-events: none; 
}



.most-movie-block {
    display: grid;
    grid-template-columns: repeat(5, 1fr); 
    gap: 15px; 
    width: 100%;
}
.search-results .most-movie-block {
    grid-template-columns: repeat(6, 1fr); 
}
.search-results .most-tvshow-block {
    grid-template-columns: repeat(4, 1fr); 
}
.shelf-section .most-movie-block {
    grid-template-columns: repeat(5, 1fr); 
}	
.movie-poster-card {
    position: relative;
    width: 100%;
	overflow: hidden;
}
.most-tvshow-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 15px; 
    width: 100%;
}


/* Video Wrapper Styling */
.video-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border: 1px solid #333;
}
.badge.bg-secondary {
    background-color: #333 !important;
    font-size: 0.8rem;
    padding: 5px 10px;
    border-radius: 4px;
}
.detail-list-item h2{
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	color:#ffffff;
	text-transform: uppercase;
}
.detail-list-item .lb-movie, .detail-list-item .lb-tv-series{
	font-size: 13px;
	border-radius: 24px;
	padding: 4px 10px;
	width: max-content;
	display: flex;
	align-items: center;
	gap: 6px;
}
.detail-list-item .lb-movie{
	background: #dc2626;	
}
.detail-list-item .lb-tv-series{
	background: #9333ea;
}
.detail-list-item p.small{
	font-size: 13px;
	color: #919191;
}
.lb-season-item span{
	font-size: 15px;
	color: #919191;
}
.movie-meta-buttons {
    display: flex;
    gap: 10px;          
    align-items: center;
    margin-bottom: 15px;
    width: 100%; 
}
.mv-pkg-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent; 
    border: 1px solid #ff9800;     
    color: #ff9800;                
    padding: 10px 12px;             
    border-radius: 6px;            
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    white-space: nowrap;           
}
.mv-pkg-btn i {
    font-size: 13px;
    color: #ff9800;
}
.mv-pkg-btn:hover {
	background:#ff9800;
	color:#ffffff;
}
.btn-danger {
    background-color: #e50914 !important;
    border: none;
    transition: background 0.3s ease;
}
.btn-danger:hover {
    background-color: #c70e17 !important;
    transform: translateY(0px);
}
.episodes-container {
    margin-top: 2rem;
}
.list-group-item {
    padding: 15px 20px;
    transition: all 0.2s ease;
    /*border-left: 3px solid transparent;*/
}
.list-group-item:hover {
    background-color: rgba(255, 0, 21, 0.95) !important;
    /*border-left: 3px solid #e50914;*/
    cursor: pointer;
}
.list-group-item span.text-muted {
    font-size: 0.85rem;
}
.list-group {
    max-height: 400px;
    overflow-y: auto;
}
.list-group::-webkit-scrollbar {
    width: 6px;
}
.list-group::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 10px;
}
.list-group-item .ep_list_title{
	font-size:15px;
	color:#ffffff;
}
.list-group-item .epi_lock{
	font-size:11px;
	color:#ffffff;
	background: rgba(255, 255, 255, 0.15);
	padding: 2px 8px;
	border-radius: 4px;
	display: block ruby;
	align-items: center;
}


/* ==========================
   LOGIN PAGE UI
========================== */
.login-container{
    width:100%;
    max-width:500px;
}
.login-header{
    text-align:center;
    margin-bottom:30px;
}
.login-header img{
    width:110px;
    height:110px;
    object-fit:contain;
    margin-bottom:20px;
}
.login-header h1{
    color:#fff;
    font-size:32px;
    font-weight:800;
    margin-bottom:12px;
    line-height:1.2;
}
.login-header p{
    color:#adaeaf;
    font-size:15px;
    line-height:1.7;
	font-weight: 500;
}
.login-card{
    background:#1b1c1c;
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:35px;
    backdrop-filter:blur(20px);
    box-shadow:0 20px 60px rgba(0,0,0,.4);
}
.login-card label{
    display:block;
    margin-bottom:10px;
    color:#e5e7eb;
    font-weight:600;
    font-size:14px;
}
.input-group{
    position:relative;
    margin-bottom:10px;
}
.input-group i{
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
    color:#9ca3af;
}
.input-group input{
    width:100%;
    height:58px;
    padding:0 20px 0 50px;
    background:#3c3d3d;
    border:2px solid #525252;
    border-radius:14px !important;
    color:#fff;
    font-size:18px;
    transition:.3s;
}
.input-group input:focus{
    outline:none;
    border-color:#ef4444;
    box-shadow:0 0 0 4px rgba(239,68,68,.15);
}
.input-note{
    font-size:12px;
    color:#9ca3af;
    margin-bottom:25px;
}
.login-btn{
    width:100%;
    height:58px;
    border:none;
    border-radius:14px;
    background:#e50914;
    color:#fff;
    font-size:17px;
    font-weight:700;
    cursor:pointer;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
    transition:.3s;
}
.login-btn:hover{
	background:#c70e17;
	color:#ffffff;
    box-shadow:0 15px 35px rgba(239,68,68,.3);
}
.login-footer{
    margin-top:20px;
    text-align:center;
    color:#94a3b8;
    font-size:13px;
}
.login-footer a{
    color:#ef4444;
    font-weight:600;
    text-decoration:none;
}
.login-footer a:hover{
    color:#f87171;
}

@media(max-width:576px){
    .login-card{
        padding:25px;
        border-radius:20px;
    }

    .login-header h1{
        font-size:24px;
    }

    .login-header img{
        width:85px;
        height:85px;
    }

    .input-group input,
    .login-btn{
        height:54px;
    }
}

.purchased-section{
    max-width:1200px;
    margin:20px auto;
    padding:0 15px;
}
.section-title{
    color:#ffffff;
    font-size:24px;
    font-weight:700;
    margin-bottom:20px;
}
.movie-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
    gap:24px;
}
.movie-card{
    background:#1b1c1c;
    border-radius:12px;
    overflow:hidden;
    transition:.3s ease;
    border:1px solid rgba(255,255,255,.05);
}
.movie-card:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(0,0,0,.25);
}
.movie-thumb{
    position:relative;
    overflow:hidden;
}
.movie-thumb img{
    width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.purchased-section .movie-thumb img{
    aspect-ratio: 16 / 9;
	object-fit:cover;
}
.movie-content{
    padding:15px;
}
.movie-content h5{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	color: #ffffff;
}
.movie-meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:13px;
    color:#9ca3af;
    margin-bottom:15px;
}
.movie-meta .price{
    color:#ff9800;
    font-weight:700;
}
.download-btn{
    width:100%;
    height:42px;
    background:#e50914;
    color:#fff;
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    text-decoration:none;
    font-size:13px;
    font-weight:700;
    transition:.3s;
}
.download-btn:hover{
    background:#b3151d;
    color:#fff;
}
.expire-text{
    margin-top:10px;
    font-size:12px;
    color:#6b7280;
	margin-bottom:0;
    text-align:center;
}

@media(max-width:576px){
    .section-title{
        font-size:20px;
        margin-bottom:18px;
    }

    .movie-content{
        padding:12px;
    }
}

.movie-download-card{
    padding:0;
    overflow:hidden;
}
.movie-layout{
    display:grid;
    grid-template-columns:1.1fr 1fr;
    gap:28px;
    align-items:start;
    padding:15px;
}
.movie-video{
    border-radius:8px;
    overflow:hidden;
    background:#000;
}
.movie-video video{
    width:100%;
    display:block;
    aspect-ratio:16/9;
    object-fit:cover;
}
.movie-info{
    padding-top:0;
}
.movie-info .movie-title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	color: #ffffff;
	text-transform: uppercase;
}
.movie-price{
    color:#ff9800;
    font-size:22px;
    font-weight:800;
    margin-bottom:28px;
}
.payment-success{
    background:#0d5f2f;
    border:1px solid #1db954;
    border-radius:8px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    color:#49e27d;
	font-size:15px;
    font-weight:700;
    margin-bottom:15px;
}
.payment-success i{
    font-size:18px;
}
.download-btn{
    width:100%;
    height:48px;
    background:#e50914;
    color:#fff;
    font-size:16px;
    font-weight:700;
    border-radius:8px;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    transition:.3s;
}

.download-btn:hover{
    background:#c70e17;
    color:#ffffff;
}

.expire-info{
    text-align:center;
    font-size: 13px;
	color: #919191;
    margin-top:14px;
}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:991px){
    .movie-layout{
        grid-template-columns:1fr;
    }
    .movie-price{
        font-size:24px;
    }
	.search-results .most-movie-block {
		grid-template-columns: repeat(4, 1fr); 
	}
	.search-results .most-tvshow-block {
		grid-template-columns: repeat(3, 1fr); 
	}

}

@media(max-width:576px){

    .movie-layout{
        gap:20px;
        padding:12px;
    }

    .movie-price{
        font-size:18px;
        margin-bottom:18px;
    }

    .payment-success{
        height:auto;
        padding:15px;
        text-align:center;
    }

    .download-btn{
        height:50px;
        font-size:18px;
    }

    .expire-info{
        font-size:13px;
        line-height:1.5;
    }

}

@media (max-width: 1200px) {
.most-movie-block { 
	grid-template-columns: repeat(4, 1fr); 
}
.most-tvshow-block{
	grid-template-columns: repeat(4, 1fr); 
}
.shelf-section .most-movie-block {
    grid-template-columns: repeat(4, 1fr); 
}	
}

@media (max-width: 991px) {
.most-movie-block { 
	grid-template-columns: repeat(3, 1fr);
	gap: 10px; 
}
.most-tvshow-block{
	grid-template-columns: repeat(3, 1fr); 
	gap:10px;
}
.shelf-section .most-movie-block {
    grid-template-columns: repeat(3, 1fr); 
}	
.popup-view{
	padding-top: 40px;
}
}

@media (max-width: 639px) {
.most-movie-block { 
	grid-template-columns: repeat(3, 1fr); 
}
.search-results .most-movie-block {
	grid-template-columns: repeat(3, 1fr); 
}
.search-results .most-tvshow-block {
    grid-template-columns: repeat(2, 1fr); 
}
}

/* Responsive Layout Adjustments Style CSS */
@media (max-width: 991px) {
.app-header .search-container{
	display:none;
}	
.offcanvas-body .search-container{
	display:block;
} 
.footer-area{
	padding-left:0 !important;
	padding-right:0 !important;
	padding-bottom:75px;
} 
.hero-slide-item {
	height: 80vh;
}
}

@media (max-width: 767px) {
.shelf-title {
	font-size: 1rem;
}  
.view-all-link {
	font-size: 0.75rem;
}
.prev-arrow {
	left: 0px;
}
.next-arrow {
	right: 0px;
}
.app-bottom-nav{
	display:block;
}
.scroll-top {
	bottom: 65px;
}  
.shelf-section .most-movie-block {
    grid-template-columns: repeat(2, 1fr); 
}
.hero-thumb-nav-container {
	display: none;
}
}

@media (max-width: 576px) {
.btn-movie{
	font-size: 12px;
	padding:0 15px;
}
.slide-content-inner {
	bottom: 30px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.premium-label {
	right: 5px;
	top: 5px;
	width: 22px;
	height: 22px;
	font-size: 10px;
	line-height: 22px;
}
.app-portrait-carousel h3.movie-card-title, .app-landscape-carousel h3.movie-card-title{
	font-size: 0.8rem;
}
.shelf-section .most-movie-block {
    grid-template-columns: repeat(3, 1fr); 
}
.movie-card-title{
	font-size: 0.8rem;
}
.detail-list-item h2{
	font-size:20px;
}
.most-tvshow-block{
	grid-template-columns: repeat(1, 1fr); 
}
.search-container-input{
	font-size:20px;
}
.hero-slider-wrapper .owl-dots {
	left: 0;
    bottom: 5px;
    right: 0;
    justify-content: center;
}
.hero-slide-item {
	height: 38vh;
}
.movie-info .movie-title {
	font-size: 22px;
}  
.genre-badge-group{
	display:none;
}
.slide-content-inner .movie-title{
	font-size: 14px;
    margin-bottom: 0;
}
.lb-season-item span {
	font-size: 14px;
}  
.movie-btn-group {
	display: flex;  
	width: 100%;    
	gap: 10px;      
}
.movie-btn-group .btn-movie {
	flex: 1;             
	text-align: center;  
	padding: 10px 5px;   
	font-size: 13px;     
}	
.price-label {
	border-radius: 4px;
	font-size: 10px;
	padding: 2px 6px;
	font-weight: 600;
}
}