/* /Components/Layout/Footer.razor.rz.scp.css */
.footerStyle[b-szk3gupukx] {
    background-color: var(--cf-theme-900);
}

    .footerStyle a[b-szk3gupukx] {
        color: var(--cf-theme-200);
    }

        .footerStyle a:hover[b-szk3gupukx] {
            color: var(--cf-theme-core);
        }

.bi[b-szk3gupukx] {
    font-size: 1.5rem;
    padding-inline-start: .5rem;
}
/* /Components/Layout/HomeLayout.razor.rz.scp.css */
.homeStyle[b-9p43qz5u80] {
    background: linear-gradient(to right, rgba(181,53,132,.95) 0%, rgba(8, 7, 102,.8) 40%, rgba(8, 7, 102,.95   ) 100%), url("/images/NowPlayingBG.jpg");
    color: var(--cf-light-color);
}
/* /Components/Layout/HomeMenu.razor.rz.scp.css */
nav.navStyle[b-5p4rutclnu] {
    background-color: var(--cf-theme-850);
}

.nav-item[b-5p4rutclnu] {
    --bs-navbar-hover-color: var(--cf-theme-400);
    --bs-nav-link-hover-color: var(--cf-theme-400);
}

.dropdown-menu[b-5p4rutclnu] {
    background-color: var(--cf-theme-900);
}

.dropdown:has(.nav-link.active) .dropdown-toggle[b-5p4rutclnu] {
    color: var(--bs-navbar-active-color);
}
/* /Components/Layout/TopNavMenu.razor.rz.scp.css */
nav.navStyle[b-9t7g93kbva] {
    background-color: var(--cf-theme-850);
}

.nav-item[b-9t7g93kbva] {
    --bs-navbar-hover-color: var(--cf-theme-400);
    --bs-nav-link-hover-color: var(--cf-theme-400);
}

.dropdown-menu[b-9t7g93kbva] {
    background-color: var(--cf-theme-900);
}

.dropdown:has(.nav-link.active) .dropdown-toggle[b-9t7g93kbva] {
    color: var(--bs-navbar-active-color);
}

[b-9t7g93kbva] form .form-control {
    background-color: var(--cf-theme-800);
}
/* /Components/Pages/Home.razor.rz.scp.css */
.pageStyle[b-8qfyb57ju1] {
    background: url(images/LandingPageBG.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.title[b-8qfyb57ju1] {
    font-family: var(--cf-title-font);
    font-size: 3rem;
    color: var(--cf-light-color);
    line-height: 3rem;
}

.subTitle[b-8qfyb57ju1] {
    font-size: 1rem;
    font-family: var(--cf-body-font);
}

.devicons[b-8qfyb57ju1] {
    font-size: 2rem;
}

@media (min-width: 992px) {
    .title[b-8qfyb57ju1] {
        font-size: 3.5rem;
        line-height: 3rem;
    }

    .subTitle[b-8qfyb57ju1] {
        font-size: 1.5rem;
    }

    .devicons[b-8qfyb57ju1] {
        font-size: 2.5rem;
    }
}

.btn-home[b-8qfyb57ju1] {
    font-size: .82rem;
}
/* /Components/Pages/MovieById.razor.rz.scp.css */
#movie-details[b-b0iz0w7uza] {
    color: var(--cf-light-color);
    background: var(--background) center center / cover no-repeat, linear-gradient(rgba(2,2,2,.5), rgba(0,0,0,.9));
    background-blend-mode: overlay;
}

#movie-wrapper[b-b0iz0w7uza] {
    backdrop-filter: blur(2px);
}

#movie-poster[b-b0iz0w7uza] {
    border-radius: 15px;
    border-color: rgba(255,255,255,.6);
    border-width: 1px;
    max-width: 300px;
    width: 100%;
    height: auto;
    cursor: pointer;
}

#movie-poster:hover[b-b0iz0w7uza] {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}

.modal-background[b-b0iz0w7uza] {
    background-color: var(--cf-theme-900);
    color: var(--cf-light-color);
}

.modal-header button[b-b0iz0w7uza] {
    color: var(--bs-warning);
    background-color: transparent;
    border: none;
    font-size: 2rem;
}

span.genre-item[b-b0iz0w7uza] {
    cursor: pointer;
    background-color: var(--cf-theme-core) !important;
}

    span.genre-item:hover[b-b0iz0w7uza] {
        background-color: var(--cf-theme-800) !important;
    }
/* /Components/Pages/Popular.razor.rz.scp.css */
.filters-container label[b-8grut23qck] {
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 2px;
    display: block;
    color: #555;
}

.filter-group[b-8grut23qck] {
    display: flex;
    flex-direction: column;
    width: 140px; /* desktop/tablet width */
}

