﻿:root {
    --bg:#16161b;
    --panel:#1f1f25;
    --muted:#9aa0a6;
    --accent:#f6c453;
}

html, body {
    height: 100%;
}

body {
    background: var(--bg);
    color: #fff;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* Header */
.site-header {
    background: linear-gradient(180deg, rgba(20,20,24,0.95), rgba(18,18,20,0.85));
    border-bottom: 1px solid rgba(255,255,255,0.03);
    position: sticky;
    top: 0;
    z-index: 1050;
}

.brand {
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: -1px;
}

.nav-link {
    color: #d6d8db;
}

    /*.nav-link.active {
        border-bottom: 2px solid var(--accent);
        color: #fff;
    }*/

/* Top banner (ad) */
.top-banner {
    background: url('banner.jpg') center/cover no-repeat;
    height: 78px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.5);
}

/* Main hero area */
.hero-wrap {
    padding: 28px 0;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 220px 1fr 220px;
    gap: 20px;
    align-items: center;
}

/* side columns: vertical carousel look */
.side-stack {
    height: 520px;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.12));
    border-radius: 8px;
    overflow: hidden;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.side-card {
    flex: 1 1 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.35), rgba(255,255,255,0.02));
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .side-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(0.7);
    }

/* center hero card */
.hero-card {
    height: 520px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 16px 40px rgba(0,0,0,0.6);
}

    .hero-card .carousel-item {
        height: 100%;
    }

        .hero-card .carousel-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: brightness(0.9);
        }

/* overlay gradient and content */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.08) 30%, rgba(0,0,0,0.8) 85%);
    display: flex;
    align-items: flex-end;
    padding: 28px;
}

.hero-meta {
    max-width: 65%;
}

.hero-title {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.hero-actions .btn {
    border-radius: 8px;
}

/* rating pill on hero right */
.rating-pill {
    position: absolute;
    right: 32px;
    bottom: 94px;
    background: rgba(255,255,255,0.06);
    padding: 12px 16px;
    border-radius: 12px;
    text-align: center;
}

    .rating-pill .stars {
        color: var(--accent);
        font-size: 1.1rem;
    }

/* content rows below */
.content-row {
    max-width: 1280px;
    margin: 18px auto;
}

.card-movie {
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.25));
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.03);
}

    .card-movie img {
        width: 100%;
        height: 160px;
        object-fit: cover;
        display: block;
    }

/* small details */
.search-input {
    width: 420px;
    max-width: 48vw;
}

@media (max-width: 1100px) {
    .hero-wrap {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .side-stack {
        display: none;
    }

    .hero-meta {
        max-width: 100%;
    }

    .search-input {
        width: 260px;
    }
}

.headerWrap {
    margin: 14px 20px 0px;
    height: 63px;
    font-size: 14px !important;
}

    .headerWrap .search-input {
        background: none !important;
    }

.search-input::placeholder {
    color: #ffffff !important;
    opacity: 1;
    font-size: 12px;
}

#txtSearch {
    font-size: 12px;
}

.headerWrap #btnLanguage, #btnLogin, #btnPlan {
    font-size: 14px !important;
}

footer .sociacon {
    background-color: #fff !important;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

@media screen and (min-width: 1200px) {
    .footerMenu {
        /*margin: 24px 0 0;*/
    }
}

@media screen and (min-width: 900px) {
    .footerMenu {
        clear: left;
        float: left;
        /*margin: 32px 0 0 36px;*/
        text-align: left;
    }
}

.footerMenu ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}


@media screen and (min-width: 1200px) {
    .footerMenu ul li:first-child {
        padding-left: 0;
    }
}

.footerMenu ul li {
    border: 0;
    display: inline-block;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 8px 24px;
    position: relative;
    text-align: left;
}

    .footerMenu ul li:after {
        background: #9a9aa6;
        bottom: 0;
        content: "";
        height: 13px;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 1px;
    }
    .footerMenu ul li:last-child::after{
        display: none;

    }

.footerMenu ul li {
    border: 0;
    display: inline-block;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 8px 24px;
    position: relative;
    text-align: left;
}

@media screen and (min-width: 1200px) {
    .megaMenuFooter {
        margin: 0 15px;
        overflow: hidden;
        padding: 40px 0 0;
    }
}

.megaMenuFooter {
    clear: both;
    /*padding: 32px 0 0;*/
}
/* Desktop: 6 columns layout */
@media screen and (min-width: 1200px) {

    /* Each column width (100 / 6 = 16.66% but adjusted to 13.66% as per your layout) */
    .megaMenuFooter .menuGrid {
        box-sizing: border-box;
        float: left;
        padding: 0 15px;
        width: 13.6666%;
    }

        /* Clear after every 6 columns */
        .megaMenuFooter .menuGrid:nth-child(6n+1) {
            clear: left;
        }
}

