.swiper {
    margin-bottom: 1.75em;
}
.section-padding-top {
    padding: 1.75em 0 0 0;
}
.text-capitalize {
    text-transform: capitalize !important;
    color: white;
    
}
.based-backgound{

background-image:url('../../images/background-tricolor.avif');

background-size:cover;

background-position:center;

background-repeat:no-repeat;

background-attachment:fixed;

min-height:100vh;

}

.slider-thumb-bg{

width:100% !important;

height:550px !important;

/* Crop thumbnail */
background-size:cover !important; 

/* Adjust crop position */
background-position:center center !important;

/* No repeat */
background-repeat:no-repeat !important;

border-radius:20px;

position:relative;

overflow:hidden;

}

/* Tablet */
@media(max-width:991px){

.slider-thumb-bg{

height:350px !important;

/* less crop */
background-position:center 30% !important;

border-radius:16px !important;

}

}


/* Mobile */



/* Mobile Fix */
@media(max-width:767px){

.slider-thumb-bg{

height:380px !important;

background-size:cover !important;

/* move image upward */
background-position:center top !important;

/* fine tuning */
background-position-y:-45px !important;

background-repeat:no-repeat !important;

}

.swiper-pagination,

.swiper-pagination-bullets,

.home-slider .swiper-pagination{

display:none !important;

}



}


/* Trailer button */
.playbtn{

position:absolute;

top:50%;

left:50%;

transform:translate(-50%,-50%);

z-index:5;

}

@media(max-width:991px){

.slider-thumb-bg{

height:320px;

}

}

/* Mobile */

@media(max-width:991px){

.slider-thumb{

height:300px;

}

}

.poster-wrap{
    width: 100% !important;
    height: 450px !important;
    overflow: hidden !important;
    position: relative !important;
    background: #000 !important;
    line-height: 0 !important;
}

.slider-thumb{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
}
.genre-badge{
display:inline-block;
padding:6px 12px;
margin:4px 6px 4px 0;
border:1px solid #ddd;
border-radius:8px;
background:#fff;
font-size:14px;
line-height:1;
}

.genre-badge a{
text-decoration:none;
color:black !important;
display:block;
}

.genre-badge:hover{
background:#f5f5f5;
}

.cast-more-btn{
border:none;
background:none;
color:#0d6efd;
cursor:pointer;
font-size:13px;
font-weight:600;
padding-left:4px;
}

.cast-more-btn:hover{
text-decoration:underline;
}

/* Straight + Clean + Blood Red Border */
/* Dark Indian Tricolor + Black Border */
.hero-title{
    font-family: "Arial Black", Arial, sans-serif;

    font-size: clamp(28px, 3vw, 40px);
    font-weight: 900;

    text-align: center;
    margin: 0;
    line-height: 1.15;
    letter-spacing: 1px;

    /* Darker Tricolor */
    background: linear-gradient(
        to bottom,
        #CC6A00 0%,   /* Dark Saffron */
        #D9D9D9 50%,  /* Soft Dark White */
        #006B2D 100%  /* Dark Green */
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Dark Black Border */
    -webkit-text-stroke: 1.5px #000;

    /* Sharp clean effect */
    text-shadow: 1px 1px 1px rgba(0,0,0,.15);
}
.hero-subtitle{
    font-family: Arial, sans-serif;

    font-size: clamp(14px, 1.4vw, 20px);
    font-weight: 700;

    color: #c40010; /* Deep cinematic red */

    margin-top: 8px;

    letter-spacing: .5px;
    text-align: center;

    /* Clean black outline */
    -webkit-text-stroke: .4px #000;

    /* Sharp readability */
    text-shadow: 1px 1px 1px rgba(0,0,0,.15);
}
.thumb-box{
    width:100%;
    overflow:hidden;
    border-radius:10px;
    background:#000;
}

.thumb-box a img{
    
    object-position:center center !important;
    transform:scale(1.08) !important;
}

/* Default → Desktop */
.mobile-view{
    display:none;
}

.desktop-view{
    display:block;
}

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

.desktop-view{
    display:none !important;
}

.mobile-view{
    display:block !important;
}

/* remove black bars from thumbnail */
.mobile-view .thumb-box{
    width:100%;
    overflow:hidden;
    border-radius:10px;
    background:#000;
}

.mobile-view .thumb-box img{
     object-position:center center !important;
    transform:scale(1.08) !important;
}

/* text spacing */
.mobile-view .iq-progress-left-data{
    font-size:12px;
}

.mobile-view .movie-list-item{
    margin-bottom:0;
}

}
