* {
    box-sizing: border-box;
    outline: 0;
}
html {
    height: 100%;
}
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, img, strong, ul, li, form,
footer, header, nav, section, video {
    margin: 0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
footer, header, nav, section {
    display:block;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
input, select {
    vertical-align:middle;
    outline: none;
}
body {
    background: #2c2c2c;
    font-family: Tahoma, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    height: 100%;
    min-height: 100%;
}
[lang="ur"] body {
    text-align: right !important;
    direction: rtl;
}
a {
    color: #e5e5e5;
    text-decoration: none;
}
h1 {
    padding: 10px 10px 5px;
    font-size: 21px;
    line-height: 32px;
    text-align: left;
    font-weight: normal;
}
.vs h1 {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    font-size: 20px;
    line-height: 30px;
}
[lang="ur"] h1,
[lang="ur"] h2 {
    text-align: right;
}
h2 {
    font-size: 19px;
    line-height: 40px;
    text-align: left;
    color: #9E9E9E;
}
h3 {
    position: relative;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    background: #fff;
    white-space: nowrap;
    padding: 0 60px 0 5px;
    text-overflow: ellipsis;
    color: #000;
    text-align: left;
}
[lang="ur"] h3 {
    padding: 0 5px 0 45px !important;
    text-align: right !important;
}
h4 {

}
.cs h3 {
    font-size: 16px;
    line-height: 29px;
    padding: 0 55px 0 5px;
}
h6 {font-size: 13px!important;font-weight: 400;color: #9E9E9E;margin: -15px 0 0;padding: 0;text-align: center;text-transform: uppercase;letter-spacing: 3px;}
.w {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 5px;
    max-width: 1470px;
}
[lang="ur"] .w {

}
header {
    position: static;
    
}
header:after {
    content: '';
    display: block;
    clear: both;
}
[lang="ur"] header {
    left: auto;
    right: 0;
}
.cl:after {
    display: table;
    content: "";
    clear: both;
}
.l {
    text-align: center;
    padding: 10px 5px;
    float: left;
}
.l a {
    display: inline-block;
font-size: 24px;line-height: 40px;font-weight: bold;}
.l a span {
    color: #ab32b2;
}
.l a img {
    display: block;
}

.l h1 {
    font-size: 12px!important;
    font-weight: 500;
    color: #000000;
    margin: -15px 0 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.adv {
    background-color: #ffffff;
    height: 250px;
    margin: 0;
    padding: 0;
    width: 300px;
}

.advbox {
    display: flex;           /* Use flexbox layout */
    flex-wrap: wrap;         /* Allow wrapping on smaller screens */
    justify-content: center; /* Center banners horizontally */
    gap: 10px;               /* Add spacing between banners */
    font-size: 14px;
    margin: 0 auto;
    padding-left: 10px;
    width: 960px;
}

.advout {
    background-color: #fff;
 /*    flex: 0 1 300px;  Set width to 300px with flexible behavior */
    margin: 5px 0;   /* Adjust spacing if needed */
}

.mms {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #000;
    cursor: pointer;
}
.mmx {
    z-index: 2;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #000;
    cursor: pointer;
}
.menu-opened .mmx {
    display: block;
}
.nav {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 40px;
    z-index: 2;
    background: rgba(255,255,255,0.95);
    transition: .5s ease margin-left;
}
.nav .w {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 50px;
}
.menu-opened .nav {
    visibility: visible;
}
.s {
    position: relative;
}
.s input {
    width: 100%;
    height: 40px;
    padding: 0 45px 0 15px;
    border-radius: 5px;
    background: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    font-family: Tahoma, sans-serif;
    color: #000;
    border: 1px solid #000;
    border-radius: 3px;
}
.s button {
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    height: 38px;
    width: 38px;
    border: 0;
    border-radius: 2px;
    color: #fff;
    background: #159bc4;
    text-align: center;
    font-size: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.s:after {
}
.n {
    text-align: center;
}
[lang="ur"] .n {
    text-align: right;
}
.n li {
    display: block;
    margin: 5px 0;
}
.n a {
    height: 50px;
    display: block;
    color: #000;
    font-size: 21px;
    line-height: 50px;
    padding: 0 5px;
    border-radius: 5px;
}
.n a i {
    font-size: 22px;
    position: relative;
    top: 2px;
}
.n li.a a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: #e84448;
}
[lang="ur"] .n li.a a {
    border-left: 0;
    margin-left: 0;
    border-right: 10px solid #e84448;
    margin-right: 0;
}
.n li.x a {
    color: #e84448;
}
.n .dropdown {
    display: none;
}

/* CSS for centering the banner */
#banner {
    display: flex;
    justify-content: center;
}

#language_switcher {
    position: relative;
}
#language_switcher > a {
    cursor: pointer;
}
#language_switcher > div i {
    float: right;
}
[lang="ur"] #language_switcher > div i {
    float: left;
}
#language_switcher > ul {
    display: none;
    padding: 5px 10px 0;
    overflow: auto;
}
#language_switcher > ul li {
    margin: 5px 0;
    overflow: hidden;
    float: left;
    width: 50%;
}
#language_switcher > ul li a {
    display: block;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    color: #000;
    height: 24px;
}
.ac {
    padding: 10px;
}
.act {
    color: #aaa;
    margin-bottom: 10px;
}
.acf {
    margin-bottom: 10px;
}
.acf input {
    width: 100%;
    height: 40px;
    padding: 0 15px 0 15px;
    border-radius: 5px;
    background: #000;
    border-radius: 0;
    -webkit-appearance: none;
    font-family: Tahoma, sans-serif;
    color: #fff;
    border: 1px solid #555;
    border-radius: 3px;
}
.ac ul li a {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.ac ul li a span{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    position: relative;
    background: #e84448;
    line-height: 16px;
    padding: 0 3px;
    border-radius: 3px;
    margin-left: 2px;
}
.qs {
    margin-bottom: 10px;
}
.qs li {
    display: inline-block;
}
.qs a {
    font-size: 17px;
    line-height: 25px;
    text-decoration: underline;
    display: block;
    padding: 0 5px;
}
.ts ul {
    letter-spacing: -10px;
}
.ts li {
    display: inline-block;
    width: 50%;
    padding: 0 5px 10px;
    letter-spacing: 0;
}
.ts a {
    display: block;
    position: relative;
    letter-spacing: 0;
    color: #000;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.25);
}
.ts img {
    display: block;
    width: 100%;
    height: auto;
}
.ts a span {
    position: absolute;
    z-index: 1;
    right: 3px;
    top: 3px;
    background: #e0e0e0;
    font-size: 12px;
    line-height: 22px;
    padding: 0 5px;
    color: #000;
}
[lang="ur"] .ts a span {
    right: auto;
    left: 3px;
}
.ts a span i {
    font-size: 18px;
    position: relative;
    top: 2px;
}
.ts .p {
    margin: 0 auto;
    text-align: center;
}
.ts .p li {
    width: 100%;
    margin: 0 2px 4px;
    display: inline-block;
    padding: 0;
}
.ts .p li a {
    height: 38px;
    padding: 0 10px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 38px;
    background: #fff;
    color: #000;
    width: 100%;
    margin: 0 0 10px;
}

.center {
    display: flex;
    justify-content: center;
    gap: 6px; /* Adjust spacing */
}

.ad-spots {
    border-top: 4px dotted #747474;
    background-color: #f5f5f5;
    overflow: hidden;
    margin-top: 10px; 
   padding: 14px 0 20px; 
    text-align: center;
}
.ad-spot {
    display: block; /* Prevent inline-block issues in flexbox */
    margin: 6px;
    background-color: #f5f5f5c;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 250px;
    overflow: hidden;
    margin: 6px 1px 0;
}
.ad-spot-2,
.ad-spot-3,
.ad-spot-4,
.ad-spot-5 {
    display: none;
}
@media all and (min-width: 660px) {
    .ad-spot-2 {
        display: inline-block;
    }
}
@media all and (min-width: 938px) {
    .ad-spot {
        float: left;
        margin: 6px 3px 0;
    }
    .ad-spot-3 {
        display: block;
    }
}
@media all and (min-width: 1244px) {
    .ad-spot-4 {
        display: block;
    }
}
@media all and (min-width: 1550px) {
    .ad-spot-5 {
        display: block;
    }
}


.ts .p li.a a {
    background-color: #e84448;
    color: #fff;
}
.bs {
    padding: 10px 5px;
    margin: 10px 0;
    font-size: 14px;
    line-height: 20px;
    border-radius: 3px;
}
.bs p {
    margin: 10px;
}
.ls {
    margin-bottom: 10px;
}
.ls h4 {
    padding: 10px 0 3px;
    margin: 0 10px;
    font-size: 24px;
    border-bottom: 1px solid #333;
}
.ls ul {
    margin: 0;
    margin: 0 5px 10px;
}
.ls ul:after {
    content: '';
    display: block;
    clear: both;
}
.ls li {
    display: block;
    float: left;
    width: 50%;
    padding: 5px 0;
}
.ls li a {
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 13px;
    line-height: 28px;
    background: border-box;
    padding: 0 5px;
}
.ls li a span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    position: relative;
    background: #e84448;
    line-height: 16px;
    padding: 0 3px;
    border-radius: 3px;
    margin-left: 2px;
}
.as {
    padding: 0 0 10px;
    text-align: center;
    letter-spacing: 0;
    vertical-align: top;
}
.as iframe,
.ass {
    display: inline-block;
    vertical-align: top;
}
.vs {
    padding: 0 0 10px;
}
.vs .cl {
    position: relative;
}
[lang="ur"] .vs .cl {
    padding-right: 0;
    padding-left: 0;
}
.vc {
    width: 100%;
    margin-bottom: 10px;
}
.v {
    position: relative;
    padding-top: 56.25%; /* 16:9 aspect ratio */
}