@media screen and (min-width: 1200px) {
    .megaMenuFooter .menuGrid .Collapsible .Collapsible__contentOuter .Collapsible__contentInner ul li a {
        display: inline-block;
        padding: 4px 0;
    }
}

@media screen and (min-width: 900px) {
    .megaMenuFooter .menuGrid .Collapsible .Collapsible__contentOuter .Collapsible__contentInner ul li a {
        padding-right: 20px;
    }
}

.megaMenuFooter .menuGrid .Collapsible .Collapsible__contentOuter .Collapsible__contentInner ul li a {
    color: hsla(0, 0%, 85%, .5);
    cursor: pointer;
    display: block;
    font-family: NotoSansRegular, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5em;
    overflow: hidden;
    padding: 4px 0 4px 14px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.noSelect, button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (min-width: 1200px) {
    .megaMenuFooter .menuGrid .Collapsible .Collapsible__contentOuter .Collapsible__contentInner ul li {
        float: none;
        width: auto;
    }
}

@media screen and (min-width: 900px) {
    .megaMenuFooter .menuGrid .Collapsible .Collapsible__contentOuter .Collapsible__contentInner ul li {
        float: left;
        width: 50%;
    }
}

.megaMenuFooter ul li {
    opacity: 0.5;
}

.zee-slide {
    height: 480px;
    background-size: cover;
    background-position: center;
    position: relative;
}

    /* Gradient overlay */
    .zee-slide::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.3), rgba(0,0,0,0));
    }

.zee-content {
    position: absolute;
    left: 40px;
    bottom: 40px;
    color: #fff;
}

    /*.zee-content h2 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 15px;
    }*/

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

/* Dots styling */
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #999;
}

.carousel-indicators .active {
    background-color: #fff;
}

.movie-slider {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 0 5px;
}

.movie-card {
    position: relative;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform .2s ease;
}

    .movie-card:hover {
        transform: scale(1.22);
        z-index:2;
        border: 3px solid #ddd;
    }

    /* ⬆ INCREASED HEIGHT */
    .movie-card img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.movie-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
    color: white;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .3s ease, transform .3s ease;
}

.movie-card:hover .movie-info {
    opacity: 1;
    transform: translateY(0);
}

.movie-info .title {
    font-size: 14px;
    margin: 0;
}

.movie-info p {
    font-size: 11px;
    margin: 5px 0 0;
    color: #ddd;
}