/* Mobile layout (side-by-side) */
@media (max-width: 576px) {
    .filters-container .d-flex[b-8grut23qck] {
        justify-content: space-between !important;
        width: 100%;
    }

    .filter-group[b-8grut23qck] {
        width: 48%; /* side-by-side */
        min-width: 0; /* prevent weird overflow */
    }

    .form-select-sm[b-8grut23qck] {
        font-size: 0.85rem;
    }
}
/* /Components/UI/ActorSwiper/ActorSwiper.razor.rz.scp.css */
.swiper-container[b-u57h4cfsml] {
    position: relative;
}

    .swiper-container button[b-u57h4cfsml] {
        position: absolute;
        color: var(--cf-theme-800);
        background-color: var(--cf-light-color);
        height: 3rem;
        width: 3rem;
        font-size: 1.5rem;
        border: solid 1px var(--cf-theme-300);
        box-shadow: 1px 2px 4px var(--cf-theme-900);
        border-radius: 50%;
        top: calc(50% - 2rem);
    }

    .swiper-container .nav-btn-prev[b-u57h4cfsml]  {
        left: 1rem;
    }

    .swiper-container .nav-btn-next[b-u57h4cfsml] {
        right: 1rem;
    }

.swiper-content[b-u57h4cfsml] {
    padding: .5rem 4rem;
    scroll-behavior: smooth;
}

.swiper-content[b-u57h4cfsml]::-webkit-scrollbar {
    height: 6px;

}

.swiper-content[b-u57h4cfsml]::-webkit-scrollbar-track {
    background-color: var(--cf-grey-300);
    border-radius: 5px;
}

.swiper-content[b-u57h4cfsml]::-webkit-scrollbar-thumb {
    background-color: var(--cf-theme-800);
    border-radius: 5px;
}

@supports not selector(::-webkit-scrollbar) {
    .swiper-content[b-u57h4cfsml] {
        scrollbar-color: var(--cf-theme-800) var(--cf-grey-300);
        scrollbar-width: thin;
    }
}
/* /Components/UI/ActorSwiper/ActorSwiperIrem.razor.rz.scp.css */
.actor-img[b-bc056sk5w3] {
    height: 8rem;
    border-radius: 50%;
    aspect-ratio: 1/1;    
    object-fit: cover;
    offset-position: center;
}

.swiper-item[b-bc056sk5w3] {
    cursor: pointer;
}

    .swiper-item:hover .actor-img[b-bc056sk5w3] {
        transform: scale(1.05);
        transition: transform 0.3s ease-in-out;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
    }
/* /Components/UI/CastCard.razor.rz.scp.css */
.movieCard[b-24rij7ymbr] {
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    transition: transform .2s ease-in-out;
}

    .movieCard:hover[b-24rij7ymbr] {
        transform: scale(1.03);
        z-index: 99;
    }

.movieCardFooter .btn[b-24rij7ymbr] {
    font-size: .8rem;
}
/* /Components/UI/LoadingOverlay.razor.rz.scp.css */
.loading-overlay[b-26vtawhtqv] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Spinner container */
.spinner[b-26vtawhtqv] {
    width: 70px;
    height: 70px;
    border: 6px solid rgba(255,255,255,0.35);
    border-top-color: var(--bs-light);
    border-radius: 50%;
    animation: spin-b-26vtawhtqv 0.9s linear infinite;
}

@keyframes spin-b-26vtawhtqv {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Components/UI/MovieCard.razor.rz.scp.css */
.movieCard[b-aum801ukxc] {
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    transition: transform .2s ease-in-out;
}

    .movieCard:hover[b-aum801ukxc] {
        transform: scale(1.03);
        z-index: 99;
    }

.movieCardFooter .btn[b-aum801ukxc] {
    font-size: .8rem;
}
/* /Components/UI/MovieLightbox.razor.rz.scp.css */
.lightbox-overlay[b-w2bgt95buu] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity .25s ease;
}

    .lightbox-overlay.show[b-w2bgt95buu] {
        display: flex;
        opacity: 1;
    }

.lightbox-content[b-w2bgt95buu] {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.lightbox-image[b-w2bgt95buu] {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
}

.lightbox-close[b-w2bgt95buu] {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #000;
    color: #fff;
    font-size: 28px;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
/* /Components/UI/Pagination.razor.rz.scp.css */
.pagination .page-link[b-q03hcznhv6] {
    padding: 0.35rem 0.65rem;
}

.pagination .page-item[b-q03hcznhv6] {
    margin: 0 2px;
}

@media (max-width: 576px) {
    .pagination .page-item[b-q03hcznhv6] {
        display: none;
    }

        /* Always show Prev / Next */
        .pagination .page-item:first-child[b-q03hcznhv6],
        .pagination .page-item:last-child[b-q03hcznhv6] {
            display: inline-block;
        }

        /* Show first 3 pages */
        .pagination .page-item:nth-child(2)[b-q03hcznhv6],
        .pagination .page-item:nth-child(3)[b-q03hcznhv6],
        .pagination .page-item:nth-child(4)[b-q03hcznhv6] {
            display: inline-block;
        }

        /* Keep active page visible */
        .pagination .page-item.active[b-q03hcznhv6] {
            display: inline-block;
        }
}