.big-buttons.big-buttons-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.progress-bar-bg {
    position: absolute;
    bottom: 0;
    height: 40px; /* Adjust as needed */
}

    .v .pp {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
    }
        .v > img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
        }
        .v .pp:before {
            content: '';
            z-index: 1;
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 50px;
            height: 50px;
            margin: -25px 0 0 -25px;
            border-radius: 50%;
            background: #fff;
        }
        .v .pp:after {
            content: '';
            z-index: 2;
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -14px 0 0 -9px;
            width: 0;
            height: 0;
            border-top: 14px solid transparent;
            border-bottom: 14px solid transparent;
            border-left: 24px solid #e84448;
        }
.v > img,
.v > iframe,
.v video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vt {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}
[lang="ur"] .vt {
    text-align: right;
}
.vt li {
    display: inline-block;
    margin: 0 2px 6px;
    color: #000;
}
.vt a {
    display: block;
    text-decoration: underline;
}
.vt a i {
    font-style: italic;
}
.va {
    text-align: center;
}
[lang="ur"] .va {
    right: auto;
    left: 0;
}
.va div {
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
}
.va div iframe {
    display: block;
}
.player-link {
    display: block;
    background: #159bc4;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0 0;
}
.player-link span {
    color: gold;
    font-weight: bold;
}
footer {
    padding: 20px 0;
    font-size: 12px;
    color: #aaa;
    text-align: right;
}
[lang="ur"] footer {
    text-align: left;
}
footer a {
    color: #e84448;
    text-decoration: underline;
}
.fluid_video_wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.scj_dots {
    letter-spacing: 0;
}
.fluid_nonLinear_middle {
    zoom: 0.5;
}
.close_button {
    zoom: 2;
}
.fluid_nonLinear_bottom .close_button {
    zoom: 1;
}