@media (max-width: 1200px) {
    .movie-slider {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .movie-slider {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .movie-slider {
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 12px;
        padding-bottom: 10px;
        scrollbar-width: none; /* Hide scrollbar */
    }

        .movie-slider::-webkit-scrollbar {
            display: none;
        }

    .movie-card {
        flex: 0 0 120px; /* Width of each card (looks like screenshot) */
        height: 180px; /* Height of card */
        border-radius: 10px;
    }

        .movie-card img {
            border-radius: 10px;
        }

    .movie-info {
        display: none; /* Hide text on mobile (same as screenshot) */
    }
}
/* Wrapper for rank + card */
.movie-rank-card {
    position: relative;
    flex: 0 0 220px; /* card width */
    height: 340px; /* card height area */
}

    /* Large ranking numbers */
    .movie-rank-card .rank-number {
        position: absolute;
        left: -20px;
        bottom: 0;
        font-size: 160px;
        font-weight: 800;
        color: rgba(255,255,255,0.12); /* Light faded effect */
        line-height: 1;
        z-index: 1;
    }

@media (max-width: 768px) {

    .movie-rank-card {
        flex: 0 0 140px;
        height: 220px;
    }

    .movie-card {
        width: 140px;
        height: 200px;
    }

    .movie-rank-card .rank-number {
        font-size: 90px;
        left: -10px;
        bottom: -10px;
    }
}
/* SECTION: Top 10 Movies */
.top10-section {
    padding-bottom: 10px;
}

/* Slider row */
.top10-slider {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 20px;
}

    .top10-slider::-webkit-scrollbar {
        display: none;
    }

/* Wrapper for rank + card */
.top10-rank-card {
    position: relative;
    flex: 0 0 220px;
    height: 340px;
}

/* Ranking numbers */
.top10-rank-number {
    position: absolute;
    left: -20px;
    bottom: 0;
    font-size: 160px;
    font-weight: 800;
    color: rgba(255 255 255 / 84%);
    line-height: 1;
    z-index: 1;
}

/* Movie Card */
.top10-movie-card {
    margin-top: 57px;
    margin-left: 35px;
    width: 222px;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transition: 0.3s ease-in-out;
}

    .top10-movie-card img {
        width: 75%;
        height: 90%;
        object-fit: cover;
    }

    /* Hover effect */
    .top10-movie-card:hover {
        transform: scale(1.20);
    }

/* MOBILE */
@media (max-width: 768px) {

    .top10-rank-card {
        flex: 0 0 140px;
        height: 220px;
    }

    .top10-movie-card {
        width: 140px;
        height: 200px;
    }

    .top10-rank-number {
        font-size: 90px;
        left: -10px;
        bottom: -10px;
    }
}
/* Badge Top-Right */
.badge-free {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #ff0059;
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 5px;
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
/* 4K Badge */
.badge-4k {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 26px;
    font-weight: 900;
    color: #e9e9e9;
    font-family: 'Arial Black', sans-serif;
    letter-spacing: -1px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6); /* adds clarity like OTT apps */
}
/* COMING SOON Badge */
.badge-comingsoon {
    position: absolute;
    top: 8px;
    right: 8px;
    background: linear-gradient(90deg, #ff0048, #ff6a00);
    color: white;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 4px 4px 4px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    z-index: 5;
}
/* LIVE Badge */
.badge-live {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(90deg, #2a292847, #f7f7f400);
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    z-index: 5;
}

/* Red animated dot */
.live-dot {
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 6px rgba(255,0,0,0.8);
}

.badge-superhit {
    position: absolute;
    top: 8px;
    right: 8px; /* Change to left:8px; if needed */
    background: #8b02ff; /* Bright purple */
    color: #ffdf2b; /* Yellow font */
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    z-index: 10;
}

.badge-new {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 900;
    color: #2b0066; /* deep purple text */
    text-shadow: 0 2px 4px rgba(0,0,0,0.4);
    background: linear-gradient(180deg, #ffe56b 0%, #f9c800 40%, #e0a400 70%, #b67a00 100% );
    border-radius: 10px;
    border: 2px solid #ffef9e;
    box-shadow: inset 0 2px 4px rgba(255,255,255,0.8), 0 3px 6px rgba(0,0,0,0.35);
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* QR Scanner */
.qr-stylish-box {
    background: rgba(255, 255, 255, 0.05);
    padding: 18px;
    border-radius: 16px;
    width: 180px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: auto;
    transition: 0.3s;
    margin-right: 17px;
    margin-bottom: 36px;
}

    .qr-stylish-box:hover {
        transform: translateY(-4px);
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.12);
    }

.qr-border {
    padding: 6px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff2d55, #ff9500, #ffc600);
}

.qr-stylish-img {
    width: 100%;
    height: auto;
    max-width: 130px;
    border-radius: 12px;
    background: #fff;
}

.qr-stylish-text {
    margin-top: 10px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
}

/* Responsive Mobile */
@media (max-width: 576px) {
    .qr-stylish-box {
        width: 150px;
        padding: 15px;
        margin-left: 100px;
        margin-top: 13px;
    }

    .qr-stylish-img {
        max-width: 100px;
    }

    .qr-stylish-text {
        font-size: 12px;
    }
}

.hero-sliderr {
    position: relative;
    height: 75vh;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

/* VIDEO */
.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

/* CONTROLS */
.video-controls {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    opacity: 0;
    transition: 0.3s;
    z-index: 3;
}

.video-slide:hover .video-controls {
    opacity: 1;
}

.play-btn,
.mute-btn {
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    font-size: 22px;
    padding: 14px 18px;
    border-radius: 50%;
    cursor: pointer;
}

.mute-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* CONTENT */
.hero-content {
    position: absolute;
    bottom: 50px;
    left: 40px;
    z-index: 2;
    color: #fff;
}

    .hero-content h2 {
        font-size: 36px;
        font-weight: 700;
    }

/* MOBILE */
@media(max-width:768px) {
    .hero-sliderr {
        height: 45vh;
    }

    .hero-content h2 {
        font-size: 22px;
    }
}

 /* ZEE5 Style Carousel */
        .zee-slide {
            position: relative;
            width: 100%;
            height: 70vh;
            min-height: 420px;
            background-size: cover !important;
            background-position: center !important;
            background-repeat: no-repeat !important;
            border-radius: 8px;
            overflow: hidden;
        }

        .zee-content {
            position: absolute;
            left: 40px;
            bottom: 50px;
            color: #fff;
        }

            /*.zee-content h2 {
                font-size: 48px;
                font-weight: bold;
            }*/

            .zee-content .buttons .btn {
                padding: 10px 20px;
                font-size: 16px;
            }

        .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
        }

        @media (max-width: 768px){
            .zee-slide{
                height: 18vh;
                min-height: 250px;
            }
        }

       /* Apply transform to the image by default */
.movie-card .RecomImage {
    transform: scale(0.1); /* Assuming the image grows or has some transformation */
    transition: transform 0.3s ease; /* Smooth transition */
}

/* On hover, remove the transform */
.movie-card .RecomImage:hover {
    transform: none !important;
}
.LimitHeight{
    height: 700px;
    overflow-x: hidden;
    overflow-y: scroll;
}




       