.fflag {
    background-image:
    url(/images/flags.png);
    background-repeat:
    no-repeat;
    background-size: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    box-sizing: content-box;
    background-clip: content-box;
    border-radius: 21%;
    width: 21px;
    height: 15px;
    border: 1px solid #555;
    margin-top: -2px;
}
.fflag:before {
    content: '';
    display: inline-block;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(circle at center -166%, rgba(255,255,255,.0) 0%, rgba(255,255,255,.0) 66%, rgba(255,255,255,.5) 80%, rgba(255,255,255,0) 80.5%, rgba(0,0,0,.02) 81%, rgba(0,0,0,.2) 100%);
    width: 21px;
    height: 15px;
}
.fflag-en {background-position:left 0}
.fflag-bn {background-position:left -15px}
.fflag-gu {background-position:center -30px}
.fflag-hi {background-position:center -45px}
.fflag-id {background-position:center -60px}
.fflag-kn {background-position:center -75px}
.fflag-ms {background-position:center -90px}
.fflag-ta {background-position:left -105px}
.fflag-te {background-position:center -120px}
.fflag-ur {background-position:center -135px}

@media (min-width: 800px) {
    .mmx,
    .mms {
        display: none;
    }
    .nav {
        position: static;
        margin: 0;
        height: auto;
        width: auto;
        box-shadow: none;
        visibility: visible;
        padding: 0;
        background: #303030;
    }
    .nav .w {
        position: static;
        transform: none;
        padding: 0 5px;
        overflow: visible;
    }
    .nav .w:after {
        content: '';
        display: block;
        clear: both;
    }
    .n {
        float: left;
    }
    .n li {
        float: left;
        margin: 0 3px;
    }
    .n a {
        height: 50px;
        font-size: 18px;
        line-height: 50px;
        border-radius: 0;
        padding: 0 10px;
        color: #fff;
    }
    .s {
        float: right;
        margin: 5px 0 0;
    }
    #language_switcher {
        position: static;
    }
    #language_switcher > ul {
        position: absolute;
        z-index: 2;
        width: 100%;
        left: 0;
        background: #000;
        padding: 5px 10px 10px;
    }
    #language_switcher > ul li {
        margin: 2px 0;
    }
    #language_switcher > ul li a {
        line-height: 30px;
        color: #fff;
        height: 30px;
    }
    #language_switcher > ul li.a a {
        background: none;
        color: #aaa;
    }
}

@media (min-width: 595px) {
    .ls li,
    .ts li {
        width: 33.333333%;
    }
}
@media (min-width: 887px) {
    .ls li,
    .ts li {
        width: 25%;
    }
}
@media (min-width: 1000px) {
    #language_switcher > ul li {
        width: 25%;
    }
}
@media (min-width: 1179px) {
    .ls li,
    .ts li {
        width: 20%;
    }
}

@media (min-width: 1024px) {
    .n a:hover {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #e84448;
        color: #fff;
        width: 100%;
    }
    [lang="ur"] .n a:hover {
        border-left: 0;
        margin-left: 0;
        border-right: 10px solid #e84448;
        margin-right: 0;
    }
    .n li.x a:hover {
        color: #555;
    }
    #language_switcher > ul li a:hover {
        color: #aaa;
        background: none;
    }
    .ac ul li a:hover {
        color: #aaa;
    }
    .ts a:hover span {
        display: none;
    }
    .ts a:hover h3 {
        background-color: #e84448;
        color: #fff;
    }
    .ts .p li a:hover {
        background-color: #e84448;
        color: #fff;
    }
    .ls li a:hover {
        color: #aaa;
    }
    .vt a:hover {
        text-decoration: none;
    }
    .vc {
        padding-right: 310px;
    }
    [lang=ur] .vc {
        padding-right: 0;
    }
    [lang="ur"] .vs .cl {
        padding-left: 310px;
    }
    .va {
        position: absolute;
        top: 22px;
        right: 0;
        width: 300px;
    }
}

@media (max-width: 1023px) {
    .advout {
        display: inline-block;
        float: none;
    }
    .advbox {
        text-align: center;
        width: auto;
    }
}

@media (max-width: 999px) {
    .advbox {
        text-align: center;
        width: auto;
        padding-left: 0; /* Remove left padding for centered alignment */
    }
    .advout {
        /* flex: 1 1 100%; */ /* Banners will stack and take full width on small screens */
    }
}

/* Tags-related styles */
.tags {
    display: block;
    text-align: left;
    padding: 5px;
    margin: 10px auto;
    width: 95%;
}

.tags a {
    display: inline-block;
    margin: 3px;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    color: #fff; /* White text to match site */
    padding: 4px 8px;
    font: 16px / 20px Arial, sans-serif; /* Arial to match site typography */
    border: 1px solid #fff; /* White border */
    background-color: #333; /* Dark gray background */
    transition: all 0.3s ease;
}

.tags a:hover {
    color: #fff;
    background: #e60000; /* Red background on hover */
    border-color: #e60000; /* Match border to background */
    box-shadow: 0 2px 8px rgba(230, 0, 0, 0.4); /* Red shadow */
    transform: scale(1.03);
}

/* Tags media queries */
@media (max-width: 1024px) and (min-width: 768px) {
    .tags {
        text-align: center;
        padding: 8px;
        width: 80%;
    }
    .tags a {
        font-size: 12px;
        padding: 3px 6px;
        margin: 3px;
        border-radius: 4px;
        background-color: #333;
        transition: all 0.3s ease;
    }
}

@media (max-width: 767px) and (min-width: 468px) {
    .tags {
        display: block !important;
        text-align: center !important;
        padding: 4px 0 !important;
        margin: 0 auto !important;
        width: 90%;
    }
    .tags a {
        display: inline-block !important;
        margin: 2px !important;
        font-size: 10px !important;
        border-radius: 3px !important;
        color: #fff;
        background-color: #333;
        padding: 2px 4px !important;
        transition: all 0.3s ease !important;
    }
    .tags a:hover {
        color: #fff;
        background: #e60000;
        border-color: #e60000;
        box-shadow: 0 2px 6px rgba(230, 0, 0, 0.4);
        transform: scale(1.03);
    }
}

@media (max-width: 467px) {
    .tags {
        display: block !important;
        text-align: center !important;
        padding: 4px 0 !important;
        margin: 0 auto !important;
        width: 90%;
    }
    .tags a {
        display: inline-block !important;
        margin: 2px !important;
        font-size: 9px !important;
        border-radius: 3px !important;
        color: #fff;
        background-color: #333;
        padding: 2px 4px !important;
        transition: all 0.3s ease !important;
    }
    .tags a:hover {
        color: #fff;
        background: #e60000;
        border-color: #e60000;
        box-shadow: 0 2px 6px rgba(230, 0, 0, 0.4);
        transform: scale(1.03);
    }
}

/* Mobile-banner-related styles */
.mobile-banner {
    display: none;
    margin: 0 auto;
    text-align: center;
     /* Dark gray background to match site */
    padding: 10px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.mobile-banner img {
    max-width: 100%;
    width: 300px;
    height: auto;
    display: inline-block;
}

/* Mobile-banner media query */
@media (max-width: 768px) {
    .mobile-banner {
        display: block;
        opacity: 1;
    }
}

/* Ensure banner fits very small screens */
@media (max-width: 467px) {
    .mobile-banner {
        padding: 5px;
    }
    .mobile-banner img {
        width: 100%;
    }
}