*,
:after,
:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    font-size: 16px;
}


html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    font-size: 100%;
    line-height: 1.15;
}

@-ms-viewport {
    width: device-width;
}

body,
html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}

body {
    -moz-word-wrap: break-word;
    -webkit-word-wrap: break-word;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background-color: #ffffff;
    color: #010101;
    font-family: "Noto Sans Devanagari", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    vertical-align: baseline;
}

article,
section,
summary {
    display: block;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

ol,
ul {
    margin: 0 0 20px 50px;
    padding: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 10px 0 0 40px;
}

p {
    margin: 0 0 20px;
}

p:empty {
    display: none;
}

a {
    color: #010101;
    text-decoration: none;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

a:hover {
    color: #ff323b;
    /* text-decoration: underline; */
}

a:focus {
    outline: 1px dotted;
    text-decoration: none;
}




a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 20px;
}

h1 {
    font-size: 38px;
    line-height: 1.1;
}

h2 {
    font-size: 24px;
    line-height: 1.3;
}

h3 {
    font-size: 22px;
    line-height: 1.3;
}

h4 {
    font-size: 22px;
    line-height: 1.4;
}

h5 {
    font-size: 17px;
    line-height: 1.5;
}

h6 {
    font-size: 16px;
    line-height: 1.6;
}

.post_title h2,
.post_title h3,
.post_title h4,
.post_title h5 {
    margin-bottom: 0;
}

.post_title h2:hover {
    color: #ff3131 !important;

}

b,
strong {
    font-weight: 700;
}

big {
    font-size: 125%;
}

pre {
    background-color: #2c2848;
    border-radius: 3px;
    display: block;
    font-size: 15px;
    margin-bottom: 30px;
    max-width: 100%;
    overflow: auto;
    padding: 30px;
}

code,
pre {
    color: #fff;
    font-weight: 400;
}

form {
    display: block;
}

fieldset {
    border: 1px solid #eee;
    padding: 30px;
}

legend {
    padding: 0 15px;
}

label,
legend {
    font-size: 15px;
    font-weight: 700;
}

label {
    margin: 0 0 10px;
}

input[type="checkbox"]+label,
label.inline {
    display: inline;
    font-weight: 400;
    margin-left: 5px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: inset 0 0 0 1000px #fff !important;
}

textarea {
    border: 1px solid #eee;
    border-radius: 0;
    -webkit-box-shadow: inset 1px 1px 3px #f6f6f6;
    box-shadow: inset 1px 1px 3px #f6f6f6;
    display: block;
    font-size: 15px;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 12px 15px;
    width: 100%;
}

audio,
canvas,
progress,
video {
    vertical-align: baseline;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

video {
    display: block;
}

.--video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 aspect ratio */
    overflow: hidden;
    border-radius: 10px;
}

.--video-detail {
    position: relative;
    width: 100%;
    /* 16:9 aspect ratio */
    overflow: hidden;
}

.responsive-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

figure {
    margin: 0;
    padding: 0;
    position: relative;
}

figcaption {
    font-size: 13px;
}




hr {
    background-color: #eee;

}

br {
    height: 1px;
    line-height: 1;
    margin: 0;
    padding: 0;
}


svg:not(:root) {
    overflow: hidden;
}

[hidden],
template {
    display: none;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.owl-carousel .owl-item img {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.spl-banner {
    margin-top: 15px;
}

.spl-banner-link {
    display: block;
}

.spl-banner-link {
    img {
        width: 100%;
        border-radius: 10px;
        height: 83px;
        object-fit: cover;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.no-gutters>.cm-col,
.no-gutters>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 576px) {
    .cm-col-sm {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .cm-col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .cm-col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .cm-col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .cm-col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .cm-col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .cm-col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .cm-col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cm-col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .cm-col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .cm-col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .cm-col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .cm-col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .cm-col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .cm-col-md {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .cm-col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .cm-col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .cm-col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .cm-col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .cm-col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .cm-col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .cm-col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cm-col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .cm-col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .cm-col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .cm-col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .cm-col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .cm-col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .cm-col-lg {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .cm-col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .cm-col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .cm-col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .cm-col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .cm-col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .cm-col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .cm-col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cm-col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .cm-col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .cm-col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .cm-col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .cm-col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .cm-col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .cm-col-xl {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .cm-col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .cm-col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .cm-col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .cm-col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .cm-col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .cm-col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .cm-col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cm-col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .cm-col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .cm-col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .cm-col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .cm-col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .cm-col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

/* NL1061: 13.10.2025 : removed */
.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important;
}


.owl-carousel {
    -webkit-tap-highlight-color: transparent;
    display: none;
    position: relative;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    -moz-backface-visibility: hidden;
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
}

.owl-carousel .owl-stage:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
}

.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-backface-visibility: hidden;
    float: left;
    min-height: 1px;
    position: relative;
}

.owl-carousel .owl-item img {
    display: block;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    padding: 0 !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: #ffffff !important;
    backdrop-filter: blur(10px);
    border-radius: 50% !important;
    color: #4a4848 !important;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    display: block;
    opacity: 0;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    background: #000;
    height: 100%;
    position: relative;
}

.owl-carousel .owl-video-play-icon {
    -webkit-backface-visibility: hidden;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
    width: 80px;
    z-index: 1;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


.entry_cats {
    margin-bottom: 10px;
}

.entry_cats ul.post-categories {
    list-style: none;
    margin: 0;
}

.entry_cats ul.post-categories li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}

.entry_cats ul.post-categories li a {
    background-color: #ffffff !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #ff0000 !important;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 7px 11px 7px !important;
}

.entry_cats ul.post-categories li a:hover {
    color: #000000;
}

.cm-post-meta {
    margin-top: 5px;
}

.site-description {
    margin-bottom: 0;
    margin-top: 0;
}

.cm-container {
    margin: 0 auto;
    max-width: 1270px;
    /* padding-left: 15px;
    padding-right: 15px; */
    position: relative;
    width: 100%;
}

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.page-wrapper {
    background: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

body.boxed .page-wrapper {
    max-width: 1170px;
    width: 100%;
}

body.boxed .page-wrapper .cm-container {
    padding-left: 40px;
    padding-right: 40px;
}

.page_entry {
    margin-bottom: 40px;
}

.custom_row {
    margin-left: -15px;
    margin-right: -15px;
}

.custom_row:before {
    content: "";
    display: table;
}

.custom_row:after {
    clear: both;
    content: "";
}

.col {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
}

.mask {
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 9;
}

.box_content,
.card_content {
    padding: 30px 20px;
}

.box,
.card {
    margin-bottom: 30px;
    position: relative;
}

.section_spacing {
    margin-bottom: 50px;
}

.section-title {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    text-align: left;
    margin-top: 5px;
}

.section-title h1,
.section-title h2 {
    margin-bottom: 20px;
    margin-top: 0;
}

.section-title h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    width: 100%;
}

.section-title h2:after {
    background-color: #c4c4c4;
    content: "";
    height: 1px;
    margin-left: 15px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: #ff323b;
    border-radius: 0;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 40px;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: inherit;
}

.post_thumb {
    position: relative;

    img {
        width: 100%;
        height: auto;
    }
}

.post_thumb figure {
    margin: 0;
}

.sidebar-widget-area {
    margin-left: 20px
}

.row {
    padding: 0px;
}

.news-area .sidebar-widget-area .widget:last-child,
.news-area .widget {
    margin-bottom: 30px;
}

.news-area .widget.widget_media_image a {
    display: block;
    text-align: left;
}

.boxes_holder .hentry {
    margin-bottom: 0;
}

.cm_banner .entry_cats {
    margin-bottom: 7px;
}

.cm_banner .post_meta {
    margin-top: 7px;
}

.cm_banner .post_title h2 {
    font-size: 16px;
}

.cm_banner .post_title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    text-overflow: ellipsis;
    color: #333;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;

    &:hover {
        color: #ff323b;
    }
}

.mainImg {
    width: 100%;
    height: 305px;
    border-radius: 10px;
    overflow: hidden;
}

.mainImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
}

.mainImg:hover img {
    transform: scale(1.05);
}

.nmf-tag {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    font-family: "Noto Sans Devanagari", sans-serif;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    cursor: default;
}

.nmfImg {
    width: 32px;
    height: auto;
    object-fit: cover;
    margin-right: 10px;
}

.cm_banner .post_title h2 a:hover {
    color: #ff323b;
}

.cm_banner .post_meta li a {
    color: #ccc;
}

.cm_banner .post_meta li a:hover {
    color: #ff323b;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.cm_banner .lazy-thumb {
    padding-bottom: 0;
}

.cm_banner-five .post_thumb {
    position: relative;
}

.cm_banner-five .post_thumb:hover mask {
    background-color: rgba(0, 0, 0, 0.6);
}

.cm_banner-five .card {
    margin-bottom: 0;
}

.cm_banner-five .gutter-left {

    position: relative;
}

.cm_banner-five .gutter-left .post_thumb {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    background-position: center;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.cm_banner-five .gutter-left .post-holder {
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.7)), to(#000));
    background-image: linear-gradient(180deg, #00000000, rgb(0 0 0 / 72%) 40%, #000); */
    bottom: 6px;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
}

.cm_banner-carousel-five {
    position: relative;
}

.cm_banner-carousel-five .owl-nav {
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transform: none;
    transform: none;
    z-index: 10;
}

.cm_banner-carousel-five .owl-nav button.owl-next,
.cm_banner-carousel-five .owl-nav button.owl-prev {
    font-size: 18px;
    height: 35px;
    line-height: 40px;
    width: 35px;
}

.cm_banner-five .gutter-right {
    padding-left: 5px;
}

.cm_banner-five .gutter-right .post_thumb {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 205px;
}

.cm_banner-five .gutter-right .post-holder {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.5)), to(#000));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5) 40%, #000);
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
}

.entry-title a {
    font-size: 24px;
}

.cm_banner-five .gutter-right .col:first-child,
.cm_banner-five .gutter-right .col:nth-child(2) {
    margin-bottom: 10px;
}

.cm_banner-five .gutter-right .col:first-child,
.cm_banner-five .gutter-right .col:nth-child(3) {
    padding-right: 5px;
    width: 50%;
}

.cm_banner-five .gutter-right .col:nth-child(2),
.cm_banner-five .gutter-right .col:nth-child(4) {
    padding-left: 5px;
    padding-right: 15px;
}

.cm_banner-five .gutter-right .col:nth-child(3),
.cm_banner-five .gutter-right .col:nth-child(4) {
    margin-bottom: 0;
}

.cm_banner-five .gutter-right .col:nth-child(3) {
    padding-left: 15px;
}

.cm_banner-five .gutter-right .right-content-holder ul.post-categories li a {
    font-size: 12px;
}

.ticker-news-area {
    margin-top: 10px;
}

.brk-m {
    transform: none;
    margin-top: 10px;
    margin-bottom: 12px;
}

/* NL1061: 13.10.2025 : removed */
.brk-news-wrap {
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ff0f0f;
    /* background: linear-gradient(to right, #ed0000, #ff323b); */
    /* box-shadow: inset 0 11px 5px rgba(255, 255, 255, 0.3), inset 0 -2px 2px rgba(0, 0, 0, 0.3); */
    /* box-shadow: 0px 0px 0px 5px #bc2c2c, 0px 0px 7px 7px rgb(255 255 255); */
    position: relative;
    padding: 1px 0;

}

.brk-l {
    padding: 5px 15px 0 12px;
    border-right: 1px solid #ffaeae;
    z-index: 2;
}

.brk-l h4 {
    margin-bottom: 0;
    white-space: nowrap;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    text-transform: uppercase;
    transform: skewX(340deg);
}

.breaking-bars {
    display: flex;
    flex-direction: column;
    gap: .12rem;
    margin-top: .272rem;
    margin-right: 2px;
}


.breaking-bars span {
    width: 22px;
    height: 0.14rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0%) -20%, #ffffff 100%);
    transform: skewX(333deg);
}

.brk-r {
    padding: 0 0 0 22px;
    margin: 0;
    width: 100%;
    border-radius: 11px;
    margin-right: 8px;
    z-index: 2;
    position: relative;
}

.brk-r .brk-link {
    font-size: 19px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fb-amp-wrapper {
    width: 100%;
    margin: 0 auto;
}



/* ======================================= */
/* Rashifal*/
/* ======================================= */
.rasifal-section {
    margin-bottom: 15px;
}

.rashifal-container {
    display: flex;
    flex-direction: row;
}

.rashifal-container .adBgSidebar {
    width: 100%;
}

.rashifal-box {
    position: relative;
    width: 100%;
    max-width: 560px;
    background-image: radial-gradient(50% 30% ellipse at center top, #000e39 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(60% 50% ellipse at center bottom, #120039 0%, #211b58 100%);
    /* background: #000e39; */
    padding: 35px;
    border-radius: 12px;
    color: white;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    min-height: 345px;
    margin-right: 15px;
}

.rotating-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 480px;
    height: 480px;
    background: url('/asset/images/dharm_gyan/rashifal-bg.png') no-repeat center center;
    background-size: contain;
    opacity: 0.15;
    transform-origin: center center;
    animation: rotate 60s linear infinite;
    pointer-events: none;
    z-index: 0;
    transform: translate(-50%, -50%) rotate(0deg);
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.rashifal-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 650px;
    z-index: 2;
}

.rashifal-slider {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    margin-top: -22px;
    margin-bottom: 30px;
    padding-bottom: 5px;
    flex-shrink: 0;
    max-width: 500px;
    outline: none;
    cursor: grab;
}

.rashifal-slider:active {
    cursor: grabbing;
}

.rashifal-slider::-webkit-scrollbar {
    display: none;
}

.rashifal-item {
    flex: 0 0 auto;
    width: 82px;
    margin: 0 6px;
    text-align: center;
    padding: 8px;
}

.rashifal-item.spacer {
    flex: 0 0 50%;
    height: 0;
    visibility: hidden;
}

.rashifal-item img {
    width: 58px;
    height: 55px;
    padding: 7px;
    cursor: pointer;
    transition: 0.3s, box-shadow 0.3s;
    border-radius: 13px;
    outline-offset: 4px;
}

.rashifal-item img:hover,
.rashifal-item img:focus {
    opacity: 1;
    box-shadow: 0 0 5px 2px #ffd417;
    transform: scale(1.1);
}

.rashifal-item img.active {
    opacity: 1;
    transform: scale(1.12);
    filter: drop-shadow(0 0 5px #ffcc00);
    box-shadow: 0 0 1px 3px #ffcd06;
}

.nav-btn {
    width: 40px;
    height: 40px;
    background: #ffcd06;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 12px;
    transform: translateY(-50%);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.nav-btn.prev {
    left: -22px;
}

.nav-btn.next {
    right: -22px;
}

.rashifal-box:hover .nav-btn,
.nav-btn:focus {
    opacity: 1;
    pointer-events: auto;
    outline: none;
}

.nav-btn:hover {
    background: #ffcc00;
}

h2 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
}

#rashifal-text {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.more-link {
    color: #ffcc00;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
}

/* ------------------------------ */
.adsbygoogle {
    display: block;
}

.news_ticker_wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    position: relative;
    border: 1px solid #ff6a6a;
    padding: 7px;
    border-radius: 10px;
    background: #ffffff;
}

button:focus {
    outline: none;
}

a:focus {
    outline: none;
}

.news_ticker_wrap .ticker_head,
.news_ticker_wrap .ticker_items {
    height: 30px;
    line-height: 30px;
    background: transparent;
    color: #ff3b00;
}

.news_ticker_wrap .ticker_head {
    background: transparent !important;
    color: #ff323b;
    font-weight: 600;
    display: block;
    max-width: 200px;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
}

.news_ticker_wrap .ticker_head .ticker_title {
    display: inline-block;
    font-size: 15px;
    margin-left: 3px;
}

.news_ticker_wrap .ticker_items {
    display: block;
    max-width: 100%;
    overflow: hidden;
    padding: 0 15px;
    width: calc(100% - 200px);
}

.ticker_carousel {
    position: inherit;
}

.ticker_carousel .owl-item {
    opacity: 0;
}

.ticker_carousel .owl-item .item p {
    margin: 0;
}

.ticker_carousel .owl-item.active {
    opacity: 1;
}

.ticker_carousel .owl-nav {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.ticker_carousel.owl-carousel .owl-nav button.owl-next,
.ticker_carousel.owl-carousel .owl-nav button.owl-prev {
    background-color: transparent;
    border-radius: 0;
    color: #ff323b;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
    width: 30px;
}

.ticker_carousel.owl-carousel .owl-nav button i {
    color: #ff323b;
    font-size: inherit;
    line-height: inherit;
}

@media (max-width: 575px) {
    .news_ticker_wrap .ticker_head .ticker_title {
        display: none;
    }

    .news_ticker_wrap {
        display: none;
    }

    .news_ticker_wrap .ticker_items {
        height: auto;
        line-height: 1.3;
        max-width: 100%;
        padding: 0 75px 0 10px;
        text-overflow: ellipsis;
        width: calc(100% - 30px);
    }
}

body.page .content-entry article,
body.single .content-entry article {
    margin: 0;
}

body.page .content-entry article .the_title,
body.single .content-entry article .the_title {
    margin-bottom: 10px;
}

body.page .content-entry article .the_title h1,
body.single .content-entry article .the_title h1 {
    font-size: 38px;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 50px;
}

body.single .content-entry article.post-detail .cm-post-meta {
    margin-bottom: 1.5em;
}

/* body.page .content-entry article .post_thumb,
body.single .content-entry article .post_thumb {
    margin-bottom: 30px;
} */
/* NLW070:03Dec2024:Commented */
body.page .content-entry article .post_thumb figure figcaption,
body.single .content-entry article .post_thumb figure figcaption {
    font-size: 15px;
    margin: 10px 0;
    text-align: center;
}

body.single .content-entry article.post-detail .post_tags {
    margin-bottom: 30px;
    margin-top: 30px;
}

.cm_related_post_container {
    margin-bottom: 10px;
}

.cm_related_post_container .lazy-thumb {
    padding-bottom: 56.25%;
}

.cm_related_post_container .card_content {
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 20px;
}

.cm_related_post_container .entry_cats {
    margin-bottom: 10px;
}

.cm_related_post_container .post_title h2 {
    font-size: 20px;
}

.post-title a {

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.post-title a:hover {
    color: red !important;
}

.cm_related_post_container .post_meta {
    margin-top: 10px;
}

.author_box {
    background-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    padding: 20px;
}

.author_box .author_thumb img {
    border-radius: 100%;
}

.author_box .author_details {
    margin-left: 30px;
}

.author_box .author_desc {
    margin-bottom: 15px;
}

.author_box .author_name h3 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize;
}

.post-navigation {
    margin-bottom: 40px;
}

.post-navigation .nav-links {
    height: auto;
    overflow: hidden;
}

.post-navigation .nav-links .nav-previous {
    float: left;
}

.post-navigation .nav-links .nav-next {
    float: right;
}

.post-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-previous a {
    background-color: #ff323b;
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 10px 20px;
    position: relative;
}

.post-navigation .nav-links .nav-previous a:before {
    content: "\f104";
    font-family: FontAwesome;
    margin-right: 15px;
}

.post-navigation .nav-links .nav-next a:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 15px;
}

.comments-area ol,
.comments-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comments-area footer {
    background-color: transparent;
    color: #010101;
}

.comments-area .comments-title {
    border-bottom: 2px solid #ff323b;
    font-size: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 10px;
}

.comments-area .comment-respond .comment-reply-title {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    overflow: hidden;
    position: relative;
}

.comments-area .comment-respond .comment-reply-title:after {
    background-color: #ff323b;
    content: "";
    height: 2px;
    margin-left: 15px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.comments-area .comment-edit-link,
.comments-area .comment-reply-link {
    color: #010101;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    text-transform: inherit;
}

.comments-area .comment-edit-link:after,
.comments-area .comment-reply-link:after {
    content: "";
    display: none;
}

.comments-area .comment-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.comments-area .comment-author,
.comments-area .comment-meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comments-area .comment-author {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
}

.comments-area .comment-author .avatar {
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 30px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 30px -5px rgba(0, 0, 0, 0.3);
    margin-right: 15px;
}

.comments-area .comment-author .says {
    margin-left: 5px;
}

.comments-area .comment-awaiting-moderation,
.comments-area .comment-metadata {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-top: -25px;
    max-width: 100%;
    padding-left: 60px;
}

.comments-area .comment-metadata a {
    font-size: 13px;
}

.comments-area .comment-metadata .edit-link {
    border-left: 1px solid #eee;
    margin-left: 5px;
    padding-left: 8px;
}

.comments-area .comment-metadata .comment-edit-link {
    font-weight: 400;
    padding: 0;
}

.comments-area .comment-metadata .comment-edit-link:before {
    content: "\e867";
    font-family: feather;
    font-size: 12px;
    font-weight: 400;
    margin-right: 3px;
}

.comments-area .comment-content {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
}

.comments-area .comment-list .comment-body {
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 30px;
}

.comments-area .comment-content p:last-child {
    margin-bottom: 0;
}

.comments-area .reply {
    margin-top: 20px;
}

.comments-area .comment-list .children {
    margin-left: 30px;
}

.comments-area .comment-reply-title {
    margin-bottom: 10px;
}

.comments-area .comment-form {
    margin-bottom: 30px;
}

.comment-respond .form-submit {
    margin-bottom: 0;
    margin-top: 20px;
}

.widget-title {
    margin-bottom: 0px;
}

.widget-title h2 {
    margin-bottom: 0;
    margin-top: 0;
}

.widget-title h2 a {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.6;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul li {
    margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li {
    /* border-bottom: 1px solid #eee; */
    padding: 2px 0;
    position: relative;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.widget_archive li:hover,
.widget_categories li:hover,
.widget_meta li:hover,
.widget_nav_menu li:hover,
.widget_pages li:hover,
.widget_recent_comments li:hover,
.widget_recent_entries li:hover,
.widget_rss li:hover {
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.widget_archive ul li:first-child,
.widget_categories ul li:first-child,
.widget_meta ul li:first-child,
.widget_nav_menu li:first-child,
.widget_pages ul li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child,
.widget_rss li:first-child {
    padding-top: 0;
}

.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu li:last-child,
.widget_pages ul li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_rss li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_nav_menu a,
.widget_recent_comments li,
.widget_recent_entries a,
.widget_rss li {
    display: inline-block;
    position: relative;
}

.widget_recent_entries a {
    display: block;
}

.widget_categories li.menu-item-has-children ul.sub-menu,
.widget_pages li.menu-item-has-children ul.sub-menu {
    margin-left: 15px;
    padding-bottom: 5px;
    padding-top: 15px;
}

.widget_nav_menu a span.menu-item-description {
    display: none;
}

.widget_nav_menu ul.menu {
    list-style: none;
}

.widget_nav_menu li:last-child a {
    border-bottom: none;
}

.widget_nav_menu ul.menu li.menu-item-has-children {
    border-bottom: none;
    padding-bottom: 0;
}

.widget_nav_menu ul.menu li.menu-item-has-children>a {
    border-bottom: 1px solid #eee;
    display: block;
    padding-bottom: 15px;
}

.widget_nav_menu ul.menu li.menu-item-has-children>a ul.sub-menu {
    list-style: none;
    margin-left: 15px;
    padding-top: 15px;
}

.widget_nav_menu ul.menu li.menu-item-has-children>a ul.sub-menu li:first-child {
    padding-top: 0;
}

.widget_recent_entries .post-date {
    color: #717171;
    display: block;
    margin-top: 5px;
    padding-left: 0;
}

.widget_rss .widget-title h3 a:hover {
    color: #ff323b;
}

.widget_rss ul li a {
    font-style: italic;
}

.widget_rss ul li a:hover {
    color: #ff323b;
}

.widget_search {
    display: block;
}

.cm-search-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.cm-search-form input[type="search"] {
    padding-right: 40px;
    width: 100%;
}

.cm-search-form .cm-submit-btn {
    color: #010101;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 4px;
    top: auto;
    width: 35px;
    z-index: 1;
}

.cm-search-form .cm-submit-btn,
.cm-search-form .cm-submit-btn:hover {
    background-color: transparent;
    border: none;
    border-left: 1px solid #eee;
}

.cm-search-form .cm-submit-btn:focus {
    outline: 0;
}

.calendar_wrap caption {
    background: none repeat scroll 0 0 #010101;
    border: 1px solid #2b2b2b;
    color: #fff;
    font-weight: 500;
    padding: 5px 0;
    text-align: center;
    text-transform: capitalize;
}

.calendar_wrap table {
    border-collapse: collapse;
    width: auto;
}

.calendar_wrap table th {
    font-weight: 700;
}

.calendar_wrap table td,
.calendar_wrap table th {
    border: 1px solid #eee;
    padding: 8px 0;
    text-align: center;
    width: 5%;
}

.calendar_wrap table td#next,
.calendar_wrap table td#prev {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

.calendar_wrap table td#next {
    text-align: right;
}

.widget_tag_cloud .tagcloud {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-pack: distribute;
    -ms-flex-preferred-size: auto;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow: hidden;
}

.widget_tag_cloud .tagcloud a {
    -webkit-box-flex: 1;
    border: 1px solid #e2e2e2;
    color: #010101;
    -ms-flex: 1 auto;
    flex: 1 auto;
    font-size: 15px !important;
    font-weight: 400;
    margin: 5px;
    padding: 5px 15px;
    text-align: center;
    text-transform: capitalize;
}

.widget_tag_cloud .tagcloud a:hover {
    border-color: #ff323b;
    color: #ff323b;
}

.cm_author_widget .author_thumb img {
    display: block;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}

.cm_author_widget .author_name {
    margin: 20px 0 10px;
}

.cm_author_widget .author_name h4 {
    font-size: 20px;
}

.cm_author_widget .author_desc {
    margin-bottom: 30px;
}

.cm_author_widget .author-detail-link {
    margin-top: 15px;
}

.cm_author_widget .author-detail-link a {
    background-color: #ff323b;
    color: #fff;
    padding: 10px 20px;
}

.cm_author_widget .author-detail-link a:hover {
    background-color: #010101;
    color: #fff;
}

.sidebar-widget-area .widget .cm_author_widget .author-detail-link a,
.sidebar-widget-area .widget .cm_author_widget .author-detail-link a:hover,
footer .widget .cm_author_widget .author-detail-link a,
footer .widget .cm_author_widget .author-detail-link a:hover {
    color: #fff;
}

.widget ul.post_meta li {
    margin-bottom: 0;
    margin-right: 15px;
}

.cm_recent_posts_widget .box {
    margin-bottom: 20px;
}

.cm_recent_posts_widget .box:last-child {
    margin-bottom: 0;
}

.cm_recent_posts_widget .post_title h2 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
}

.cm_recent_posts_widget .post_meta {
    margin-top: 10px;
}

/* vote */
.vote-options {
    margin-left: 5px;
}

.list-group-item {
    padding: 12px 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.list-group-item:hover {
    background-color: #f5f5f5;
}

.progress-container {
    position: relative;
    height: 15px;
    background: #e5e5e5;
    border-radius: 12px;
    margin-top: 6px;
    overflow: hidden;
    display: none;
    width: 100%;
}

.progress-bar {
    position: absolute;
    height: 100%;
    width: 0;
    background: linear-gradient(2deg, #db0404, #ffb3b3);
    border-radius: 12px;
    transition: width 0.8s ease-out;
}

.percentage-text {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #4a4a4a;
    z-index: 2;
}

.clickable-percentage {
    margin-top: 3px;
    cursor: pointer;
    padding: 2px 5px;
    border-radius: 3px;
    transition: background-color 0.2s;
}

.clickable-percentage:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.custom-radio {
    border-radius: 50%;
    border: 2px solid #999;
    width: 18px;
    height: 18px;
}

.custom-radio:checked {
    background-color: #ff4444;
    border-color: #ff4444;
}

input[type="radio"] {
    cursor: pointer;
}

input[type="radio"]:checked+label .option-text {
    font-weight: bold;
    color: #ff4444;
}

.vote-feedback {
    background: #f8f9fa;
    border-radius: 5px;
}

/* vote end */
.social_widget_style_1 ul {
    list-style: none;
}

.social_widget_style_1 ul li {
    display: block;
    margin-bottom: 15px;
}

.social_widget_style_1 ul li:last-child {
    margin-bottom: 0;
}

.social_widget_style_1 ul li a {
    border: none;
    color: #fff;
    display: block;
    font-size: 14px;
    overflow: auto;
    padding: 10px 0;
}

.social_widget_style_1 ul li a i {
    border-right: 1px solid hsla(0, 0%, 100%, 0.1);
    display: inline-block;
    text-align: center;
    width: 50px;
}

.social_widget_style_1 ul li a span {
    display: inline-block;
    font-size: 14px;
    padding-right: 10px;
    text-align: right;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: calc(100% - 50px);
}

.social_widget_style_1 ul li a:hover span {
    padding-right: 30px;
}

.social_widget_style_1 ul li.fb a {
    background: #4267b2;
}

.social_widget_style_1 ul li.tw a {
    background: #1da1f2;
}

.social_widget_style_1 ul li.insta a {
    background: #8a33a4;
}

.social_widget_style_1 ul li.linken a {
    background: #0274b3;
}

.social_widget_style_1 ul li.pin a {
    background: #bd081c;
}

.social_widget_style_1 ul li.yt a {
    background: red;
}

.social_widget_style_1 ul li.gplus a {
    background: #dc4c40;
}

body.home .breadcrumb {
    display: none;
}

.breadcrumb {
    background: transparent !important;
    margin-top: 30px;
    padding: 7px 20px;
    position: relative;
}

.breadcrumb ul {
    list-style: none;
    margin: 0;
}

.breadcrumb ul li {
    display: inline-block;
    margin: 0;
}

.breadcrumb ul li a,
.breadcrumb ul li span {
    color: #666;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
}

.breadcrumb ul li a:hover,
.breadcrumb ul li a:hover span {
    color: #ff323b;
}

.breadcrumb ul li a:after {
    content: "\f105";
    font-family: fontAwesome;
    padding: 0 10px;
}

.breadcrumb ul li a:hover:after {
    color: #666;
}

.breadcrumb ul li:first-child a {
    font-size: 0;
}

.breadcrumb ul li:first-child a:before {
    color: inherit;
    content: "\f015";
    font-family: fontAwesome;
    font-size: 16px;
    padding: 0;
}

.breadcrumb ul li:last-child {
    padding-right: 0;
}

.breadcrumb ul li:last-child a,
.breadcrumb ul li:last-child span {
    color: #ff323b;
}

.breadcrumb ul li:last-child a:after {
    content: "";
    display: none;
}

.breadcrumb:after {
    border-color: transparent transparent rgba(0, 0, 0, 0.03);
    border-style: solid;
    border-width: 13px 12px;
    bottom: -26px;
    content: "";
    display: block;
    height: 0;
    left: 15px;
    position: absolute;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    width: 0;
    z-index: 11;
}



#toTop {
    background: #000000cf !important;
    border: none;
    border-radius: 35%;
    bottom: 10px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 16px;
    min-height: 35px;
    position: fixed;
    right: 10px;
    -webkit-transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);

}


#toTop:hover {
    background: #010101;
}

.sidebar-widget-area .widget {
    background-color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 18px;
    border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #c9c9c9;
}

.sidebar-widget-area .widget:last-child {
    margin-bottom: 0;
}

.sidebar-widget-area .widget .widget-title h2 {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.sidebar-widget-area .widget .widget-title h2 a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.sidebar-widget-area .widget .widget-title h2:after {
    background-color: #ff323b;
    content: "";
    height: 2px;
    margin-left: 15px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.sidebar-widget-area .widget .widget-title h2 a:after {
    background-color: #ff323b;
    content: "";
    height: 2px;
    margin-left: 15px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.header-topstrip {
    padding: 8px 0;
}

.header-topstrip {
    background-color: #ffffff;
    margin-bottom: 3px;
}

.header-topstrip ul.social-icons li a {
    font-size: 14px;
    width: 30px;
    height: 30px;
}

ul.topsocial-icons li {
    display: inline-block;
    margin-right: 8px;
}

.header-topstrip ul.topsocial-icons li a {
    font-size: 20px;

    margin-right: 0;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #fff;

    i {
        color: #898989;
        font-size: 20px;
    }
}


.header-topstrip ul.topsocial-icons li.tw a {
    background: #1da1f2;
}

.header-topstrip ul.topsocial-icons li.linken a {
    background: #0274b3;
}

.header-topstrip .contact-link {
    color: #fe1600;
    font-size: 15px;
}

.social-link-mobile,
.mobile-topbanner,
.mobile-inline-menu,
.mobile-only {
    display: none;
}

@media (max-width: 992px) {

    .sm-d-none {
        display: none;
    }



    .mobile-inline-menu {
        display: block;
    }

    .logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cm-header-style-one {
        background-color: #f21500;
    }

    .social-link-mobile {
        display: block;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .mobile-topbanner {
        display: block;
    }

    ul.topsocial-icons {
        margin: 0;
        padding: 0;
    }

    ul.topsocial-icons li {
        display: inline-block;
        margin-right: 6px;
    }

    ul.topsocial-icons li:last-child {
        margin-right: 0px;
    }

    .social-link-mobile ul.topsocial-icons li a {
        font-size: 14px;
        width: 28px;
        height: 28px;
        margin-right: 0;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
        color: #fff;
        border: 2px solid #fff;
        padding: 1px 0 0 0;
        transition: all 0.6s linear;
        padding-top: 1px;
    }

    .social-link-mobile ul.topsocial-icons li a:hover {
        border-color: #e2e2e2;
    }

    .social-link-mobile ul.topsocial-icons li.fb a {
        background: #4267b2;
    }

    .social-link-mobile ul.topsocial-icons li.insta a {
        background: #8a33a4;
    }

    .social-link-mobile ul.topsocial-icons li.tw a {
        background: #1da1f2;
    }

    .social-link-mobile ul.topsocial-icons li.linken a {
        background: #0274b3;
    }

    .social-link-mobile ul.topsocial-icons li.yt a {
        background: #ff323b;
    }

    .social-link-mobile .contact-link {
        color: #fff;
        font-size: 15px;
    }

    .mobile-inline-menu {
        /* background-color: #ffffff; */
        background-color: #d3d3d3;
    }

    .mobile-inline-menu ul.mobile-inline-link {
        display: flex;
        align-items: center;
        flex-shrink: 0;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .mobile-inline-menu ul.mobile-inline-link>li:not(:last-child) {
        margin-right: 15px;
    }

    .mobile-inline-menu ul.mobile-inline-link>li>a {
        text-transform: uppercase;
        font-size: .875rem;
        font-weight: 700;
        color: #888888;
        display: flex;
        align-items: center;
        cursor: pointer;
        line-height: 1.5;
        padding: 4px;
    }

    .justify-content-sb {
        justify-content: space-between;
    }

    .mobile-inline-menu .menu-toggle .fa {
        font-size: 22px;
        margin-right: 5px;
    }

    .mobile-inline-menu .menu-toggle {
        color: #888888;
    }

    img.w-100 {
        width: 100%;
    }

    .main-navigation>.mobile>.menu-toggle {
        /* display: none !important; */
    }

    .w-100 {
        width: 100%;
    }

    .mobile-only {
        display: block;
    }

    .primary-navigation.mobile ul {
        position: absolute !important;
        width: 100% !important;
        z-index: 999 !important;
    }

    .primary-navigation.mobile li a {
        border-bottom: none !important;
        color: #888888 !important;
    }

    .primary-navigation.mobile.dark ul>li.home-btn {
        background: #fff !important;
    }

    .primary-navigation.mobile.dark ul {
        background: #fff !important;
    }

    .logo-container {
        padding: 9px 0 !important;
    }

}



.adtxt {
    font-size: 11px !important;
    color: #323232 !important;
    line-height: 16px !important;
    text-align: center;
    text-transform: uppercase;
}

.addBgTop {
    width: 100%;
    height: auto;
    margin-top: 12px;
    border-radius: 10px;
    background-color: transparent;
    /* border: 1px solid #d6d2d2;
    padding: 5px 10px 10px; */
    margin-bottom: 10px;
}

.top_ad {
    min-height: 90px;
    height: 100%;
}

.adBgSidebar {
    background-color: transparent;
    /* border: 1px solid #d6d2d2;
    padding: 5px 0px 0px; */
    margin-bottom: 12px;
    border-radius: 10px;
}

.small_posts,
.owl-item {
    cursor: pointer;
}

.single-container .addBgTop {
    margin-top: 10px;
}


#main .addBgTop {
    margin-bottom: 0px;
}

#secondary .addBgTop {
    margin-top: 0px;
}

.section-title span {
    color: #010101
}

.cm-post-meta {
    margin-top: 20px;
    margin-bottom: 20px
}

.the_content {
    margin-top: 30px;
}

/* NLW070:03Dec2024:Changed margin-top: 30px */
@media screen and (min-width: 768px) and (max-width: 992px) {
    .carousel-inner .item {
        padding-top: 5px !important;
    }
}

.pb-20 {
    margin-bottom: 10px;
}

.aurbhi {
    color: #1da1f2
}


.nav-background {
    background-color: #1a1a1a;
    border-top: 1px solid red;
    /* border: 1px solid #d8d8d8; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -o-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -ms-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.overlay-image {
    position: absolute;
    top: 5px;
}



.horizontal-menu {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    /* background-color: #f8f9fa;
    padding: 10px 0;
    border-bottom: 1px solid #ddd; */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
}

.horizontal-menu .menu-items {
    display: inline-block;
}

.horizontal-menu a {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    white-space: nowrap;
}

.horizontal-menu::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}



.HeadertagHalf {
    margin-left: 5px;
    margin-top: 8px;
    font-weight: 700;

    color: red;
}

.headerImg {
    padding: 0px 0px;
    font-size: 21px;
    height: 35px;
}

@media (max-width: 493px) {
    .LogoHeight {
        height: 55px !important;
    }
}


.showLogo {
    display: none !important;
}

.inner-nav {
    /*NLW058: 10Aug2024 Added*/
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1285px;
}


.menuSearch {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}


.alignInrow {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.iconright {
    padding-right: 10px;
}

.videle204 {
    display: block;
    margin-bottom: 40px;
    border-radius: 10px;
}

.videle204 .cm_middle_post_widget_four .post-holder {
    background-color: transparent !important;
    border: none !important;
    padding: 20px 0px 0px 0px;
    position: relative;
}

.videle204 h3 a {
    color: #ff323b !important;
}

.videle204 h3 a:hover {
    color: #000 !important;
}

#AdhuraSach .post_title a,
#GlobalChasma.post_title a,
#primary .post_title a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
}

.news-area .cm-post-widget-section {
    margin-bottom: 30px;
    margin-top: 15px;
}

.cm-post-widget-section .entry_cats {
    margin-bottom: 2px;
}

.cm-post-widget-section .cm-post-meta {
    margin-top: 10px;
}

.cm-post-widget-two .lazy-thumb {
    padding-bottom: 56.25%;
}

.cm-post-widget-two .big-card {
    color: #fff;
    margin-bottom: 30px;
}

.cm-post-widget-two .big-card .post-holder {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.5)), to(#000));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5) 40%, #000);
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    width: 100%;
}

.cm-post-widget-two .big-card .post-holder .post_title h2 {
    font-size: 24px;
}


.cm-post-widget-two .big-card .post-holder .post_title h2 a:hover {
    color: #ff323b;
}

.cm-post-widget-two .big-card .post_meta li a {
    color: #ccc;
}

.cm-post-widget-two .big-card .post_meta li a:hover {
    color: #ff323b;
}

.cm-post-widget-two .small-card {
    position: relative;
}

.cm-post-widget-two .small-card .post-holder {
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 15px;
    position: relative;
}

.cm-post-widget-two .small-card .post-holder .post_title h2 {
    font-size: 18px;
}

.news-area .cm-post-widget-three {
    margin-bottom: 0;
}

.cm-post-widget-three .card_content {
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 20px;
}

.cm-post-widget-three .post_title h2 {
    font-size: 20px;
}

.news-area .cm_post_widget_six {
    margin-bottom: 0;
}

.cm_post_widget_six .post_title h2 {
    font-size: 16px;
}

.news-area .cm_middle_post_widget_four {
    margin-bottom: 0;
}

.cm_middle_post_widget_four .post-holder {
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 20px;
    position: relative;
}

.cm_middle_post_widget_four .post-holder .post_title h2 {
    font-size: 20px;
}

.cm_middle_post_widget_four .post-holder .post-excerpt {
    margin-top: 10px;
}

.cm_middle_post_widget_four .right_box .post_title h2 {
    font-size: 16px;
}

.cm_middle_post_widget_six .middle_widget_six_carousel {
    position: relative;
}

.cm_middle_post_widget_six .middle_widget_six_carousel .card {
    background-position: 23%;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 0;
    min-height: 256px;
    position: relative;
    overflow: hidden;
}



.cm_middle_post_widget_six .middle_widget_six_carousel .card .card_content {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.5)), to(#000));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5) 40%, #000);
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 12px;
    position: absolute;
    right: 0;
    z-index: 10;
}



.cm_middle_post_widget_six .middle_widget_six_carousel .owl-nav {
    position: absolute;
    right: 12px;
    top: 20px;
}

.cm_middle_post_widget_six .middle_widget_six_carousel .owl-nav .owl-next,
.cm_middle_post_widget_six .middle_widget_six_carousel .owl-nav .owl-prev {
    border-radius: 0;
    height: 35px;
    margin: 0;
    width: 35px;
    background: #ffffff;
    border-radius: 50%;
    color: red;
    margin-left: 10px;
    font-size: 18px;
    line-height: 40px;
    width: 35px;

}

.cm_middle_post_widget_six .lazy-thumb {
    padding-bottom: 0;
}

.cm_middle_post_widget_six .post_title h2 {
    font-size: 20px;
}



.cm_middle_post_widget_six .post_title h2 a:hover {
    color: #ff323b;
}

.cm_middle_post_widget_six .cm-post-meta a {
    color: #ccc;
}

.news-area .cm_middle_post_widget_one {
    margin-bottom: 0;
}

.cm_middle_post_widget_one .card .post-holder {
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 20px;
}

.cm_middle_post_widget_one .card .post_title h2 {
    font-size: 20px;
}

.cm_middle_post_widget_one .boxes_holder .post_title h2 {
    font-size: 16px;
}

.the_content {
    font-size: 1rem;
}

.the_content p {
    line-height: 1.8;
    margin-bottom: 20px;
    margin-top: 20px;
}

.the_content> :first-child {
    margin-top: 0;
}

.the_content> :last-child {
    margin-bottom: 0;
}

.the_content h1,
.the_content h2,
.the_content h3,
.the_content h4,
.the_content h5,
.the_content h6 {
    margin-bottom: 20px;
    margin-top: 40px;
}

.the_content a {
    color: #0061ff;
    text-decoration: underline;
}

.the_content a:hover {
    color: #ff323b;
    text-decoration: underline;
}

.the_content blockquote p,
.the_content q p {
    line-height: 1.4;
    margin: 0;
}

.the_content .wp-block-pullquote blockquote {
    border-left: none;
}

.the_content ol li,
.the_content ul li {
    margin-bottom: 10px;
}

.the_content table {
    margin-bottom: 0;
}

.the_content figure {
    max-width: 100%;
}

.the_content iframe {
    border-radius: 2px;
    overflow: hidden;
}

.the_content .wp-block-latest-comments article footer.wp-block-latest-comments__comment-meta {
    color: #212529;
}

.the_content a.wp-block-button__link {
    color: inherit;
    text-decoration: none;
}


.stories-container {
    display: flex;
    /* gap: 10px;
    overflow-x: auto; */
}

.category-thumbnail {
    width: 100%;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    position: relative;
}

.swiper-slide {
    background: transparent;
}

.swiper-backface-hidden .swiper-slide {
    background: transparent !important;
}

.swiper {
    min-height: 282px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #000000;
}

.category-thumbnail img {
    width: 100%;
    height: 320px;
    border-radius: 10px;
    object-fit: cover;
}

.category-thumbnail h3 {
    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #000;
    background: linear-gradient(1turn, #000000, #00000047);
    bottom: 0px;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    left: 0;
    line-height: 23px;
    padding: 6px;
    padding-left: 10px;
    border-left: 2px solid #ffd779;
    position: absolute;
    text-align: center;
    min-height: 81px;
    width: 100%;
    margin-bottom: 0px;
}



.reels-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Diagonal white bar - part of Reels icon */
.reels-icon::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 30px;
    background-color: #ffffff;
    transform: rotate(-45deg);
    border-radius: 2px;
}

/* Second bar to mimic play/reels style */
.reels-icon::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 30px;
    background-color: #ffffff;
    transform: rotate(0deg);
    border-radius: 2px;
    left: 10px;
}

.--video-detail.respnsive_iframe {
    width: 100%;
    object-fit: cover;
    height: auto;
}

.mx-text {
    max-width: 432px;
    width: 100%;
}

/* ----------------Astro------------------------- */
.astro-swiper,
.astro-wrapper {
    width: 100%;
    min-height: 100px;
    position: relative;
}

.astro-swiper {
    padding: 20px 0px;
    border-top: 1px solid #dd8d11f5;
}

.astro-title {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 3;
    margin-bottom: 10px;
    color: #b45a0c;
    text-align: center;
    font-weight: 500;
}

#astro-slide {
    height: 195px;
}

.astro-slide a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background-image: radial-gradient(circle at top, #9e7a41 0%, #1a0f00 80%);
    /* background: linear-gradient(to right, #000000, #793900); */
    /* background-image: radial-gradient(61% 29% ellipse at center top, #b6814e 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(62% 52% ellipse at center bottom, #000000 0%, #000000 100%); */
    padding: 22px 32px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow:
        -0.15em -0.15em 0.15em -0.075em rgba(5, 5, 5, 0.25),
        0.0375em 0.0375em 0.0675em 0 rgba(5, 5, 5, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.astro-slide a img {
    max-width: 80px;
    height: auto;
    margin-bottom: 8px;
    filter: brightness(1.3);
}

.astro-slide a:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    /* ✅ hover shadow */
}

/* Navigation buttons */
.astro-button-next,
.astro-button-prev {
    width: 40px;
    height: 41px;
    border: 2px solid #c5c5c5;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 12px;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s ease;
}

.astro-modal {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.astroModalTitle {
    color: #934400;
    text-align: center;
    font-weight: 500;
    font-size: 35px;
}

.astro-modal-content {
    position: relative;
    max-width: 70vw;
    width: 100%;
    padding: 20px 50px;
    min-height: 500px;
    background-image: radial-gradient(50% 30% ellipse at center top, #f5a45d 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(60% 50% ellipse at center bottom, #ffceaa 0%, #ffe5d2 100%);
    border-radius: 10px;
}

.astro-modal-content img {
    max-width: 100px;
    margin-bottom: 10px;
}

.astro-text {
    text-align: justify;
    font-size: 19px;
    line-height: 36px;
    letter-spacing: 0.5px;
    color: #b45a0c;
}

.astro-close {
    position: absolute;
    top: 5px;
    right: 17px;
    font-size: 30px;
    cursor: pointer;
}

/* Positioning */
.astro-button-next {
    right: 0;
}

.astro-button-prev {
    right: 50px;
}

/* Font Awesome icons */
.astro-button-next i,
.astro-button-prev i {
    font-size: 16px;
    color: #b98005;
    transition: color 0.3s ease;
}

/* Hover effect */
.astro-button-next:hover,
.astro-button-prev:hover {
    background: #361a00;
}

.astro-button-next:hover i,
.astro-button-prev:hover i {
    color: #fff;
}

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

} */

/*----------------- welcome page new ---------------- */
.top_n {
    height: 200px;
}

.top-news-box .just_in_widget .just_in_main {
    height: 200px;
    border: none;
}

.top-news-box .just_in_widget .just_in .js_block {
    height: 154px;
}

/* just in */
.top-news-box {
    .just_in_widget {
        background: #fff;
    }
}

.jb {
    height: 295px !important;
}

.jst {
    height: 207px;
    border: none;
}


.just_in_widget {
    margin-bottom: 15px;
}

.just_in {
    padding: 12px 19px 0;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #c5c5c5;
    overflow: hidden;
}

/* NL1061: 13.10.2025 : removed */
.just_in_main {
    overflow: hidden;
    height: 210px;
    padding: 6px 19px 0;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #c5c5c5;
}

.js_block {
    padding-left: 0;
    margin-left: 0;
    height: 150px;
    padding-right: 6px;
    overflow-y: scroll;

    li {
        padding-left: 6px;
    }
}

.js_block::-webkit-scrollbar {
    width: 3px;
    height: 12px;
}

.js_block::-webkit-scrollbar-track {
    background: #f1f1f100;
    border-radius: 10px;
    height: 12px;
}

.js_block::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 10px;
    height: 12px;
}

.js_block::-webkit-scrollbar-thumb:hover {
    background: #444444;
}


.js_title {
    position: relative;
    margin-top: 10px;
    margin-bottom: 9px;

    .js_t {
        color: red;
        font-size: 17px;
        line-height: 25px;
        font-weight: 600;
        margin-left: 29px;
        margin-bottom: 12px;
    }

    .js_t::after {
        width: 16px;
        height: 16px;
        animation: pulse 1s linear infinite;
    }

    .js_t::before,
    .js_t::after {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        border-radius: 50%;
        left: 0px;
        background-color: #ff1a1a;
        top: 5px;
    }
}

.live_tag {
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-right: 2px;
    padding: 6px 26px 0 1px;
    color: #ff323b;
    border-radius: 8px;
    font-size: poppins, sans-serif;
}

.live_tag::after {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    right: 9.1px;
    margin-left: 5px;
    top: 14px;
    background-color: #ff1a1a;
    animation: pulse2 1s linear infinite;
}

.live_tag::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    right: 10.85px;
    top: 15px;
    background-color: #ff3737;
    z-index: 2;
}


@keyframes pulse2 {
    from {
        transform: scale(0.9);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse {
    from {
        transform: scale(0.9);
        opacity: 1;
    }

    to {
        transform: scale(1.8);
        opacity: 0;
    }
}

.live_tag_s span {
    background: red;
    width: 10px;
    height: 10px;
    margin-left: 3px;
    display: inline-block;
    border-radius: 50%;
}

.live_tag_s {
    position: relative;
    font-weight: 700;
    display: inline-block;
    padding: 0px 3px 0 1px;
    color: #ff323b;
    border-radius: 8px;
}

.js_article {
    display: flex;
    gap: 15px;
    padding-left: 10px;
}

.js_left {
    width: 2px;
    height: 55px;
    background: #8a8a8a;
    position: relative;
    margin-top: 20px;

    &::after {
        position: absolute;
        content: "";
        height: 8px;
        width: 8px;
        border-radius: 50%;
        left: -3px;
        background-color: #ff1a1a;
        top: -12px;
    }
}

.js_right {
    margin-bottom: 4px;

    p {
        margin-bottom: 3px;
        font-size: 14px;
        font-family: Poppins;
        color: #5f5f5f;
        font-weight: 600;
    }

    a {
        font-size: 16px;
        color: #666;
        font-weight: 400;
        line-height: 22px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;

        &:hover {
            color: red;
        }
    }
}

/* ============================================= */
/* new home layout */
/* ============================================= */
.top--news {
    margin-top: 12px;
    /* min-height: 600px; */
}

.cstm--card-top {
    position: relative;
}

.layout--container {
    display: flex;
    gap: 15px;
}

.column--left,
.column--right {
    max-width: 345px;
    width: 100%;

}

.column--center {
    flex: 1;
}

.cstm--card {
    padding-bottom: 0 !important;
    margin-bottom: 10px;
    padding-bottom: 0 !important;
    margin-bottom: 14px;
    border-bottom: 1px solid #c1c1c1;
}

.cstm--card-top {
    display: block;
    position: relative;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}

.cstm--card-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.cstm--card-bottom {
    padding-bottom: 3px;
    min-height: 60px;
}

.cstm--card-top img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.cstm--card-bottom a h3 {
    font-size: 17px;
    line-height: 23px;
    font-weight: 600;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 0;
}

.ctn:last-of-type {
    margin-bottom: 0;
}

.ctn {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 10px;
}

.ctn2 {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-right: auto;
}

.ctn2 :last-of-type {
    margin-bottom: 0;
}

.--ct_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.--ct_img {
    display: inline-block;
    overflow: hidden;
    border-radius: 8px;
    width: 110px;
    height: 67px;
    object-fit: cover;
    flex-shrink: 0;
    background-color: #dad4ec;
    background-image: linear-gradient(to top, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%);
}

#webs {

    object-fit: contain;
}

.custom--card-title a {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    color: #333;
}

.custom--card-title a:hover {
    color: #ff323b;
}

/* main-card */
.cstm--card-m {
    margin-bottom: 10px;
}

.cstm--card-top-m {
    display: block;
    position: relative;
    height: 308px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}


.cstm--card-top-m img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cstm--card-bottom-m a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.cstm--card-bottom-m a h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;

}

.cstm--card-bottom-m a:hover {
    color: #ff323b;
}

.cstm--card-bottom-m p {
    font-size: 15px;
    font-weight: 400px;
    text-align: left;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 0;
}

.top-reals-icon {
    display: inline-block;
    height: 13px;
    width: 18px;
}

.top-reals-icon svg {
    width: 100%;
    height: 100%;
}

/* mews grid */
.news--grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #d4d4d4;
}

.news--col {
    padding-top: 14px;
}

.news--col:first-of-type {
    padding-left: 0;
    padding-right: 6px;
    /* border-right: 1px solid #C1C1C1; */
}

.news--col:last-of-type {
    padding-left: 6px;
    padding-right: 0;
}

.p_3 .n_title {

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    display: inline-block;
    text-align: left;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


.p_2 a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
}

.p_2 a {
    color: #333;
}

.p_2 {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 2px;
    margin-bottom: 8px;
    margin-right: auto;
    min-height: 52px;
    width: 100%;
}

.p_2:last-of-type {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.p_3 {
    width: 100%;
    border-bottom: 1px solid #dddada;
    padding-bottom: 6px;
    margin-bottom: 6px;
    margin-right: auto;
    height: 78px;
}

.p_3:last-of-type {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.news_lft .news_desc a {
    text-align: left;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news--col .news_desc a i {
    color: #ff323b;
}

.news--col .news_desc a {
    max-height: 51px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: left;
    overflow: hidden;
}

.news--col .news_desc {
    margin-bottom: 12px;
    background: #ffffff;
    padding: 4px 12px 0;
    border-left: 2px solid #bebebe;
    border-radius: 2px;
    min-height: 54px;
    box-shadow: 1px 2px 4px rgb(0 0 0 / 12%);
    -webkit-box-shadow: 1px 2px 4px rgb(0 0 0 / 12%);
    -moz-box-shadow: 1px 2px 4px rgb(0 0 0 / 12%);
    -o-box-shadow: 1px 2px 4px rgb(0 0 0 / 12%);
    -ms-box-shadow: 1px 2px 4px rgb(0 0 0 / 12%);
}

/* right col */


.yt-video {
    height: fit-content;
}

.podcast--vdo {
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 100%;
    height: auto;
    border: none;
    border-radius: 10px;
    display: block;
}

/* For older browsers that don't support aspect-ratio */
@supports not (aspect-ratio: 16 / 9) {
    .podcast--vdo {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .podcast--wrapper {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 ratio */
        height: 0;
        overflow: hidden;
        border-radius: 10px;
    }
}

.at_content video {
    width: 100%;
    max-width: 600px;
    height: auto;
}

.at_content iframe {
    width: 100%;
    max-width: 600px;
    display: block;
}

iframe[src*="facebook.com"] {
    max-width: 100% !important;
    width: 100%;
}


/* state tab */

.js-tabs-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 12px;
    background: #000;
    border-radius: 8px;
}

.js-tabs-nav {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 5px 0;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #565656 transparent;
    margin-bottom: 10px;
}

/* WebKit (Chrome, Safari) */
.js-tabs-nav::-webkit-scrollbar {
    height: 2px;
    cursor: pointer;
}

.js-tabs-nav::-webkit-scrollbar-track {
    background: transparent;
}

.js-tabs-nav::-webkit-scrollbar-thumb {
    background-color: #ff323b;
    border-radius: 10px;
}

.js-tab-button {
    flex: 0 0 auto;
    padding: 8px 16px;
    background-color: #000000;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.js-tab-button.active {
    color: white;
    border-bottom: 3px solid #ff323b;
    padding: 10px 16px 0;
    line-height: 22px;
    font-size: 16px;
}

.js-tab-content {
    display: none;
    font-weight: 500;
}

.js-tabs-content-wrapper {
    padding: 26px 20px 7px 13px;
    background: #fff;
    border-radius: 8px;
}

.js-tab-content.active {
    display: block;
    color: #000000;
    background: #fff;
    border-radius: 8px;
    position: relative;
}

/* ------------------------ */


.top-news-banner {
    width: 100%;
    display: flex;
    gap: 12px;
    justify-content: center;
}

.top-news-wrap {
    width: 40%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.nwsItem {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
    margin-bottom: 6px;
    background: linear-gradient(15deg, #dedede, transparent);
    border-radius: 0 10px;
}

.nwsItem:last-child {
    margin-bottom: 0;
}

.nwsImg {
    display: block;
    min-width: 120px;
    height: 72px;
    overflow: hidden;
    border-radius: 10px;
}

.nwsImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image covers the entire area */
}

.nwsItem>.nwsTittle {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4d4d4d;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    text-align: left;
    transition: all 0.3s ease;

    &:hover {
        color: #e20d0d;
    }
}


.nws_list {
    width: 100%;
    margin: 0;
    padding: 0 8px;
}

/* button start */


.inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(-65deg, #0000 40%, rgba(255, 255, 255, 0.523) 50%, #0000 70%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    animation: thing 1s ease infinite;
    -webkit-animation: thing 1s ease infinite;
    -moz-animation: thing 1s ease infinite;
    -o-animation: thing 1s ease infinite;
}

@keyframes thing {
    0% {
        background-position: 130%;
        opacity: 1;
    }

    to {
        background-position: -166%;
        opacity: 0;
    }
}


.inner::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: -1;
}



.text {
    position: relative;
    z-index: 1;
    color: white;
    font-weight: 550;
    transition: inherit;
    font-family: 18px;
    font-family: "poppins", sans-serif;
}

/* button end */


.top-news-wrap-main {
    width: 60%;
    overflow: hidden;
    height: 100%;
}

.top-news-box-main {
    width: 100%;
    height: 100%;
    /* background-color: #e4a607; */
    overflow: hidden;
    border-radius: 10px;
}

.top-news-box {
    position: relative;
    width: 100%;
    background-color: #d0d0d0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    &:first-of-type {
        margin-bottom: 15px;
    }
}



.related-nws {
    margin: 0;
    padding: 22px 15px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #d0d0d0;
}

.related-nws-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;

    &:last-of-type {
        margin-bottom: 0;
    }

    h3 {
        font-size: 37px;
        margin-bottom: 0;
        color: #bababa;
        width: 28px;
    }
}

.related-nws-link {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ccc;
    height: min-content;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.news-card-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;

    &:hover {
        transform: scale(1.1);
    }

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 30%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 30%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 30%, rgba(0, 0, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
    }
}

.news-card-title {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    padding: 15px 12px 10px 12px;

    .title_link {
        font-size: 18px;
        line-height: 26px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 600;
        text-decoration: none;
        color: #ffffff;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;

        &:hover {
            color: #ff323b;
        }
    }
}

/* Tags swiper */
.swiper-tags-container {
    max-width: 1360px;
    width: 100%;
    margin: 10px auto;
    padding: 0 40px;
    position: relative;
    height: 30px;
    display: flex;
    align-items: center;
}

.swiper-tags-main {
    width: 100%;
    min-height: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.swiper-tags-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;

}


.gradient-left,
.gradient-right {
    position: absolute;
    top: 50%;
    width: 79px;
    height: 50px;
    transform: translateY(-50%);
    pointer-events: none;
}

.gradient-left {
    left: 0px;
    background: linear-gradient(92deg, #fffffffa 55%, #ffffff00 100%);
    z-index: 2;
}


.gradient-right {
    right: 0px;
    background: linear-gradient(270deg, #fffffffa 55%, #ffffff00 100%);
    z-index: 2;
}

.swiper-tag {
    position: relative;
    height: 27px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    border-radius: 20px;
    white-space: nowrap;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    width: auto !important;
    flex: 0 0 auto !important;
    padding: 4px 9px 0;
    margin: 0 5px;
    height: 40px;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 19px;
    min-width: auto;
    flex-shrink: 0;
    overflow: hidden;
}

.swiper-tag.active {
    background: #333;
    color: white;
}



.swiper-tags-button-prev {
    background: #e3e3e3;
}

.swiper-tags-button-next {
    background: #e3e3e3;
}

.swiper-tags-button-prev,
.swiper-tags-button-next {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transform: translateY(-50%);

    i {
        color: #5b5b5b;
    }
}

.swiper-tags-button-prev {
    left: 0;
}

.swiper-tags-button-next {
    right: 0;
}

.swiper-tags-button-prev::after,
.swiper-tags-button-next::after {
    display: none;
}


.spl-banner {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.ads-container {
    width: 100%;
    height: auto;
    margin-top: 12px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #d6d2d2;
    padding: 5px 10px 1px;
}

.ad-section {
    width: 100%;
    /* max-width: 970px; */
    margin: 0 auto;
    text-align: center;
    flex-wrap: wrap;
    min-height: 100px;
}

.ad-section-m {
    width: 100%;
    /* max-width: 780px; */
    margin: 0 auto;
    text-align: center;
    flex-wrap: wrap;
    min-height: 100px;
}

/* web-stories */

.swiper {
    width: 100%;
    height: 300px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #333;
}

.news-tabs {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.news-tabs::after {
    /* content: ''; */
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
    position: absolute;
    top: 14px;
}

.tbs::after {
    right: -120px;
}

.nwstb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nwstb::after {
    /* content: ''; */
    width: 61%;
    right: 30%;
    height: 1px;
    background-color: #e3e3e3;
    position: absolute;
    top: 14px;
}

.nwstb2::after {
    width: 79%;
    right: 0%;
}

.gtb::after {
    /* content: ''; */
    width: 73%;
    right: 1%;
}

.widget_tab::after {
    background-color: red !important;

}

.news-tabs i {
    margin-left: 4px;
}

.news-tabs a {
    -webkit-transition: all 0.7s ease;
    transition: all 0.5s ease;
}

.news-tabs a:hover {
    color: #dc2229;
}

.news-tabs .newstab_title h2 {
    font-size: 20px;
    margin: 0;
}

.news-tabs .newstab_title {
    font-size: 20px;
    color: #000;
    border: none;
    padding: 0;
    text-align: left;
    margin-right: 0px;
    border-radius: 0;
    border-left: 4px solid red;
    padding-left: 12px;
    background: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;

    &:hover {
        color: #ff323b;
        text-decoration: none;
        background: transparent;
        border: none;
        border-left: 4px solid red;
    }
}

.news-tabs a {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    display: inline-block;
    margin-right: 11px;
}

.news-tabs a i {
    -webkit-transition: all 0.7s ease;
    transition: all 0.5s ease;
    margin-left: 5px;
}

.news-tabs a:hover i {
    transform: translateX(5px);
}

a {
    text-decoration: none;
}

.news-panel {
    margin-bottom: 16px;
    margin-top: 26px;
}

.news-inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
}


.sd2 {
    background: transparent;
}

.news-block2 {
    width: 35%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    box-sizing: border-box;
}

.news-block3 {
    width: 30%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    box-sizing: border-box;
}

#nb {
    width: 35%;
}

#nb2 {
    width: 30%;
}

/* sort video */
.reels {
    background-image: radial-gradient(50% 30% ellipse at center top, #003466 0%, rgb(0 0 0 / 0%) 100%), radial-gradient(60% 50% ellipse at center bottom, #003466 0%, #000000 100%);
}

.reels-wrap {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.story-strip {
    padding-top: 25px;
    padding-bottom: 10px;
}

.reels-banner {
    width: 270px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}


.story-head span a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.story-head {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 8px;
    width: 100%;
    border-left: 4px solid #f21500;
    padding-left: 12px;
}

.story-head i {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 0.8rem solid #e40000;
    border-left: 0.8rem solid transparent;
    transform: rotate(90deg);
}

.story-slide {
    width: 130px !important;
    margin-right: 15px;
}

.story-thumb {
    max-width: 218px;
}

#reels_s a {
    background: transparent;
    overflow: hidden;
}

.story-thumb {
    position: relative;
    display: block;
    width: 100%;
    height: 320px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.story-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-play {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    z-index: 2;
}

.story-play::after {
    content: "";
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #e40000b5 url('data:image/svg+xml,<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><polygon fill="white" points="12,9 24,16 12,23"/></svg>') center/80% 80% no-repeat;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
}

.storyTitle {
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(1turn, #000000, #00000047);
    border-left: 2px solid #ffd779;
    padding: 9px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    min-height: 80px;
    border-radius: 0 0 6px 6px;
}

/* ───── navigation buttons ───── */
.story-nav {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
}

.story-nav button {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #000000;
    cursor: pointer;
    transition: .2s;
    border: none;
}

.story-nav .story-nav-prev {
    left: 0;
}

.story-nav .story-nav-next {
    right: 0;
}


.story-nav svg {
    width: 30px;
    height: 30px;
}

/* ---------------- */
.news-block {
    width: 33.33333%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    box-sizing: border-box;
}

.thumbnail-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.thumbnail-header p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.thumbnail-header a {
    display: inline-block;
    justify-content: space-between;
    align-items: center;
    color: #f3242b;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    border-radius: 13px;
    padding: 1.5px 10px;
    text-decoration: none;
    background: none;
}

.thumbnail-header a i {
    -webkit-transition: all 0.7s ease;
    transition: all 0.5s ease;
}

.thumbnail-header a:hover i {
    transform: translateX(5px);
}

swiper-container {
    width: 100%;
    height: 100%;
}


swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper_card_top {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.video_icon {
    position: absolute;
    bottom: 7px;
    right: 12px;
}

.video_icon i {
    color: #ff323b;
    font-size: 24px;
}


.category_strip a:hover {
    color: #000000;
}

.category_strip a {
    color: #ff0000;
}

.category_strip {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background-color: #ffffff;
    background-color: rgb(255 255 255 / 68%);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    color: #ff0000;
    font-weight: 600;
    border-radius: 5px;
    filter: saturate(2);
    -webkit-filter: saturate(1);
    padding: 7px 11px 3px;
    font-size: 12px;
}


.category_strip_right {
    position: absolute;
    bottom: 12px;
    left: 3px;
    padding: 2px 5px;
    background-color: rgba(253, 0, 0, 0.825);
    backdrop-filter: blur(120px);
    -webkit-backdrop-filter: blur(110px);
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    font-size: 11px;
}

.swiper_card_top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.swiper_card_top img:hover {
    transform: scale(1.05);
}

.swiper_card_bottom {
    padding-top: 10px;
    padding-bottom: 40px;
    text-align: left;
}

.swiper_card_bottom a {
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.swiper_card_bottom a:hover {
    color: #ff3131;
}


.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: red !important;
    width: 28px;
    height: 3px;
    border-radius: 0;
}


.autoplay-progress {
    position: absolute;
    right: 10px;
    bottom: 115px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #ffffffcc;
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #ffffffcc;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.row {
    display: flex;
    width: 100%;
}

.col-6 {
    width: 50%;
}

.news_lft2 {
    padding-right: 6px;
    padding-left: 3px;
}

.news_lft .thumb_card_top img:hover {
    transform: scale(1.05);
}

.news_lft .thumb_card_top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.news_lft .thumb_card_top {
    width: 100%;
    height: 110px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
}

.news_lft {
    padding-right: 6px;
    padding-left: 3px;
}

.news_lft .thumb_card_top a,
.news_lft .thumb_card_top a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.thumb_card_top a img:hover {
    transform: scale(1.05);
}

.news_lft2 .thumb_card {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    background: #eaeaea;
    padding: 10px;
    border-radius: 7px;
}

.news_lft2 .thumb_card .thumb_card_bottom {
    max-width: 210px;
    margin-left: 10px;
}

.news_lft2 .thumb_card_top {
    width: 170px;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
}

#line2 {
    text-align: left;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
}

#line2 a {
    -webkit-line-clamp: 2;
}

.news_rht2 {
    padding: 0;
}

.news_rht2 .news_desc:first-of-type {
    border-top: 1px solid #dddada;
    padding-top: 5px;
    margin-top: 5px;
}

.news_rht2 .news_desc:last-of-type {
    border: none;
}

.news_rht2 .news_desc {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 10px;
    padding-bottom: 9px;
    max-height: 60px;
    height: 100%;
}

.news_lft .thumb_card_bottom {
    border-bottom: 1px solid #dddada;
    padding-bottom: 13px;
    margin-bottom: 14px;
}

.news_lft .thumb_card_bottom a {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #393939;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    text-decoration: none;
    display: inline-block;
    text-align: left;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news_lft .thumb_card_bottom a:hover {
    color: #ff3131;
}

.thumb_card_bottom a:hover {
    color: #ff3131;
}

.thumb_card_bottom a {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #393939;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    text-decoration: none;
    display: inline-block;
    text-align: left;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news_rht {
    padding-left: 6px;
}

.news_rht .news_desc {
    border-bottom: 1px solid #dddada;
    padding-bottom: 5px;
    margin-bottom: 9px;
    text-align: left;
}

.news_rht .news_desc a {
    text-align: left;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_rht .news_desc:last-of-type {
    border-bottom: none;
    margin-bottom: 0px;
}

.news_desc a {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    display: inline-block;
    text-align: left;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news_desc a:hover {
    color: #ff3131;
}

.news_desc a:hover i {
    color: #ff3131;
}


.tabs {
    display: flex;
    flex-wrap: wrap;
    background: #000;
    /* background-image: radial-gradient(50% 30% ellipse at center top, #34466a 0%, rgb(0 0 0 / 0%) 100%), radial-gradient(60% 50% ellipse at center bottom, #1c415a 0%, #100a1c 100%) !important; */
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.tabs label {
    order: 1;
    display: block;
    padding: 10px 16px;
    margin-right: 6px;
    cursor: pointer;
    background: transparent;
    font-weight: bold;
    color: #ffffff;
    font-weight: 500;

    border-radius: 8px;
    -webkit-transform-origin: center;
    transform-origin: center;
    font-size: 15px;
    transition: background ease 0.2s;
}

.tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 17px;
    background: #ffff;
    border-radius: 8px;
    border: 1px solid #c1c1c1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.tabs input[type="radio"] {
    display: none;
}

.tabs input[type="radio"]:checked+label {
    background: #d50703c2;
    color: white;
    border: 1px solid #ff323b;

}

.tabs input[type="radio"]:checked+label+.tab {
    display: block;
}

.tab_card_title {
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;

    &:hover {
        color: #ff323b
    }
}

.tab_card_main {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 9px;


}

.tcm_img img:hover {
    transform: scale(1.05);
}

.tcm_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.48s cubic-bezier(0.23, 1, 0.32, 1);

}

.tcm_img {
    width: 100%;
    height: 255px;
    display: inline-block;

}

.tc_img {
    display: inline-block;
    overflow: hidden;
    border-radius: 8px;
    width: 125px;
    height: 75px;
    object-fit: cover;
    flex-shrink: 0;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0px;
        transition: transform 0.48s cubic-bezier(0.23, 1, 0.32, 1);

        &:hover {
            transform: scale(1.05);
        }
    }
}

._devider {
    position: relative;
    display: flex;
    gap: 20px;
}

.left_content {
    width: 100%;
}

.right_content {
    width: 100%;
    max-width: 300px;
    margin-top: 0px;
}

.category_strip3 .category {
    color: #ff323b;
    font-size: 13.5px;
}

.category {
    display: block;
}



.tab_card .tc_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.tab_card .tab_title:hover {
    color: #ff323b;
}

.tab_card .tab_title {
    color: #333;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tab_card {
    display: flex;
    justify-content: center;
    gap: 10px;

    .tab_title {
        width: 100%;

        .category_strip2 {
            width: max-content;
            position: relative;
            margin-bottom: 3px;
            color: #ff323b;

            a {
                color: #ff323b;
                font-size: 13.5px;
                line-height: 19px;
                font-weight: 600;

                &:hover {
                    color: #ff323b;
                }
            }

        }

        a {
            color: #333;
            font-size: 15px;
            line-height: 22px;
            font-weight: 500;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;

            &:hover {
                color: rgb(255, 0, 0);
            }
        }
    }
}

.tab_row {
    display: flex;
    gap: 12px
}

.tab_row .col-6:nth-child(2) .tab_card {
    margin-bottom: 2px;
}


.news_tab_row {
    display: flex;
    gap: 12px;
}

.custom-tab-row {
    display: flex;
    gap: 12px;
}

.news-tabs {
    width: 100%;
}

.news-tabs-sub {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    width: 386px;
    margin-left: 44px;
}

.news-tabs-sub::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
    position: absolute;
    top: 14px;
    margin-left: 25px;
}

.news-tabs-sub a {
    -webkit-transition: all 0.7s ease;
    transition: all 0.5s ease;
}

.news-tabs-sub a:hover {
    color: #ff323b;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.news-tabs-sub a {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    border: none;
    padding: 0;
    text-align: left;
    margin-right: 0px;
}

/* tags */
.tag-sl {
    a {
        color: #000;
    }
}

.tags_row {
    gap: 12px 0;
}

.podcast_title {
    padding: 5px 10px 0px 0px;
}

.podcast_title h5 {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.podcast_title a {
    font-size: 17px;
    font-weight: 600;
    color: black;
    border: none;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.podcast_title a:hover {
    color: #ff323b;
}


.custom-tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    /* background: #000; */
    background-image: radial-gradient(50% 30% ellipse at center top, #792828 0%, rgb(0 0 0 / 0%) 100%), radial-gradient(60% 50% ellipse at center bottom, #8e0c0c 0%, #180101 100%) !important;
    /* background-image: radial-gradient(50% 30% ellipse at center top, #34466a 0%, rgb(0 0 0 / 0%) 100%), radial-gradient(60% 50% ellipse at center bottom, #1c415a 0%, #100a1c 100%) !important; */
    padding: 20px;
    border-radius: 10px;
}

.custom-tabs label {
    order: 1;
    display: block;
    padding: 5px 16px;
    margin-right: 6px;
    cursor: pointer;
    background: transparent;
    font-weight: bold;
    color: #ffffff;
    font-weight: 500;
    border: none;
    -webkit-transform-origin: center;
    transform-origin: center;
    font-size: 15px;
    transition: background ease 0.2s;
}

.custom-tabs input[type="radio"] {
    display: none;
}

.custom-tabs input[type="radio"]:checked+label {
    background: #d5060300;
    color: white;
    border-bottom: 3px solid #d50703c2;
}

.custom-tabs input[type="radio"]:checked+label+.custom-tab {
    display: block;
}

.custom-tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #c1c1c1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}


.custom-tab-card-main {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 15px;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.48s cubic-bezier(0.23, 1, 0.32, 1);

        &:hover {
            transform: scale(1.05);
        }
    }
}

.custom-tab-card-title {
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 22px 15px;
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0) 100%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;

    &:hover {
        color: rgb(255, 201, 201);
    }
}


.custom-tab-card {
    display: flex;
    justify-content: start;
    gap: 10px;

}

.custom-tab-card img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.custom-img-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-img-link {
    display: inline-block;
    max-width: 135px;
    width: 100%;
    height: 80px;
    overflow: hidden;
    border-radius: 8px;
}

.custom-tab-title {
    width: 100%;

    a {
        color: #000;
        font-size: 15px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;

        &:hover {
            color: rgb(255, 0, 0);
        }
    }
}

.custom-tab-title a:hover {
    color: #ff323b;
}

.custom-tabs .col-6:nth-child(2) {
    .custom-tab-card {
        margin-bottom: 10px;
    }
}

.card_small {

    position: relative;
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 10px;
}

.card_small_top a {
    display: block;
    width: 100%;
    height: 100%;
}

.card_small_top a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card_small_top {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 247px;
    height: 92px;
    margin-bottom: 10px;
}

.card_small_top .video_icon {
    position: absolute;
    right: 8px;
    bottom: 0px;
    z-index: 1;
}

.card_small_top .video_icon i {
    color: #ff0a0a;
    font-size: 18px;
}

.card_small_top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.card_small_top img:hover {
    transform: scale(1.05);
}


.fa-video-camera {
    color: #ff323b;
}

.card_small_title {
    width: 100%;
    line-height: 24px;

}

.card_small_title .category_strip {
    width: fit-content;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #ff323b;
    background: transparent;
    padding: 0;

}

.card_small_title .category_strip:hover {
    color: #ff323b;
}

.card_small_title a:hover {
    color: #ff323b;
}

.card_small_title a {
    font-size: 16px;
    line-height: 21px;
    color: #333;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* NL1061: 13.10.2025 : added */
.custom_left {
    width: 33.3333333333%;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 0 10px 0 0;
}

.custom_center {
    width: 33.3333333333%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 0 17px;
    gap: 20px;
    /* border-right: 1px solid #c8c8c8; */
}

.custom_right {
    width: 33.3333333333%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 0 17px;
    gap: 20px;
}

/* NL1061: 13.10.2025 : added */
.side_widgets .card_small .card_small_top {
    width: 200px;
    height: 72px;
    overflow: hidden;
}



/* video section */
.video-section {
    padding: 20px;
}

.title {
    font-size: 24px;
    margin-bottom: 10px;
}

.cts {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.tab-btn {
    transform: skewX(-22deg);
    background: rgba(255, 255, 255, 0.183);
    color: #ffffff;
    border: none;
    padding: 10px 18px;
    cursor: pointer;
    border-radius: 3px;
    font-weight: bold;
    display: inline-block;
    position: relative;
}

.tab-btn span {
    display: inline-block;
    transform: skewX(22deg);
}

.tab-btn.active {
    background: #e21010;
    color: white;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.video-item {
    background: white;
    color: black;
    padding: 20px;
    margin: 10px;
    border-radius: 5px;
}

.video_block {
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 10px;
    padding: 25px;
}

.vdo_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}


.see-more-btn3 {
    position: relative;
    display: inline-block;
    padding: 0px 15px;
    padding-top: 8px;
    color: #ffffff;
    background: #ff323b;
    border-radius: 7px;
    font-size: 14px;
    line-height: 18px;
    min-height: 32px;
}

.see-more-btn3:hover {
    color: #fff;
}

.see-more-btn2 {
    font-size: 15px;
    color: #ff323b;
    font-weight: 600;
    display: inline-block;
}

.vdo_title h2 {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 31px;
    font-weight: 600;
    margin: 0;
    padding-left: 12px;
    border-left: 4px solid red;
}

.vdo_content {
    display: flex;
    flex-direction: row;

    gap: 20px;
}

.video-items-left {
    width: 52%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}


.video-items-right .custom-tab-card:last-of-type {
    border: none;
}


.video-items-right .custom-tab-card .playBtn-wrap2 {
    left: -1px;
    max-width: 74px;
    position: absolute;
    bottom: 9px;
    padding: 3px 7px 1px 7px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000029;
    gap: 3px;
    backdrop-filter: blur(1px);
}

.video-items-right .custom-tab-card .playBtn-wrap2 .play-btn {
    color: aliceblue;
    /* height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #ff323b; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
}

.video-items-right .custom-tab-card .playBtn-wrap2 .play-btn i {
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.video-items-right .custom-tab-card .playBtn-wrap2 .play-btn i:hover {
    color: #ff323b;
}

.v-duration2 {
    margin: 0;
    color: #fff;
    font-size: 12px;
    margin-left: 6px;
    padding-left: 6px;
    border-left: 1px solid #ffffff87;
    padding-top: 1px;
    margin-top: -1px;
}

.video-items-right {
    width: 48%;
    padding: 20px;
    height: 500px;
    border-radius: 10px;
    background-color: #8e8e8e3d;
    /* overflow-y: auto; */
}

.video-items-right .custom-tab-card {
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #ffffff47;
    padding-bottom: 10px;
}

.video-items-right .custom-tab-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-items-right .custom-tab-title a:hover {
    color: #ff3131;
}

.custom-tab-title a {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;

}

.custom-tab-title a :hover {
    color: #ff3131;
}

.vdo_card_bottom a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.vdo_card_bottom a :hover {
    color: #ff3131;
}

.video-items-right::-webkit-scrollbar {
    width: 6px;
}

.video-items-right::-webkit-scrollbar-track {
    background: #f1f1f100;
    border-radius: 10px;
}

.video-items-right::-webkit-scrollbar-thumb {
    background: #e30303;
    border-radius: 10px;
}

.video-items-right::-webkit-scrollbar-thumb:hover {
    background: #c40000;
}


.vdo_card_top {
    background-size: cover;
    background-position: center;
    display: inline-block;
    width: 100%;
    height: 172px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: background-image 0.3s ease;
}

.vdo_card_top .vdo_card_img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}


.vdo_card_top:hover .play-btn {
    opacity: 1;
}

.custom-tab-card-link img {
    width: 100%;
    height: 100%;
}

.custom-tab-card-link {
    display: inline-block;
    max-width: 140px;
    width: 100%;
    height: 76px;
    overflow: hidden;

}

.custom-tab-card:hover .play-btn {
    /* background-color: #ff0a0a;
    border: 1px solid #ff0a0a; */
}

.vdo_card_top .category_strip {
    bottom: 7px;
}

.vdo_card_top .play-btn:hover {
    /* Uncomment these lines if needed */
    /* border: 2px solid red;
     background-color: red; */
}

.vdo_card_top .play-btn i:hover {
    color: rgb(255, 0, 0);
}

.vdo_card_top {

    img {
        width: 100%;
        height: 100%;
    }

    .category_strip {
        bottom: 7px;
    }


}

.vdo_card_top .play-btn i {
    color: white;
    font-size: 16px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.vdo_card_top .playBtn-wrap {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 5px 11px 5px 10px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(8deg, #000000e3, #464646b5);
    gap: 3px;
}

.vdo_card_top .playBtn-wrap .v-duration {
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: -1px;
    padding-left: 5px;
    border-left: 1px solid #707070;
}

.vdo_card_top .play-btn {

    /* height: 30px;
    width: 30px;
    background-color: #ff323b;
    border-radius: 50%; */
    padding-right: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;




}

.vdo_card_bottom a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vdo_card_bottom a:hover {
    color: #ff0a0a;
}


/* ======================================= */
/* Schedule live*/
/* ======================================= */
.sdle-section {
    margin-bottom: 15px;
}

.sdle-block {
    position: relative;
    width: 100%;
    border-radius: 8px;
    padding: 4px 12px 0;
    padding-bottom: 0;
    overflow: hidden;
    min-height: 190px;
    z-index: 1;
}

.sdle-block::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Center the gradient */
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, #ffffff00 0%, rgb(255 193 99 / 12%) 60%, transparent 100%);
    z-index: 1;
    pointer-events: none;
}

.sdle-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.sdle-title-box {
    width: 100%;
    position: relative;
    z-index: 2;
}

.sdle-title1 {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 2.7rem;
    font-weight: 700;
    margin: 0 auto;
    position: relative;
    background: linear-gradient(0deg, #80140b, #ff5c4d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* .sdle-title2 {
    position: absolute;
    top: 0;
    z-index: 0;
    left: 50%;
    transform: translateX(-49.90%);
    text-align: center;
    font-size: 2.41rem;
    font-weight: bold;
    margin: 0;
    background: linear-gradient(178deg, #cfaa06, #ffde4d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

.sdle-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
    z-index: 2;
    align-items: end;
}

.sdle-left img {
    width: 200px;
    height: auto;
    object-fit: cover;
}

.sdle-right img {
    width: 200px;
    height: auto;
    object-fit: cover;
}

.phase-wrap {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    padding-bottom: 0;
    border: 3px solid transparent;
    border-radius: 25px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(180deg, #CCB296, #F0ECD3);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.phase-l {
    display: flex;
    flex-direction: row;
    margin-right: 8px;
    padding: 12px;
    position: relative;
}

.vote-poll {
    position: absolute;
    bottom: 0;
    object-fit: cover;
    left: 50%;
    transform: translateX(-62%);
    z-index: 2;
}



.phs-1 {
    padding: 12px 20px 8px;
    background: linear-gradient(0deg, #F7BE00, #ffffff);
    border-radius: 20px;
    border: 2px solid #b7b7b7;
    text-align: center;
    margin-bottom: 20px;
}

.phs-1 h3 {
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 0px;
}

.phs-2 {
    padding: 12px 20px 8px;
    background: linear-gradient(0deg, #F3B0CC, #ffffff);
    border-radius: 20px;
    border: 2px solid #b7b7b7;
    text-align: center;
    margin-bottom: 20px;

}

.phs-2 h3 {
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 0px;
}

.phase-details-btn {
    display: block;
    max-width: 150px;
    margin: 0 auto;
    border: none;
    color: rgb(0, 0, 0);
    padding: 4px 17px 0px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #bdbdbd;
    font-size: 17px;
    font-weight: 600;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.ps-btn1:hover {
    background-color: #ffd037;
    color: #000;
}

.ps-btn1 {
    background-color: #F7BE00;
}

.ps-btn2:hover {
    background-color: #F3B0CC;
    color: #000;
}

.ps-btn2 {
    background-color: #faa4c8;
}

.pd-boder {
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}

.pd-boder::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 50%;
    background: #868585;
    z-index: 1;
}

.phase-r {
    padding-right: 12px;
    padding-top: 12px;
}

.phase-r img {
    max-width: 120px;
}

/* ========================================= */
/* Election live*/
/* ========================================= */
.exit-tittle {
    font-size: 32px;
    line-height: 37px;
}

.election-section-live {
    margin-bottom: 15px;
}

.election-section-live-wrap {
    display: flex;
    background: linear-gradient(0deg, #F7EEE7, #fff6f3);
    border-radius: 8px;
    padding: 8px 36px 0;
    min-height: 285px;
    position: relative;
}

.live-el-left {
    width: 30.3333%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.live-el-mid {
    width: 34.83335%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.live-el-right {
    width: 34.83335%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.live-el-title {
    font-size: 43px;
    padding-top: 7px;
    line-height: 51px;
    max-width: 231px;
    width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(180deg, #ff6b3e, #a73506);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.live-el-img {
    max-width: 200px;
    width: 100%;
    margin-left: 20px;
}

/* LIVE PARTY TABLE */
.live-party-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
    background: transparent;
}

/* Header */
.live-party-table thead th {
    color: #d60000;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding-bottom: 0px;
    width: 87px;
    padding-left: 32px;
    text-align: left;
}

.live-party-table thead tr {
    display: flex;
    justify-content: space-around;
    padding-right: 26px;
}

.live-party-table thead th:first-child {
    text-align: left;
}

/* Table Rows */
.live-party-table tbody tr {
    border-radius: 50px;
    overflow: hidden;
    color: #000;
    text-align: center;
    font-weight: 600;
    border-radius: 40px;
    display: flex;
    margin-bottom: 5px;
    overflow: hidden;
    transition: .3s all ease-in-out;
    /* animation: pops-up 2s ease-in-out; */
}

.ext-table {
    width: 210px;
    margin: 0 auto;
}

.live-party-table tbody tr:hover {
    transform: scale(1.02);
}

.el-live-tag {
    position: absolute;
    bottom: 8px;
    left: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: bold;
    color: #fff;
    background: #ff0000;
    padding: 6px 12px;
    border-radius: 20px;
}

.el-live-tag .dot {
    position: relative;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
}

.el-live-tag .dot::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    animation: lv-pulse 1.5s infinite;
    opacity: 0.7;
}

@keyframes lv-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    70% {
        transform: scale(2.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.el-live-tag h3 {
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: -2px;

}

.live-party-table tbody tr td:first-child {
    display: flex;
    align-items: end;
    justify-content: flex-start;
    gap: 8px;

}

/* Mahamukabla section*/
.maha-section {
    margin-bottom: 15px;
}

.status-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.status-box svg {
    width: 15px;
    height: 15px;
    margin-bottom: 4px;
    margin-left: 4px;
    align-self: flex-end;
}

/* Lead (Green Up Arrow) */
.status-box.lead {
    color: #00cc00;
}

.status-box.win {
    color: #00a300;
}

.status-box.trail {
    color: #d75c01;
}

.status-box.lead svg {
    fill: #00cc00;
}

/* Loss (Red Down Arrow) */
.status-box.loss {
    color: #e60000;
}

.status-box.loss svg {
    fill: #e60000;
    transform: rotate(0deg);
    /* ensure arrow points down */
}

.maha-block {
    position: relative;
    width: 100%;
    min-height: 310px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
    padding: 12px;
}

.maha-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.mh-left {
    margin-top: 15px;
    position: relative;
    z-index: 2;
    height: 281px;
    border: 3px solid transparent;
    border-radius: 8px;

    background-image: linear-gradient(#fff, #fff), linear-gradient(180deg, #CCB296, #F0ECD3);
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow: hidden;
}

.mh-inner {
    width: 385px;
    height: 100%;
    background: #F1E6DB;
    /* background: linear-gradient(180deg, #F1E6DB, #ffffff87); */
    border-radius: 8px;
    box-sizing: border-box;
}

.mh-right {
    position: relative;
    z-index: 2;
    border-radius: 8px;
    border: 3px solid transparent;
    background-image:
        linear-gradient(#fff, #fff),
        linear-gradient(180deg, #CCB296, #F0ECD3);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    height: fit-content;
    overflow: hidden;
}

.mh-inner2 {
    background: #F1E6DB;
    border-radius: 6px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    padding: 0 5px 10px;
}

.mh-title {
    width: 100%;
    text-align: center;
    position: relative;
}

.mh-title1 {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 3.1rem;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    background: linear-gradient(178deg, #80140b, #ff5c4d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.mh-title2 {
    position: absolute;
    top: 0;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 3.17rem;
    font-weight: bold;
    margin: 0;
    background: linear-gradient(178deg, #cfaa06, #ffde4d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.mh-title3 {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 1.9rem;
    line-height: 52px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    background: linear-gradient(178deg, #80140b, #ff5c4d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.mh-title4 {
    position: absolute;
    top: 2px;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 1.97rem;
    font-weight: bold;
    margin: 0;
    background: linear-gradient(178deg, #cfaa06, #ffde4d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.mh-carousel {
    position: relative;
}

.mh-carousel .mh-nav-left,
.mh-carousel .mh-nav-right {
    background: rgb(255 255 255 / 74%);
    color: #ff0000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 75px;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    font-size: 1.5rem;
}

.mh-carousel .swiper-slide {
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: #f7f7f7;
    border-radius: 8px;
}

/* Positioning */
.mh-carousel .mh-nav-left {
    left: 7px;
}

.mh-carousel .mh-nav-right {
    right: 7px;
}

.leader-box {
    height: 247px;
    overflow-y: scroll;
    width: fit-content;
    padding-right: 10px;
}

.leader-box::-webkit-scrollbar {
    width: 5px;
}

.leader-box::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 8px;
}

.leader-box::-webkit-scrollbar-thumb {
    background-color: #6d6d6d;
    border-radius: 8px;
}

.leader-box::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

/* Hover effect */
/* .mh-carousel .mh-nav-left:hover,
.mh-carousel .mh-nav-right:hover {
  background: #ff6f0f;
  color: #fff;
} */

/* Common cell styling */
.live-party-table td {
    padding: 1px 4px 1px 1px;
    width: 98px;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    font-family: sans-serif;
}

.live-party-table td:first-child {
    font-weight: 700;
    color: #fff;
    border-radius: 50px 50px;
    text-align: left;
    padding-left: 4px;
    gap: 10px;
    width: 97px;
}

.live-party-table td img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.leader-card {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: space-between;
    width: 360px;
    background: #fff;
    border: 2px solid #e2c6a8;
    border-radius: 10px;
    margin: 3px 0;
    padding: 2px 11px;
    box-shadow: inset -1px -6px 17px -5px rgba(0, 0, 0, 0.5);
}

.leader-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.leader-info {
    flex: 1;
    flex-direction: row;
    display: flex;
    align-items: end;
    justify-content: space-between;
    max-width: 240px;
    width: 100%;
}

.leader-info h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    color: #000;
}

.leader-info p {
    font-size: 16px;
    color: #c62828;
    margin: 0;
    font-weight: bold;
}

.party-logo {
    width: 38px;
    height: 38px;
    object-fit: contain;
    overflow: hidden;
    border-radius: 50%;
}

/* --- Party Row Styles --- */

/* BJP */
.live-party-table .bjp- {
    background-color: #ffede3;
    border: 2px solid #ffc4a2;
    border-radius: 50px;
}

.live-party-table .bjp- td:first-child {
    background-color: #FD6101;
}

/* JDU */
.live-party-table .jdu- {
    background-color: #e6f8e6;
    border: 2px solid #80d879;
    border-radius: 50px;
}

.live-party-table .jdu- td:first-child {
    background-color: #218C22;
}

/* CONGRESS */
.live-party-table .con- {
    background-color: #e6f3ff;
    border: 2px solid #a2e8ff;
    border-radius: 50px;
}

.live-party-table .con- td:first-child {
    background-color: #02B3ED;
}

/* RJD */
.live-party-table .rjd- {
    background-color: #e5fbe9;
    border: 2px solid #a4eb9e;
    border-radius: 50px;
}

.live-party-table .rjd- td:first-child {
    background-color: #13B605;
}

/* LJP */
.live-party-table .ljpr- {
    background-color: #e9e7fb;
    border: 2px solid #c2cdf5;
    border-radius: 50px;
}

.live-party-table .ljpr- td:first-child {
    background-color: #6776AD;
}

/* OTHER */
.live-party-table .oth- {
    background-color: #fbe6e6;
    border: 2px solid #e9aead;
    border-radius: 50px;
}

.live-party-table .oth- td:first-child {
    background-color: #D13A37;
}

/* Responsive */
@media (max-width: 768px) {
    .live-party-table {
        border-spacing: 0 8px;
    }

    .live-party-table td {
        font-size: 14px;
        padding: 8px 10px;
    }

    .live-party-table td img {
        width: 24px;
        height: 24px;
    }
}

/* live-result-section */
.live-result-section {
    display: flex;
    gap: 7px;
    justify-content: end;

}

.live-result-box {
    width: 77px;
    border-radius: 14px;
    text-align: center;
    font-weight: bold;
    color: #000;
    background: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.live-result-box .title {
    display: block;
    padding: 0px;
    padding-top: 2px;
    border-radius: 35px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin: 0;

}

.live-result-box .count {
    font-size: 32px;
}

.live-result-box.nda .title {
    background: #EE740F;
}

.live-result-box.mgb .title {
    background: #13B605;
}

.live-result-box.ljpr .title {
    background: #6776AD;
}

.live-result-box.jsp .title {
    background: #FABB00;
}

.live-result-box.oth .title {
    background: #D13A37;
}

/* live chart container */
.live-chart-container {
    padding-left: 10px;
    padding-top: 17px;
    padding-right: 0;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 26px;
}

.live-win-mark {
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.live-win-mark h5 {
    margin-bottom: -2px;
}

#semiCircleChart3 {
    transform-origin: center center;
}

.live-total-seats {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.live-total-seats p {
    margin: 0;
    color: #004DB1;
    font-size: 14px;
    font-weight: 600;
    text-shadow: 3px 3px 2px #ffffff;
}

.live-total-seats h3 {
    margin: 0;
    font-size: 22px;
    color: #004DB1;
    font-weight: bold;
    white-space: nowrap;
    text-shadow: 3px 3px 2px #ffffff;
}

.live-win-t {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 19px solid #ff0000;
    rotate: 180deg;
}

/* Election */
.election-section {
    margin-bottom: 15px;
}

.ew-m {
    display: block;
}

.ew-m2 {
    display: none;
}

.election-wrap {
    background-image: url("/asset/images/election-banner.webp");
    /* background-image: radial-gradient(circle at center top, rgb(255 229 187) 0%, rgb(255 247 236) 80%); */
    /* background: linear-gradient(180deg, #fff7ec, #d4ecff); */
    border-radius: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 285px;
    padding-top: 10px;
}

.el-title {
    font-size: 50px;
    margin-bottom: 0px;
    font-weight: 700;
    text-align: end;
    background: linear-gradient(0deg, #6295ff, #0044a8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px;
}

.el-row {
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: end;
}

.el-left {
    /* width: 48%; */
    position: relative;
}

.el-right {
    position: relative;
}


.election-table {
    max-width: 210px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
    text-align: center;
    margin-top: -18px;
}

.election-table tbody tr td:first-child {
    width: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.el-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 255px;
}

.el-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.election-table tbody tr td:last-child {
    width: 100%;
}

.election-table th {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.election-table td {
    font-size: 20px;
    font-weight: 600;
    padding: 1px;
    border-radius: 0 8px 8px 0;
    color: #333;
}

.election-table img {
    vertical-align: middle;
    margin-right: 8px;
    width: 25px;
    height: auto;
    object-fit: cover;
}



/* Party Row Styles */
.election-table .bjp td {
    background: #fff4ec;
    color: #EE740F;
    border: 2px solid #EE740F;
}

.election-table .bjp td:first-child {
    background: #EE740F;
    color: #fff;
    border-radius: 8px 0 0 8px;
}

.election-table .jdu td {
    background: #f0ffe8;
    color: #3ea200;
    border: 2px solid #3ea200;
}

.election-table .jdu td:first-child {
    background: #3ea200;
    color: #fff;
    border-radius: 8px 0 0 8px;
}

.election-table .inc td {
    background: #ebf7ff;
    color: #0083d6;
    border: 2px solid #0083d6;
}

.election-table .inc td:first-child {
    background: #0083d6;
    color: #fff;
    border-radius: 8px 0 0 8px;
}

.election-table .rjd td {
    background: #f1ffe7;
    color: #50c604;
    border: 2px solid #50c604;
}

.election-table .rjd td:first-child {
    background: #50c604;
    color: #fff;
    border-radius: 8px 0 0 8px;
}

.election-table .oth td:first-child {
    background: #a60000;
    color: #fff;
    border-radius: 8px 0 0 8px;
}

.election-table .oth td {
    background: #ffe7e7;
    color: #a60000;
    border: 2px solid #a60000;
}

.result-section {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding-left: 115px;

}

.result-box {
    width: 94px;
    border-radius: 14px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #000;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.result-box .title {
    display: block;
    padding: 0px;
    border-radius: 12px 12px 0 0;
    color: #fff;
    font-size: 24px;
    margin: 0;
}

.result-box .count {
    display: block;
    font-size: 36px;
    margin-bottom: 5px;
    margin-top: 5px;
}

/* Party Colors */
.result-box.nda .title {
    background: #EE740F;
}

.result-box.rjd .title {
    background: #6CC500;
}

.result-box.ljp .title {
    background: #004DB1;
}

.result-box.oth .title {
    background: #ff0800;
}

.win-mark {
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.win-t {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 30px solid #ff0000;
    rotate: 180deg;

}

/* ✅ Table CSS */
.party-table tbody tr {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.party-table tbody tr:hover {
    transform: scale(1.03);
    /* Slight zoom */
    background-color: #f9f9f9;
    /* light highlight */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.party-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 220px;
    text-align: center;
    font-weight: bold;
    background: white;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    border: 2px solid #004DB1;
}

.party-table thead {
    background: #004DB1;
    color: #fff;
    font-size: 24px;
}

.party-table th,
.party-table td {
    padding: 5px 0 0 15px;
    border-bottom: 2px solid #004DB1;
    border-left: none;
    border-right: none;
    font-size: 20px;
    text-align: left;
}

.party-table tr:last-child td {
    border-bottom: none;
}

.party-table tr td:first-child {
    display: flex;
    align-items: center;
    justify-content: normal;
    padding-left: 5px;
    padding-top: 0;
    gap: 5px;
    font-weight: bold;
    font-size: 27px;
    color: #004DB1;
}

.party-table td:last-child {
    text-align: center;
    font-weight: bold;
    font-size: 27px;
    color: #004DB1;
    padding-top: 0;
}

.party-table img {
    width: 35px;
    height: 35px;
}

.chart-container {
    padding-left: 10px;
    padding-top: 70px;
    padding-right: 20px;
    position: relative;
}

.total-seats {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);


}

.total-seats p {
    margin: 0;
    color: #004DB1;
    font-size: 17px;
    font-weight: 600;
    text-shadow: 3px 3px 2px #ffffff;
}

.total-seats h3 {
    margin: 0;
    font-size: 28px;
    color: #004DB1;
    font-weight: bold;
    white-space: nowrap;
    text-shadow: 3px 3px 2px #ffffff;
}

/* photos gallery */

.photo_block {

    padding: 45px;
    border-radius: 10px;
}

.photo_grid {
    padding-right: 10px;
    margin-top: 25px;
    height: 515px;
    display: grid;
    gap: 18px;
    padding: 20px;
    background: #5252526e;
    border-radius: 10px;
    overflow-y: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;

}

.photo_item {
    width: 100%;
    height: auto;
    min-height: 245px;

}

.photo_item>.photo_top {
    width: 100%;
    height: 155px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
    position: relative;
    cursor: pointer;

    a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    img {
        height: 100%;
        width: 100%;
        transition: all 0.7s ease;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;

        &:hover {
            transform: scale(1.1);
        }
    }

    .category_strip {
        position: absolute;
        bottom: 3px;
    }
}

.photo_item>.photo_bottom {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.photo_item>.photo_bottom a {
    color: white;
    font-size: 17px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.photo_item>.photo_bottom a:hover {
    color: red;
}


.photo_grid::-webkit-scrollbar {
    width: 6px;
}

.photo_grid::-webkit-scrollbar-track {
    background: #f1f1f100;
    border-radius: 10px;
}

.photo_grid::-webkit-scrollbar-thumb {
    background: #e30303;
    border-radius: 10px;
}

.photo_grid::-webkit-scrollbar-thumb:hover {
    background: #c40000;
}


/* poll========================================= */

.custom-poll-row {
    margin: 0;
    padding-top: 15px;
}

.custom-poll {
    margin: 0;
}

#custom-tab-content-ll {
    padding-top: 20px;
}

.poll-tabs {
    display: flex;
    flex-wrap: wrap;
    background-image: radial-gradient(50% 30% ellipse at center top, #34466a 0%, rgb(0 0 0 / 0%) 100%), radial-gradient(60% 50% ellipse at center bottom, #1c415a 0%, #100a1c 100%) !important;
    padding: 20px;
    padding-block: 33px;
    border-radius: 10px;
}

.poll-tabs input[type="radio"] {
    display: none;
}

.poll-tabs input[type="radio"]:checked+label {
    background: #d50703c2;
    color: white;
    border: 1px solid #ff323b;
}

.poll-tabs label {
    order: 1;
    display: block;
    padding: 10px 16px;
    margin-right: 6px;
    cursor: pointer;
    background: transparent;
    font-weight: bold;
    color: #ffffff;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    -webkit-transform-origin: center;
    transform-origin: center;
    font-size: 15px;
    transition: background ease 0.2s;
}

.poll-content input[type="radio"]:checked+label+.custom-tab {
    display: block;
}

.poll-content {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #c1c1c1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.cs_row {
    flex-direction: row;
    display: flex;
}

.cm-post-meta {
    display: none;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lay_row {
    display: flex;
}

/* ads */
.ads_t {
    max-height: 283px;
    height: 100%;
    border-radius: 10px;
    background-color: transparent;
}

/* description box */
.custom-box {
    display: inline-block;
    background: #fffee4;
    border-left: 8px solid #e6e275;
    border-radius: 4px;
    padding: 10px 40px;
    margin: 20px 0;
    font-weight: 600;
    line-height: 1.6;
    font-style: italic;
    text-align: justify;
}

.--flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}

.--l {
    margin-right: 10px;
}

.--l .news-inner {
    gap: 4px;
    justify-content: flex-start;
    align-items: flex-start;
}

.--l .news-inner .n1 {
    width: 47.5%;
}

.--l .news-inner .n2 {
    width: 47.5%;
}

.--l .news-inner .news-block2 .mySwiper .swiper-wrapper .swiper-slide {
    /* justify-content: left; */
    width: auto;
}

.pod {
    margin-top: 28px;
}

.yt-video img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.yt-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    padding-top: 7px;
    width: 60px;
    height: 60px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
}

li.item.new a span {
    position: relative;
}

li.item.new a span::before {
    content: 'New';
    position: absolute;
    right: -7px;
    top: -8px;
    background-color: red;
    color: #fff;
    font-size: 8px;
    font-family: Arial, sans-serif;
    height: 11px;
    line-height: 10px;
    padding: 1px 3px;
    border-radius: 3px;
    text-transform: uppercase;
    -webkit-animation: blinks 1s infinite;
    -moz-animation: blinks 1s infinite;
    -o-animation: blinks 1s infinite;
    animation: blinks 1s infinite;
}

@keyframes blinks {

    0%,
    48% {
        background-color: red;
        color: #fff;
    }

    50%,
    100% {
        background-color: #fff;
        color: #000;
    }
}

.mobile-new {
    position: relative;
    color: #000;
}

.mobile-new::before {
    content: 'New';
    position: absolute;
    right: -10px;
    top: -8px;
    background-color: transparent;
    color: red;
    font-size: 8px;
    font-weight: 500;
    height: 11px;
    line-height: 10px;
    padding: 1px 3px;
    border-radius: 3px;
    text-transform: uppercase;
    -webkit-animation: blinks2 1s infinite;
    -moz-animation: blinks2 1s infinite;
    -o-animation: blinks2 1s infinite;
    animation: blinks2 1s infinite;
}

@keyframes blinks2 {

    0%,
    48% {
        background-color: transparent;
        color: #000;
    }

    50%,
    100% {
        color: red;
    }
}

/* NL1061: 13.10.2025 : added */
/* .at_content table tr:nth-child(odd) {
    background-color: yellow;
}

.at_content table tr:nth-child(even) {
    background-color: #ffffff;
} */

.at_content table {
    border-collapse: collapse;
    width: 100%;
}

.at_content table td,
.at_content table th {
    padding: 8px;
    border: 1px solid #ddd;
}

/* ======================================================== */
/* header */
/* ======================================================== */



.main-navigation.psticky {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

#navLogo {
    display: none;
    /* Initially hidden */
}

#navLogo.showLogo {
    display: block !important;
    opacity: 1 !important;
}

.--header-container {
    display: flex;
}

.burger {
    position: relative;
    width: 32px;
    height: 20px;
    background: transparent;
    cursor: pointer;
    display: block;
    margin: 0;
}

.--toggle-box {
    border: none;
    background: transparent;
    outline: none;
}

.toggle-box {
    margin-right: auto;
    margin-bottom: 10px;
    background: transparent;
    padding: 0;
    font-size: 20px;

    &:hover {
        background: transparent;
    }
}

.burger span:nth-of-type(1) {
    top: 0px;
    transform-origin: left center;
}

.burger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center;
}

.burger span:nth-of-type(3) {
    top: 100%;
    transform-origin: left center;
    transform: translateY(-100%);
}

.htag {
    display: none;
}

.burger span {
    display: block;
    position: absolute;
    height: 1.5px;
    width: 100%;
    background: #d4d4d4;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.--header {
    background: #000;
    width: 100%;
    display: flex;
}

.--header-container {
    min-height: 130px;
    height: 100%;
    display: flex;
    align-items: center;
}

.--header-left {
    padding-right: 25px;
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid #656565;
}

.--header-right {
    width: 100%;
    height: 100%;
    border-right: 1px solid #656565;
}

.--hdr-top {
    display: flex;
    justify-content: space-between;
    padding-left: 33px;
    padding-right: 33px;
    min-height: 77px;
    border-bottom: 1px solid #656565;
}

.--hdr-bottom {
    padding-left: 33px;

}

.--hdr-t-l {
    display: flex;
    align-items: center;
    gap: 32px;
    width: 100%;
}

.--hdr-t-r {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap: 20px;

}

.pod-cast {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pod-cast a:first-of-type {
    filter: grayscale(1);
}

.--search-form {
    width: 100%;
}

.custom-search-section {
    max-width: 800px;
    margin: 0 auto;
}

.custom-search-section .input-group {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.custom-search-section .input-group-text {
    background-color: #fff;
    border: none;
}

.custom-search-section .fa-magnifying-glass {
    color: #666;
}

/* ----------------- */
/* nav */
/* ----------------- */
.inner-nav {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1285px;
}

.navmenu .item:first-of-type .link {
    padding-left: 0;
}

.navmenu {
    font-size: 16px;
    line-height: 1.6;
    color: #ff0c0c;
    width: fit-content;
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
}

.navmenu a {
    text-decoration: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}



.navmenu .link {
    position: relative;
    font-size: 17px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 10px;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.navmenu .link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff0a0a;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.navmenu .link svg {
    width: 14px;
    height: 14px;
    fill: #f6f6f6;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.navmenu .item {
    position: relative;
}

.navmenu .item .submenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 103%;
    border-radius: 8px;
    left: 0;
    width: 170px;
    overflow: hidden;
    border: 1px solid #ededed5c;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1;
    pointer-events: none;
    list-style: none;
    background-color: rgb(0 0 0 / 90%);
    backdrop-filter: blur(12px);
}

.navmenu .item:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;

}

.navmenu .item .link {
    color: #f6f6f6;
    white-space: nowrap;
}

/* Make text red on hover */
.link:hover {
    color: red;
}

/* Make SVG icon red on hover */
.link:hover svg {
    fill: red;
}

.navmenu .item:hover .link {
    color: #fe0e0e;
    border-radius: 5px;
}

.navmenu .item:hover .link::after {
    /* transform: scaleX(1); */
    transform-origin: right;
}

.navmenu .item:hover .link svg {
    fill: #ff0808;
    transform: rotate(-180deg);
}

.submenu .submenu-item {
    font-size: 15px;
    width: 100%;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.submenu .submenu-link {
    color: white;
    display: block;
    padding: 12px;
    width: 100%;
    position: relative;
    text-align: center;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.submenu .submenu-item:last-child .submenu-link {
    border-bottom: none;
}

.submenu .submenu-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    width: 100%;
    height: 100%;
    background-color: #ff0a0a;
    z-index: -1;
    transform-origin: left;
    transition: transform 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.submenu .submenu-link:hover:before {
    transform: scaleX(1);
    transform-origin: right;
}

.submenu .submenu-link:hover {
    color: #ffffff;
}

.search-wrap {
    position: relative;
    box-sizing: border-box;
    width: fit-content;
}

.social-wrap {
    display: flex;
    gap: 20px;
}

.social-wrap .social-item {
    color: #ffffff;
    font-size: 18px;
}

.mainbox {
    box-sizing: border-box;
    position: relative;
    width: 230px;
    height: 38px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    border-radius: 110px;

    transition: all 0.3s ease;
}

.checkbox-search:focus {
    border: none;
    outline: none;
}

.checkbox-search:checked {
    right: 10px;
}

.checkbox-search:checked~.mainbox {
    width: 45px;
}

.checkbox-search:checked~.mainbox .search_input {
    width: 0;
    height: 0px;
    display: contents;
    background: black;
    border-radius: 9px;
    margin-right: -30px;
}

.checkbox-search:checked~.mainbox .iconContainer {
    padding-right: 8px;
}

.checkbox-search {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 17px;
    top: 10px;
    z-index: 9;
    cursor: pointer;
    appearance: none;
}

.search_input {
    background: black;
    border-radius: 9px !important;
    margin-right: -30px !important;
    box-sizing: border-box;
    height: 100%;
    width: 170px;
    border: none;
    outline: none;
    border: none !important;
    box-shadow: none !important;
    outline: none;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 40px !important;
    font-size: 1em;
    color: white;
    transition: all 0.3s ease;
}

.search_input::placeholder {
    color: rgba(163, 163, 163, 0.776);
}

.iconContainer {
    box-sizing: border-box;
    width: fit-content;
    padding-right: 0px !important;
    transition: all 0.3s ease;
    background: black;
    border: none;
    display: contents;
    margin-right: 15px;

    i {
        margin-right: 15px;
        color: red;

    }

}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    transition: opacity 0.4s ease-in-out;
    z-index: 9999;
}

.modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.modal-content {
    position: relative;
    width: 355px;
    padding: 40px 0px;
    height: 100%;
    background-color: #ffffffed;
    backdrop-filter: blur(18px);
    box-shadow: rgb(0 0 0 / 20%) 0px 7px 29px 0px;
    -webkit-box-shadow: rgb(0 0 0 / 20%) 0px 7px 29px 0px;
    -moz-box-shadow: rgb(0 0 0 / 20%) 0px 7px 29px 0px;
    -webkit-backdrop-filter: blur(18px);
    transform: translateX(-100%);
    transition: transform 0.6s cubic-bezier(0.68, 0.55, 0.265, 0.75), opacity 0.4s ease-in-out;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.68, 0.55, 0.265, 0.75), opacity 0.4s ease-in-out;
    -o-transition: transform 0.6s cubic-bezier(0.68, 0.55, 0.265, 0.75), opacity 0.4s ease-in-out;
    -ms-transition: transform 0.6s cubic-bezier(0.68, 0.55, 0.265, 0.75), opacity 0.4s ease-in-out;
}

.modal-overlay.active .modal-content {
    transform: translateX(0);
}

.modal_top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 23px;
}

.close_btn {
    position: absolute;
    top: -8px;
    right: 16px;
    background: #fff;
    font-size: 20px;
    line-height: 0;
    width: 38px;
    height: 38px;
    cursor: pointer;
    color: #ff5050 !important;
    margin-top: 20px;
    border-radius: 50%;
    border: 1px solid #cbcbcb;
    transition: transform 0.3s ease;
}

.close_btn:hover {
    transform: rotate(180deg);
}

.modalmenu {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 24px;
    border-radius: 10px;
    border-top: 1px solid #cbcbcb;
    margin-left: 0;
    height: 100vh;
    overflow-y: auto;
    list-style: none;
}

.modalmenu .modal_item {
    width: 100%;
    margin-right: auto;
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
}

.modalmenu a {
    font-size: 18px;
    color: #3e3e3e;
    text-decoration: none;
    transition: all 0.3s ease;
}

.modalmenu a i {
    margin-right: 10px;
}

.modalmenu a:hover {
    color: #ff0000;
}


.modal_submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin-top: 5px;
    flex-direction: column;
}

.modal_item.open .modal_submenu {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.modal_submenu li a {
    font-size: 15px;
    color: #333;
    padding-left: 10px;
    display: block;
}


.modal_item.open .modal_submenu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: #e3e3e3;
    margin: 0;
    padding: 14px;
    border-radius: 10px;

}

.submenu-toggle-icon {
    float: right;
    margin-left: 10px;
    font-size: 0.8em;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.modal_item.open .submenu-toggle-icon {
    transform: rotate(180deg);
}

/* Login/logout button */
.log i {
    margin-right: 5px;
}

.log {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    align-items: baseline;
    justify-content: flex-start;
    padding: 7px 9px 4px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition-duration: .3s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
    background-color: #f3f3f3;
}

.log:hover {
    color: #ff0000;
}

/* Modal Open State */
.modal-overlay.active {
    display: flex;
}


.modal_logo {
    width: 70px;
}

.navigation-wrap {
    background-color: #1a1a1a;
    border-top: 1px solid #ff0a0a;
    box-shadow: 1px 1px 10px #00000089;
    min-height: 55px;
}

.navmenu {
    font-size: 16px;
    line-height: 1.6;
    color: #ff0c0c;
    width: fit-content;
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
}

.navmenu a {
    text-decoration: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.navmenu .link {
    position: relative;
    font-size: 17.5px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 10px;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.navmenu .link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff0a0a;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.navmenu .link svg {
    width: 14px;
    height: 14px;
    fill: #f6f6f6;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.navmenu .item {
    position: relative;
}

.main-navigation-mob {
    display: none;
}

.navmenu .item .submenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 103%;
    border-radius: 8px;
    left: 0;
    width: 170px;
    overflow: hidden;
    border: 1px solid #ededed5c;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1;
    pointer-events: none;
    list-style: none;
    background-color: rgb(0 0 0 / 90%);
    backdrop-filter: blur(12px);
}

.navmenu .item:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;

}

.navmenu .item .link {
    color: #f6f6f6;
    white-space: nowrap;
}

/* Make text red on hover */
.link:hover {
    color: red;
}

/* Make SVG icon red on hover */
.link:hover svg {
    fill: red;
}

.navmenu .item:hover .link {
    color: #fe0e0e;
    border-radius: 5px;
}

.navmenu .item:hover .link::after {
    /* transform: scaleX(1); */
    transform-origin: right;
}

.navmenu .item:hover .link svg {
    fill: #ff0808;
    transform: rotate(-180deg);
}

.submenu .submenu-item {
    font-size: 15px;
    width: 100%;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.submenu .submenu-link {
    color: white;
    display: block;
    padding: 12px;
    width: 100%;
    position: relative;
    text-align: center;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.submenu .submenu-item:last-child .submenu-link {
    border-bottom: none;
}

.submenu .submenu-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    width: 100%;
    height: 100%;
    background-color: #ff0a0a;
    z-index: -1;
    transform-origin: left;
    transition: transform 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.submenu .submenu-link:hover:before {
    transform: scaleX(1);
    transform-origin: right;
}

.submenu .submenu-link:hover {
    color: #ffffff;
}


/* 
@media screen and (prefers-color-scheme: dark) {
  body, input {
    color: #f1f1f1;
  }
  body {
    background: #171717;
  }
  .search_bar input {
    box-shadow: 0 0 0 0.4em #f1f1f1 inset;
  }
  .search_bar input:focus,
  .search_bar input:valid {
    background: #3d3d3d;
    box-shadow: 0 0 0 0.1em #3d3d3d inset;
  }
  .search_btn {
    background: #f1f1f1;
  }
} */


.burger input {
    display: none;
}


.act_buttons {
    width: 100%;
    display: flex;
    gap: 50px;
}

.sub_logo {
    display: inline-block;
    width: 50px;
}

.psticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    margin: 0 auto;
    background: #eee;
    /* -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px); */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -o-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -ms-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.psticky .inner-nav ul li a span,
.psticky .inner-nav ul li a svg {
    color: #333;
    fill: #333;
    font-weight: 400;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;

    &:hover {
        color: #ff0000;
        fill: #ff0000;
    }
}

/* ============================================== */
/* Bottom ad and Navigation */
/* ============================================== */

.mobile-sticky-ad {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    z-index: 100;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #e0e0e0;
    transform: translateY(100%);
    transition: transform 0.35s ease;
}

.sticky-close-btn {
    position: absolute;
    top: -26px;
    right: 0;
    background: #ffe7e7;
    color: #ff0000;
    font-size: 11px;
    padding: 4px 12px;
    border-radius: 8px 0 0 0;
    cursor: pointer;
    font-family: sans-serif;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ad-fallback-content {
    display: none;
    width: 100%;
}

.dl-wrapper {
    display: flex;
    width: 100%;
    max-width: 340px;
    height: 55px;
    background-image: linear-gradient(to bottom, #0e577c 0%, #122d43 100%);
    color: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    border-radius: 8px;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0 auto 5px auto;
    box-shadow: 0 4px 10px rgba(211, 47, 47, 0.2);
    font-family: sans-serif;
}

/* 2. Left Side Info */
.ad-fallback-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

/* 3. App Icon Circle */
.ad-app-icon {
    width: 34px;
    height: 34px;
    /* background: rgba(255,255,255,0.2); */
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* 4. Typography */
.ad-text-group {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.ad-app-name {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.ad-app-rating {
    font-size: 10px;
    color: #FFD700;
    font-weight: 700;
}

.ad-fallback-btn {
    background: #fff;
    color: #ea2222;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-family: sans-serif;
    /* animation: pulse-btn-sm 2s infinite;  */
}

/* @keyframes pulse-btn-sm {
        0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
        70% { transform: scale(1.05); box-shadow: 0 0 0 6px rgba(255, 255, 255, 0); }
        100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
    } */
.btm-nav {
    display: none;
}

#btm-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: transform 0.3s ease;
}

#btm-nav.hide {
    transform: translateY(100%);
    /* slide down / hide */
}

.btm-nav.hide {
    transform: translateY(100%);
}

.webstory-icon {
    position: relative;
    margin: 0 auto;
    width: 11px;
    height: 18px;
    background-color: #666;
    border-radius: 2px;
}

.webstory-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    width: 2px;
    height: 17px;
    border-radius: 10px;
    background-color: #666;
}

.webstory-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    width: 2px;
    height: 17px;
    border-radius: 10px;
    background-color: #666;
}

.search-modal-content {
    display: none;
}

.srch {
    display: none;
}

/* footer */
.footer_main {
    padding-top: 80px;
    margin-top: 40px;
}

.footer-bottom,
.footer_main {
    background-color: #000000;
}

.footer-top {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-bottom: 24px;
}

.footer_left {
    width: 30%;

    .footer_logo {
        display: inline-block;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .footer_logo_wrap {
        margin-bottom: 10px;
    }

    .footer_logo_wrap .footer_logo:first-child {
        width: 73px;
    }

    .footer_logo_wrap .footer_logo:last-child {
        width: 150px;
    }

    p {
        max-width: 294px;
        color: #efefef;
        font-size: 18px;
    }
}

.footer_logo_wrap {
    display: flex;
    gap: 20px;
    align-items: center;
}

.contact_wrap {
    padding-top: 20px;
}

.contact_block .ct_left {
    color: #848484;
}

.contact_block .ct_left {
    color: #848484;
}

.contact_block .ct_left i {
    font-size: 20px;
}

.contact_block .ct_right {
    display: flex;
    flex-direction: column;

}

.contact_block .ct_right small {
    color: #848484;
}

.contact_block .ct_right a {
    color: #fff;
    font-size: 16px;
}

.contact_block .ct_right small p {
    color: #fff;
    font-size: 16px;
}

.contact_block {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.footer_centre {
    width: 40%;
    display: flex;
    padding-left: 45px;
    padding-right: 30px;
    justify-content: space-around;

    .footer_col {
        display: flex;
        flex-direction: column;
    }
}

.footer_ct {
    display: flex;
    flex-direction: column;
}

.footer_col>.footer_menu>.footer_item,
.footer_col>.footer_menu>.footer_ct>.footer_item {
    margin-bottom: 10px;
}

.footer_centre .footer_col:nth-child(1) {
    width: 40%;
}

.footer_centre .footer_col:nth-child(2) {
    width: 60%;

    .footer_menu {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

.footer_centre .footer_col .footer_menu {
    display: flex;
    flex-direction: column;
}

.footer_right h5 {
    color: #fff;
    font-size: 20px;
    max-width: 180px;
    margin-bottom: 22px;
}

.footer_right {
    width: 30%;
    display: flex;
    flex-direction: column;
    padding-left: 50px;
}

.app_btn_wrap {
    display: flex;
    flex-direction: row;
    gap: 14px;
}

.footer_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    list-style: none;
    padding-left: 0;
    margin-left: 0px;
}

.footer_col h4 {
    color: white;
    margin-bottom: 18px;
}

.footer_col .footer_menu .footer_item a {
    color: white;
    text-decoration: none;
    font-size: 16.5px;
    line-height: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.footer_col .footer_menu .footer_item a:hover {
    color: #ff3131;
}

.poweredby span {
    color: #6f6f6f;
    margin-right: 7px;
}

.poweredby a {
    width: 112px;
    display: inline-block;
    height: max-content;
}

.poweredby a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;


}

.poweredby a img:hover {
    opacity: 1;
}

.poweredby {
    margin-left: auto;
    font-family: "Noto Sans Devanagari", sans-serif;
    font-size: 14px;
    font-weight: 500;

}

.nsl-block {
    margin-top: 24px;

    p {
        font-size: 15px;
        font-family: "Noto Sans Devanagari", sans-serif;
        color: #6f6f6f;
        margin-bottom: 10px;
    }
}

.input_wrap {
    width: 100%;
    height: 45px;
    border-radius: 12px;
    padding: 5px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    background-color: #292524;
}

.signup_input {
    max-width: 243px;
    width: 100%;
    height: 100%;
    border: none !important;
    box-shadow: none !important;
    outline: none;
    padding-left: 15px;
    background-color: #292524;
    color: white;
    font-size: 1em;
}

.signup_input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #292524 inset;
    -webkit-text-fill-color: #ffffff;
}

.Subscribe-btn {
    margin-left: auto;
    height: 100%;
    width: 175px;
    border: none;
    border-radius: 11px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    background-color: #ffff;
    font-weight: 500;
    font-size: 18px;
    padding-top: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s;
}

.Subscribe-btn:hover {
    background-color: red;
    color: #fff;
}

@keyframes jello-vertical {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(0.75, 1.25, 1);
    }

    40% {
        transform: scale3d(1.25, 0.75, 1);
    }

    50% {
        transform: scale3d(0.85, 1.15, 1);
    }

    65% {
        transform: scale3d(1.05, 0.95, 1);
    }

    75% {
        transform: scale3d(0.95, 1.05, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

.Subscribe-btn:active {
    transform: scale(0.9);
}

.footer-mid {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.footer-bottom {
    padding: 15px 0;
    border-top: 1px solid #4b4b4b;
    background-color: #000000 !important;
    color: #b0b0b0;

    .row {
        display: flex;
        justify-content: space-between;
    }
}

.get_app {
    display: flex;
    align-items: center;
    gap: 13px;

    strong {
        /* display: inline-block; */
        font-size: 17px;
        color: rgb(118, 118, 118);
    }
}

.playstore-button {
    width: 185px;
    display: inline-flex;
    align-items: center;
    border: 2px solid #8f8f8f;
    border-radius: 12px;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 1);
    padding: 8px 18px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    outline: 0;
    transition: all 0.2s ease;
    text-decoration: none;
}

.playstore-button:hover {
    background-color: transparent;
    color: rgb(255, 255, 255);
}

._icon {
    width: 1.4rem;
}

.texts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
    margin: 0 auto;
    padding: 8px 0;
}

.text-1 {
    margin-bottom: 0.25rem;
    font-size: 0.65rem;
    line-height: 1rem;
}

.text-2 {
    font-weight: 600;
    font-size: 15px;
}

.footer-site-info {
    font-size: 14px;
    font-family: "Noto Sans Devanagari", sans-serif;
    color: #6f6f6f;
}

#footer-navigation,
#footer-navigation li a:hover,
.custom-footer,
.custom-footer li a:hover {
    color: white;
}

#footer-navigation,
#footer-navigation li a,
.custom-footer,
.custom-footer li a {
    color: #99a9b5;
    padding-top: 15px;
}

.footer-bottom ul {
    margin: 0;
}

.inline-inside {
    font-size: 0;
    line-height: 0;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

#footer-menu li {
    display: inline-block;
    padding: 0 21px;
    position: relative;
    line-height: 1;
}

#footer-navigation,
#footer-navigation li a,
.custom-footer,
.custom-footer li a {
    color: #99a9b5;
    padding-top: 15px;
}

#footer-navigation,
#footer-navigation li a,
.custom-footer,
.custom-footer li a {
    color: #99a9b5;
    padding-top: 15px;
}

#footer-menu li+li:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    font-size: 0;
    border-left: 1px solid #232234;
    border-right: 1px solid #333146;
}

navigation li a,
.custom-footer,
.custom-footer li a {
    color: #99a9b5;
    padding-top: 15px;
}

#footer-socials {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 15px;
    margin-top: 18px;
}

#footer-socials .socials {
    text-align: right;
    margin: 0 -7px;
    display: inline-block;
    vertical-align: middle;
}

.socials-item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 6px;
    line-height: 16px;
    padding: 10px;
    border-radius: 50%;
    background-color: #141421;
    border: 1px solid #2e2e4c;
    box-shadow: 3px 9px 16px rgb(0, 0, 0, 0.4), -3px -3px 10px rgba(255, 255, 255, 0.06), inset 14px 14px 26px rgb(0, 0, 0, 0.3), inset -3px -3px 15px rgba(255, 255, 255, 0.05);
}

.socials-item i {
    display: inline-block;
    font-weight: normal;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-size: 16px;
    text-align: center;
    vertical-align: top;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
}

.facebook {
    color: #fff;
}

.twitter {
    color: #fff;
}

.instagram {
    color: #fff;
}

.youtube {
    color: #fff;
}

.whatsapp {
    color: #fff;
}

a.socials-item:hover {
    box-shadow: 0 0px 20px rgba(84, 1, 74, 0.7);
    border-color: rgba(255, 255, 255, 0.61);
    background: linear-gradient(to right, rgba(255, 9, 9, 0.06), #8383833b, rgba(255, 0, 0, 0.052));
}

.footer-bottom a:hover {
    color: white;
}

footer p,
footer li {
    font-size: 15px;
    line-height: 22px;
}

.widget {
    margin-bottom: 15px;
}

.footer-title {
    margin-bottom: 40px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 15px;
    font-size: 16px;
    position: relative;
}

.footer-title:after {
    width: 50px;
    background: #fff;
    opacity: 0.2;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.gem-contacts-item {
    padding-top: 10px;
    font-size: 15px;
}

.gem-contacts-item i {
    padding-right: 10px;
}

footer .widget ul {
    list-style: none;
    margin-top: 5px;
}

.posts li {
    border-bottom: 1px solid #393d50;
    padding-bottom: 12px;
    padding-top: 6px;
}

footer p,
footer li {
    font-size: 15px;
    line-height: 22px;
}

.gem-pp-posts-date {
    color: #00bcd4;
    font-size: 89.5%;
}

footer p {
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 0px;
    color: #c1c1c1;
    font-weight: 500;
    font-family: "Noto Sans Devanagari", sans-serif;
}

.ftcol {
    width: 50%;
    padding: 0;
    text-align: end;
}


/* ========================== */
/* Media Queries */
/* For Small laptops: */
/* ========================== */

@media screen and (max-width: 1360px) {

    /* ---------------------live count */
    .live-party-table td {
        font-size: 17px;
        padding: 1px 4px 1px 13px;
        width: 82px;
    }

    .live-chart-container {
        scale: 0.92;
    }

    .live-result-box .title {
        font-size: 17px;
    }

    .live-result-box .count {
        font-size: 31px;
    }

    live-result-box {
        width: 70px;
    }

    .live-party-table td:first-child {
        width: 91px;
    }

    .live-party-table thead tr {
        padding-right: 4px;
    }

    .live-el-title {
        font-size: 40px;
        line-height: 47px;
    }

    /* ------------------- mahamukabla */

    .leader-box {
        height: 199px;
    }

    .mh-inner {
        width: 356px;
    }

    .mh-title1 {
        font-size: 2.8rem;
    }

    .mh-title2 {
        font-size: 2.87rem;
    }

    .leader-img {
        width: 38px;
        height: 38px;
        overflow: hidden;
    }


    .maha-block {
        padding: 7px;
    }

    .mh-title3 {
        font-size: 1.8rem;
    }

    .mh-title4 {
        font-size: 1.87rem;
    }

    .leader-info p {
        font-size: 16px;
    }

    .mh-left {
        height: 274px;
    }

    /* election */
    .el-row {
        gap: 15px;
    }

    .el-title {
        font-size: 45px;
    }

    .result-box .title {
        font-size: 20px;
    }

    .result-box .count {
        font-size: 34px;
        margin-bottom: 2px;
        margin-top: 2px;
    }

    .party-table {
        width: 194px;
    }

    .party-table tr td:first-child {
        font-size: 24px;
    }

    .party-table td:last-child {
        font-size: 24px;
    }

    .el-row {
        gap: 15px;
    }

    .el-right {
        max-width: 280px;
        width: 100%;
    }

    .win-t {
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-bottom: 26px solid #ff0000;
    }

    .el-img {
        width: 205px;
    }

    .election-wrap {
        min-height: 262px;
    }

    .result-box {
        width: 88px;
    }

    .total-seats h3 {
        margin: 0;
        font-size: 24px;
    }

    .total-seats p {
        font-size: 14px;
    }

    /* --------------- Election Schedule-------------- */
    .phs-1 h3 {
        font-size: 20px;
        line-height: 23px;
    }

    .phs-2 h3 {
        font-size: 20px;
        line-height: 23px;
    }

    .phase-r img {
        max-width: 115px;
    }

    .phase-l {
        margin-right: 0;
    }

    .phase-details-btn {
        max-width: 136px;
        font-size: 16px;
    }


    /* ------ */
    .mx-text {
        max-width: 409px;
        width: 100%;
    }

    .--flx {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: flex-start;
    }

    .--l {
        margin-right: 10px;
    }

    .--l .news-inner {
        gap: 4px;
        justify-content: flex-start;
        align-items: flex-start;
    }



    .--l .news-inner .news-block2 .mySwiper .swiper-wrapper .swiper-slide {
        /* justify-content: left; */
        width: auto;
    }

    .--l .news-inner .n1 {
        width: 55%;
    }

    .--l .news-inner .n2 {
        width: 45%;
    }

    .breaking-news {
        /* height: 43px;
    padding: 7px 7px 0 11px; */
    }

    .brk-m {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .brk-l {
        padding: 3px 15px 0 8px;
    }

    .brk-r .brk-link {
        font-size: 18px;
    }

    .top--news {
        min-height: 555px;
    }

    .ads_t {
        max-height: 270px;
    }

    .side_widgets {
        & .card_small {
            .card_small_top {
                height: 66px;
            }
        }
    }

    .cm-container {
        max-width: 1090px;
    }

    ._devider {
        gap: 16px;
    }

    .photo_grid {
        gap: 10px;
    }

    .nwstb::after {
        width: 58%;
        right: 34%;
    }

    .gtb::after {
        width: 70%;
    }

    .related-nws {
        margin: 0;
        padding: 17px 15px;
    }

    .related-nws-item {
        h3 {
            font-size: 32px;
            width: 29px;
        }
    }

    .related-nws-item {
        margin-bottom: 8px;
    }

    .related-nws-link {
        line-height: 22px;
        margin-left: 9px;
    }

    .spl-banner {
        margin-top: 15px;
    }

    .spl-banner-link {
        img {
            height: 79px;
        }
    }

    .top-news-banner {
        height: 382px;
    }

    .top-news-box .just_in_widget .just_in {
        height: 200px;
    }

    .top-news-box .just_in_widget .just_in .js_block {
        height: 122px;
    }

    .jst {
        height: 200px;
    }

    .js_title {
        position: relative;
        margin-top: 10px;
        margin-bottom: 4px;

        .js_t {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 4px;
            margin-left: 23px;
        }
    }

    .js_title {

        .js_t::before,
        .js_t::after {
            position: absolute;
            content: "";
            height: 12px;
            width: 12px;
        }
    }

    .news-card-title {
        .title_link {
            font-size: 18px;
            line-height: 24px;
            font-weight: 500;
        }
    }

    .cm_banner-five .gutter-left .post_thumb {
        height: 382px;
    }



    brk-l {
        padding: 0px 13px
    }

    .swiper-tags-container {
        max-width: 1175px;
    }

    .topStories {
        margin-bottom: 12px;
    }

    /* .inner {
        padding: 1px 15px 0px;
    } */

    .nws_list {
        padding: 0 6px;
    }

    .nwsItem {
        margin-bottom: 5px;
    }

    .nwsImg {
        min-width: 106px;
        height: 62px;
    }

    .nwsItem>.nwsTittle {
        -webkit-line-clamp: 2;
    }

    .cm_banner-five .gutter-left .post-holder {
        right: 0px;
        padding: 4px;
        bottom: -7px;
    }

    .live_tag {
        font-size: 15px;
    }

    /* new home layout */
    .column--left,
    .column--right {
        max-width: 300px;
        width: 100%;
    }

    .cstm--card-top {
        height: 172px;
    }

    .cstm--card-bottom {
        padding-bottom: 3px;
    }

    .cstm--card {
        margin-bottom: 14px;
    }

    .cstm--card-top-m {
        height: 262px;
    }

    .cstm--card-bottom-m a {
        margin-bottom: 6px;
    }

    .cstm--card-m {
        margin-bottom: 10px;
    }

    .news--col {
        padding-top: 14px;
    }

    .cstm--card-bottom-m p {

        -webkit-line-clamp: 3;
    }

    .podcast_title h5 {
        font-size: 16px;
    }

    .ads-container {
        margin-top: 10px;
    }

    /* tags */


    .top-news-box {
        &:first-of-type {
            margin-bottom: 12px;
        }
    }

    .nmf-tag {
        margin-bottom: 10px;
    }

    .cm_banner .post_title a {
        font-size: 21px;
    }

    .just_in_main {
        height: 192px;
        padding: 6px 14px 0;
    }

    /* news sections */
    .custom--card-title a {
        font-size: 15px;
        line-height: 22px;
    }

    .--ct_img {
        width: 108px;
        height: 62px;
    }

    .p_2 {
        border-bottom: 1px solid #dddada;
        margin-bottom: 7px;
        margin-right: auto;
        max-height: 54px;
    }

    .news-block2 {
        gap: 3px;
    }

    .swiper_card_top {
        height: 217px;
    }

    .news_lft .thumb_card_top {
        height: 92px;
    }



    .news_lft {
        .thumb_card_bottom {
            padding-bottom: 7px;
            margin-bottom: 9px;
        }
    }

    ._devider {
        width: 100%;
    }

    .news-inner {
        gap: 9px;
    }

    /* video */
    .vdo_card_top {
        height: 145px;
    }

    .video-items-right {
        height: 496px;
        overflow: hidden;
    }

    .custom-tabs {
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    /* state tabs */
    .tcm_img {
        height: 225px;
    }

    .tc_img {
        max-width: 125px;
        height: 71px;
    }

    .tab_card .tab_title a {
        font-size: 15px;
    }


    .tab_card_main {
        margin-bottom: 18px;
    }

    .tabs .tab {
        padding: 12px;
        padding-bottom: 5px;
    }

    /* ================================================== */
    /* header */
    /* ================================================== */
    .--nmf-logo {
        width: 77px;
    }

    .modal-content {
        width: 100%;
        padding: 20px 0px;
        background: #ffffffeb;
    }

    .modal_logo {
        width: 63px;
    }

    .modalmenu {
        gap: 14px;
    }

    .modalmenu {
        a {
            font-size: 16px;
        }
    }

    .close_btn {
        font-size: 18px;
        width: 35px;
        height: 35px;
    }

    /* ========================= */
    /* footer */
    /* ========================= */
    .footer_right {
        padding-left: 35px;
    }

    footer_centre {
        padding-left: 30px;
        padding-right: 40px;
    }

    .footer_left {
        .footer_logo_wrap .footer_logo:last-child {
            width: 143px;
        }
    }

    .footer_left {
        .footer_logo_wrap .footer_logo:first-child {
            width: 65px;
        }
    }
}

@media screen and (max-width: 1080px) {
    .mx-text {
        max-width: 396px;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navmenu>li:nth-child(n+11) {
        display: none;
    }
}

/* On large screens, /* Desktop: show all */
@media (min-width: 992px) {
    .navmenu>li {
        display: inline-block;
    }
}

/* ========================== */
/* Media Queries */
/* For mobile phones: */
/* ========================== */


@media (max-width: 600px) {

    /* ------------- Mobile ad---------- */
    .mobile-sticky-ad {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    /* ------------- Rashifal---------- */
    .rashifal-slider {
        margin-top: -22px;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .rashifal-container {
        flex-direction: column;
    }

    .rashifal-item img {
        width: 49px;
        height: 47px;
        padding: 5px;
    }

    .rashifal-item {
        flex: 0 0 auto;
        width: 68px;
        margin: 0;
    }

    .rashifal-box {
        border-radius: 0px;
        padding: 33px 22px;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .nav-btn.next {
        right: -10px;
    }

    .nav-btn.prev {
        left: -10px;
    }

    .rashifal-item.spacer {
        flex: 0 0 50%;
    }

    .rotating-bg {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    /* ------------- ---------- */
    h1.title_video {
        font-size: 22px !important;
        line-height: 28px !important;
        margin-bottom: 5px;
    }

    /* ----------------- topstory */
    .news--grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .news--col:last-of-type {
        padding-left: 0;
        padding-top: 0;
    }

    .news--col:first-of-type {
        padding-right: 0px;
    }

    .swiper-tags-container {
        padding: 0 11px;
    }

    .swiper-tags-button-prev {
        left: 1px;
    }

    .swiper-tags-button-next {
        right: 1px;
    }

    .gradient-left,
    .gradient-right {
        width: 10px;
    }

    /* ----------------------------- */
    /* Election live vote count */
    /* ----------------------------- */
    .election-section-live-wrap {
        flex-direction: column;
    }

    .live-party-table td:first-child {
        width: 84px;
    }

    .live-el-left {
        width: 100%;
    }

    .live-el-mid {
        width: 100%;
    }

    .live-party-table thead tr {
        padding-right: 1px;
    }

    .live-el-right {
        width: 100%;
    }

    .live-el-title {
        max-width: 100%;
    }

    .live-el-title {
        font-size: 28px;
        line-height: 32px;
    }

    .live-el-img {
        max-width: 170px;
        width: 100%;
        margin: 0 auto;
    }

    .live-chart-container {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        margin-top: -20px;
        scale: 1;
    }

    .live-total-seats {
        bottom: 56px;
    }

    .live-win-mark {
        top: 23px;
    }

    .live-win-t {
        border-bottom: 21px solid #ff0000;
    }

    .live-party-table tbody tr td:first-child {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    /* ----------------------------- */
    /* Maha mukabla */
    /* ----------------------------- */

    .leader-box .leader-card {
        width: 100%;
        padding: 2px 5px;
    }

    .mh-title3 {
        font-size: 2rem;
    }

    .mh-title3 {
        font-size: 2.01rem;
    }

    .leader-box {
        width: 100%;
        height: 278px;
        padding-right: 6px;
    }

    .maha-img {
        display: none;
    }

    .mh-inner {
        width: 100%;
    }

    .maha-block {
        padding: 0;
        flex-direction: column;
    }

    .mh-swiper-wrapper .swiper-slide {
        width: 100% !important;
    }

    .mh-swiper-wrapper {
        display: flex;
    }

    .mh-left {
        height: 273px;
        margin-top: 0;
        background-image: linear-gradient(#fff, #fff), linear-gradient(180deg, #CCB296, #f0ecd342);
    }

    .mh-right {
        width: 100%;
        margin-top: 10px;
    }

    .mh-title2 {

        font-size: 2.97rem;
    }

    .mh-title1 {

        font-size: 2.9rem;

    }

    .leader-info h3 {
        font-size: 17px;
    }

    .leader-info p {
        font-size: 17px;
    }

    .leader-info {
        max-width: 242px;
    }

    .leader-img {
        width: 42px;
        height: 42px;
    }


    /* ----------------------------- */
    /* Election Schedule */
    /* ----------------------------- */
    .sdle-title-box {
        padding-top: 3px;
    }

    .sdle-title1 {
        font-size: 1.7rem;
        line-height: 35px;
    }

    .sdle-block {
        padding: 4px 5px 0;
    }

    .phase-wrap {
        flex-direction: column;
    }

    .phase-l {
        margin-right: 0;
        padding: 8px;
        justify-content: center;
    }

    .phs-2 {
        padding: 12px 9px 8px;
    }

    .phs-1 {
        padding: 12px 9px 8px;
    }

    .phase-r {
        justify-content: center;
        display: flex;
    }

    .phase-r img {
        max-width: 108px;
        margin-bottom: 10px;
    }

    .phs-1 h3,
    .phs-2 h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .sdle-mid {
        width: 100%;
    }

    .sdle-wrap {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }

    .vote-poll {
        width: 55px;
        bottom: -11px;
        left: 51%;
    }

    .pd-boder::after {
        height: 63%;
    }

    .sdle-right img {
        width: 220px;
    }

    /* all */
    .sidebar-widget-area .widget {
        background-color: #fff;
        padding: 0px;
        padding-bottom: 10px;
        margin-bottom: 16px;
        border-radius: 0px;
        border: 1px solid #ffffff;
        border-bottom: 1px solid #c9c9c9;
    }

    .news-tabs .newstab_title {
        padding-left: 10px;
        border-left: 4px solid red;
        border-radius: 4px;
        line-height: 26px;
    }

    .news-tabs {
        padding-bottom: 12px;
    }

    .story-title h2 {
        padding-left: 10px;
        border-radius: 3px;
        border-left: 3px solid red;
    }

    #categories-canoon {
        background-color: #fff;
        padding: 0px;
        padding-bottom: 10px;
        margin-bottom: 16px;
        border-radius: 0px;
        border: 1px solid #ffffff;
        border-bottom: 1px solid #c9c9c9;
    }

    /* election */
    .chart-container2 {
        position: relative;
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
        padding: 10px 0;
    }

    .chart-container2 canvas {
        width: 100% !important;
        height: auto !important;
        display: block;
    }

    .win-mark {
        top: 22px;
    }

    .win-t {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 24px solid #ff0000;
    }

    .ew-m2 {
        display: block;
    }

    .ew-m {
        display: none;
    }

    .election-wrap {
        min-height: 355px;
    }

    .el-img {
        width: 150px;
        right: 5%;
        left: auto;
        bottom: 0;
    }

    .el-row-m {
        display: flex;
        flex-direction: row;
        padding-left: 3px;
        padding-right: 0px;
    }

    .el-left-m {
        width: 50%;
        padding-right: 5px;
        display: flex;
        flex-direction: column;
    }

    .el-right-m {
        width: 50%;

    }

    .party-table th,
    .party-table td {
        font-size: 16px;
        font-weight: 500;
    }

    .el-title {
        font-size: 28px;
        margin-bottom: 5px;
        text-align: center;
    }

    .result-box {
        max-width: 46px;
    }

    .result-box .title {
        font-size: 13px;
        padding-top: 2px;
    }

    .result-box .count {
        font-size: 20px;
        margin-bottom: 0px;
        margin-top: 1px;
    }

    .result-section {
        display: flex;
        justify-content: left;
        gap: 5px;
        padding-left: 0;
        margin-bottom: 12px;
    }


    .party-table {
        width: 100%;
        max-width: 194px;
    }

    .el-right {
        max-width: 220px;
        width: 100%;
        position: absolute;
        right: 0;
        top: 74px;
    }

    .total-seats h3 {
        font-size: 18px;
    }

    .total-seats p {
        font-size: 12px;
    }

    .total-seats {
        bottom: 13%;
    }

    .party-table tr td:first-child {
        font-size: 20px;
    }

    .party-table td:last-child {
        font-size: 20px;
    }

    /* --------- */
    .news--grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .news--col:last-of-type {
        padding-left: 0;
        padding-top: 0;
    }

    .news--col:first-of-type {
        padding-right: 0px;
    }

    .swiper-tags-container {
        padding: 0 11px;
    }

    .swiper-tags-button-prev {
        left: 1px;
    }

    .swiper-tags-button-next {
        right: 1px;
    }

    .news--col .news_desc {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .storyTitle {
        bottom: 0;
        min-height: 54px;
        overflow: hidden;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        z-index: 2;
        padding: 3px 4px;
    }

    .story-thumb {
        height: 270px;
    }

    .js-tabs-container {
        border-radius: 0px;
    }

    .story-strip {
        padding-top: 16px;
        padding-bottom: 8px;
    }

    /* reels section */
    .story-nav .story-nav-prev,
    .story-nav .story-nav-next {
        display: none;
    }

    .story-nav {
        padding: 0;
    }

    .story-head span a {
        font-size: 18px;
    }

    .reels-wrap {
        flex-direction: column;
    }

    .reels-banner {
        display: none;
    }

    .--flx {
        flex-direction: column;
    }

    .--l {
        margin-right: 0px;
    }

    .--l .news-inner .n1,
    .--l .news-inner .n2 {
        width: 100%;
    }



    .story-head {
        margin-bottom: 12px;
        max-width: 100%;
        width: 100%;
    }

    .tab_row {
        flex-direction: column;
    }

    .top--news {
        min-height: 100%;
    }

    .cm-cotainer {
        max-width: 100%;
    }

    .page-template {
        overflow-x: hidden;
    }

    .banner-area {
        padding-inline: 15px;
    }

    /* NL1061: 13.10.2025 : added */
    .spl-banner-link {
        img {
            height: 51px;
            border-radius: 8px;
        }
    }

    .top-news-wrap {
        width: 100%;
    }

    .top-news-wrap-main {
        width: 100%;
    }



    .top-news-box .just_in_widget .just_in {
        height: 238px;
    }

    .news_ticker_wrap {
        display: none;
    }


    .top-news-banner {
        height: 100%;
        flex-direction: column;
    }

    .mainImg {
        width: 100%;
        height: 222px;
    }

    .cm_banner-five .gutter-left .post_thumb {
        height: auto;
    }

    .cm_banner-five .gutter-left .post-holder {
        padding: 5px;
        position: relative;
        bottom: -3px;
    }

    .nmf-tag {
        margin-bottom: 8px;
    }

    .cm_banner .post_title a {
        font-size: 19px;
        line-height: 27px;
    }

    .top-news-banner {
        gap: 2px;
    }

    .top-news-box .just_in_widget .just_in .js_block {
        height: 150px;
        padding: 0px 14px;
    }

    .top_n {
        height: 216px;
    }

    .jst {
        margin-top: 0px;
        margin-bottom: 6px;
    }

    .live_tag {
        font-size: 15px;
        padding: 5px 25px 0 7px;
    }

    .live_tag::after {
        width: 12px;
        height: 12px;
        right: 7px;
        margin-left: 5px;
        top: 11px;
    }

    .live_tag::before {
        right: 9px;
        top: 12px;
    }


    .swiper_card_bottom {
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .mx-text {
        max-width: 396px;
        width: 100%;
    }

    .cm_banner .post_title h2 a {
        font-size: 19px;
        line-height: 30px;
    }

    .related-nws {
        margin: 0;
        padding: 26px 16px;
    }

    .related-nws-item {
        margin-bottom: 14px;

        h3 {
            font-size: 30px;
            width: 22px;
        }
    }

    .related-nws-link {
        line-height: 22px;
        margin-left: 18px;
    }

    /* ============================================ */
    /* new home */
    /* ============================================ */
    .category-thumbnail h3 {
        min-height: 62px;
        font-weight: 500;
    }

    .custom--card-title a {
        font-weight: 600;
    }

    .news_desc a {
        font-weight: 600;
    }

    .layout--container {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }

    .column--left,
    .column--right {
        max-width: 100%;
        width: 100%;
    }

    .column--center {
        order: -1;
    }

    .cstm--card-top-m {
        height: auto;
    }

    .cstm--card-top {
        height: 215px;
    }

    .swiper-tags-container {
        height: 35px;
    }

    .swiper-tags-button-prev,
    .swiper-tags-button-next {
        display: none !important;
    }

    .--ct_img {
        display: inline-block;
        overflow: hidden;
        border-radius: 8px;
        width: 125px;
        height: 70px;
    }

    .--ct_img {
        width: 125px;
        height: 70px;
    }

    .ad_ct {
        padding-left: 15px;
        padding-right: 15px;
    }

    .p_2 {
        padding-bottom: 10px;
        margin-bottom: 12px;
    }

    .news_lft2 .thumb_card {
        background: #f5f5f5;
        padding: 8px;
    }

    /* ============================================ */
    /* Breaking news */
    /* ============================================ */
    .breaking-bars {
        margin-top: 2px;
        margin-right: 3px;

        span {
            width: 16px;
            height: 1px;
        }
    }

    .brk-m {
        padding-left: 15px;
        padding-right: 15px;

    }

    .brk-news-wrap {
        border-radius: 10px;
        height: auto;
        padding: 2px 0;
    }

    .breaking-news {
        background-image: none;
        padding: 0;
    }

    .brk-l {
        padding: 2px 8px;
        text-align: right;
        margin-left: -17px;

        h4 {
            white-space: normal;
            font-size: 14px;
            line-height: 17px;
            margin-left: 15px;

        }
    }

    .brk-r {
        height: 100%;
        padding: 4px 8px 4px;
        line-height: normal;
        margin: 0px;
        margin-right: 0px;

        .brk-link {
            font-size: 15px;
            line-height: 20px;
            font-weight: 500;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }
    }

    .adBgSidebar {
        border-radius: 0px;
    }

    /* ====================================== */
    /* sort video */
    /* ====================================== */
    #nb {
        width: 100%;
    }

    .news-block2 {
        width: 100%;
    }

    .news-block3 {
        width: 100%;
    }

    /* ============================================ */
    /* news Section */
    /* ============================================ */
    .news-panel {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 22px;
    }

    .news-tabs .newstab_title {
        font-size: 22px;
    }

    .news-tabs a {
        margin-right: 5px;
        padding: 3px 3px;
        min-width: 75px;
    }

    .nwstb::after {
        content: none;
    }

    .news-inner {
        flex-direction: column;
        gap: 6px;

        .news-block {
            width: 100%;
        }
    }


    /* ================================ */
    /* Video Gallery*/
    /* ================================ */
    .video-section {
        padding: 0px;
        width: 100%;
        margin-bottom: 20px;
    }

    .video_block {
        width: 100%;
        height: 100%;
        padding-top: 16px;
        padding-bottom: 25px;
        padding-inline: 0px;
        border-radius: 0px;
    }


    .cts {
        display: flex;
        justify-content: left;
        gap: 10px;
        padding-left: 0;
        flex-wrap: nowrap;
        flex-direction: row;
        overflow-x: auto;
        width: 100%;
        border-radius: 0px;
        padding-block: 0px;
        margin-top: 12px;
    }

    .vdo_content {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }

    .video-items-left {
        width: 100%;
    }

    .video-items-right {
        width: 100%;
        padding: 15px;
        overflow: hidden;
        height: 495px;

        & .custom-tab-title {
            a {
                -webkit-line-clamp: 2;
            }
        }
    }

    .vdo_title {
        padding-left: 15px;
        padding-right: 15px;
    }

    .vdo_title h2 {
        font-size: 20px;
        line-height: 27px;
    }

    .vdo_card_top {
        width: 100%;
        margin-bottom: 5px;
        height: 108px;

        .vdo_card_img {
            height: 100%;
        }

        .category_strip {
            bottom: 4px;

            span {
                font-size: 11px;
            }
        }

    }

    .tab-btn {
        border: none;
        padding: 8px 17px;
        font-weight: 500;

        span {
            font-weight: 500;
        }
    }

    .cts .tab-btn {
        white-space: nowrap;
    }

    /* advertise */
    .top-news-area {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
    }

    /* ================================ */
    /* Photo gallery */
    /* ================================ */
    .photo_block {
        padding: 30px 15px;
        border-radius: 0px
    }

    .photo_grid {
        margin-top: 15px;
        height: 600px;
        display: grid;
        gap: 15px;
        padding: 19px 15px;
        /* grid-template-columns: 1fr 1fr; */
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    }

    .photo_grid>.photo_item:first-child {
        grid-column: span 2;

        .photo_top {
            height: 158px;

            img {
                width: 100%;
            }
        }
    }

    .photo_item>.photo_top {
        height: 100px;

        img {
            height: 100%;
        }
    }

    .photo_item {
        min-height: auto;
    }

    .photo_item>.photo_bottom {
        -webkit-line-clamp: 2;
    }

    .photo_item>.photo_bottom a {
        color: white;
        font-size: 15px;
        display: block;
    }

    /* =========================================== */
    /* With widget */
    /* =========================================== */
    .ctm_row {
        padding: 0px;
        margin: 0;

        .cm-container {
            padding: 0px;

            .news_tab_row {
                padding-left: 15px;
                padding-right: 15px;
                padding-bottom: 0px;

                .news-tabs {
                    padding-bottom: 15px;
                }
            }
        }
    }

    ._devider {
        flex-direction: column;

        .tabs {
            border-radius: 0px;
            padding: 7px;
            padding-top: 25px;
            padding-bottom: 30px;
        }
    }

    .tabs .tab .tab_row {
        display: flex;
        flex-direction: column;

        .col-6 {
            width: 100%;
        }
    }

    .tabs .tab {
        padding: 10px;
    }

    .nwstb2::after {
        width: 44%;
        right: 0%;
    }

    .nwstb3::after {
        width: 38%;
        right: 0%;
    }

    .custom-tabs {
        border-radius: 0px;
        padding: 8px;
        padding-top: 25px;
        padding-bottom: 30px;
        margin-top: 15px;
    }

    .custom-tab {
        padding: 10px;

        .custom-tab-row {
            flex-direction: column;

            .col-6 {
                width: 100%;
            }
        }
    }

    .tcm_img {
        height: 210px;
    }

    .tab_card_main {
        .tab_card_title {
            padding: 22px 12px 10px;
        }
    }

    .custom-tab-card-title {
        padding: 22px 12px 10px;
    }

    .nwstb2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    ._devider .right_content {
        width: 100%;
        max-width: 100%;
        padding-left: 9px;
        padding-right: 15px;

        .podcast_iframe {
            width: 100%;
        }
    }

    .podcast_card {
        iframe {
            width: 100%;
        }
    }

    .pod {
        margin-top: 25px;
    }

    .podcast_title h5 {
        margin-bottom: 0;
    }

    .nwstb3::after {
        width: 66%;
        right: 0%;
    }

    /* ============================================ */
    /* Poll*/
    /* ============================================ */
    .poll-tabs {
        padding: 10px;
        padding-block: 30px;
        border-radius: 0px;
    }

    .custom-poll-row {
        padding-top: 5px;
    }

    /* NL1061: 13.10.2025 : added */
    .card_small {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 8px;
    }

    .custom_left {
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
        border-bottom: 1px solid #c2c2c2;

        .card_small_top {
            width: 125px;
            height: 70px;
            flex-shrink: 0;
        }

        &:last-of-type {
            border-bottom: none;
        }
    }

    .tbs::after {
        right: 0%;
        width: 75%;
    }

    .poll-content {
        padding: 10px;
    }

    /* =========================================== */
    /* Custom Block */
    /* =========================================== */
    .custom_block {
        .cm-container .tbs {
            padding-left: 15px;
            padding-right: 15px;

            &::after {
                right: 0%;
                width: 65%;
            }
        }
    }

    .cs_row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px;
    }

    .lay_row {
        display: flex;
    }

    .lay_row {
        flex-direction: column;

        .nts::after {
            width: 66%;
            right: 0;
        }
    }

    .news-area .cm-post-widget-section {
        margin-bottom: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .gtb::after {
        width: 37%;
        right: 0;
    }

    .card .card_content {
        border-radius: 10px;
    }

    #media_image-7 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sidebar-widget-area {
        margin-left: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .bottom-news-area {
        padding-left: 15px;
        padding-right: 15px;
    }

    .od2 {
        order: 2;
    }

    .author-card {
        flex-direction: column;
        margin-bottom: 7px;
    }

    .author-card .author-card-left {
        width: 60px;
        height: 60px;
        margin-bottom: 13px;
        margin-right: 0px;
    }

    .author-card .author-card-right {
        width: 100%;
        border-left: none;
        padding-left: 0;
    }

    /* NL1061: 13.10.2025 : added */
    /* bottom nav */
    .btm-nav {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 52px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-top: 1px solid #ddd;
        box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.05);
        transition: transform 0.4s ease-in-out;
        transform: translateY(0);
        z-index: 999;
    }

    .btm-nav .nav-item {
        text-align: center;
        color: #666;
        text-decoration: none;
        font-size: 12px;
        flex: 1;
        padding: 8px 0;
        transition: all 0.3s ease;
        position: relative;
        padding: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .btm-nav .nav-item i {
        font-size: 19px;
        display: block;
        margin-bottom: 2px;
        transition: color 0.3s ease;
    }

    .btm-nav .nav-item span {
        font-size: 11px;
        display: block;
        margin-top: 3px;
    }

    .btm-nav .nav-item.active {
        color: #ff3131;
        background: #f2f2f2;
    }

    .btm-nav .nav-item.active i {
        color: #ff3131;
    }

    .btm-nav .nav-item.active::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 34px;
        height: 34px;
        background-color: rgba(255, 49, 49, 0.1);
        border-radius: 50%;
        z-index: -1;
    }

    .search-modal {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        justify-content: center;
        align-items: center;
    }

    .search-modal-content {
        display: block;
        background: white;
        padding: 26px 20px 12px;
        border-radius: 10px;
        width: 92%;
        max-width: 400px;
        text-align: center;
        position: absolute;
        top: 26%;
    }

    .search-input {
        width: 100%;
        padding: 10px 14px;
        font-size: 16px;
        margin-bottom: 14px;
        border: 1px solid #d2d2d2;
        border-radius: 6px;
        outline: none;
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }

    .search-input:focus {
        border-color: #ff3c3c;
        box-shadow: 0 0 0 3px rgba(255, 60, 60, 0.2);
    }


    .closeBtn {
        position: absolute;
        top: -17px;
        right: 0px;
        background: #ffffff;
        color: #ff2626;
        padding: 2px 11px 0px 11px;
        max-height: 37px;
        border-radius: 10px;
        cursor: pointer;
        font-size: 30px;
        line-height: 36px;
    }

    .srch-btn {
        padding: 10px 22px;
        background: linear-gradient(to top, #000000, #2d2d2d);
        border: none;
        color: white;
        font-size: 16px;
        font-weight: 500;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 4px 10px rgba(255, 60, 60, 0.2);
    }

    .srch {
        display: block;
        color: #dadada;
        font-size: 23px;
        padding-top: 4px;
    }

    #toTop {
        background: #000000cf !important;
        border: none;
        border-radius: 35%;
        bottom: 75px;
    }

    .input-group {
        display: none;
    }

    .--header {
        padding: 6px 15px 6px;
        position: fixed;
        top: 0;
        z-index: 20;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    .modal_logo {
        width: 62px;
    }

    .--hdr-bottom {
        display: none;
    }

    .--header-right-top {
        height: 100%;
        padding: 0;
    }

    /* .--hdr-t-r {
    width: fit-content;
  } */
    .pod-cast {
        display: none;
    }

    .social-wrap {
        display: none;
    }

    .srch {
        display: none;
    }

    .htag {
        display: block;
    }

    .--hdr-top {
        min-height: 100%;
        border: none;
        padding-left: 15px;
        padding-right: 0;
        position: relative;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

    .--header-right {
        border: none;
    }

    .--hdr-t-l {
        flex-direction: row-reverse;
        gap: 12px;
        width: fit-content;
    }

    .--header-left {
        padding-right: 0;
        border: none;
    }

    .--header-container {
        min-height: 100%;
    }

    .--header-left a {
        width: 44px;
        display: inline-block;
    }

    .modal-content {
        width: 100%;
        padding: 20px 0px;
    }

    .modalmenu {
        justify-content: flex-start;
        flex-direction: column;
        gap: 20px;
        height: 100dvh;
        height: -webkit-fill-available;
        overflow-y: auto;
    }

    .modalmenu {
        a {
            font-size: 17px;
        }
    }

    .main-navigation-mob {
        position: fixed;
        width: 100%;
        top: 53px;
        display: block;
        overflow-x: auto;
        z-index: 19;
        background: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
        border-bottom: 1px solid #eee;
    }

    .menu-container {
        overflow-x: auto;
        padding: 0 12px;
    }

    .menu-list {
        display: flex;
        gap: 20px;
        padding: 7px 0 0px;
        margin: 0;
        list-style: none;
        white-space: nowrap;
    }

    .menu-item {
        position: relative;
        font-size: 15px;
        font-weight: 500;
        padding-bottom: 6px;
        cursor: pointer;
    }

    .menu-item .menu-link {
        white-space: nowrap;
        color: #000;
    }

    .menu-item.active::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 4px;
        width: 150%;
        border-radius: 5px 5px 0 0;
        background-color: red;
    }

    /* ======================================================= */
    /* footer */
    /* ======================================================= */
    .footer_main {
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 50px;
        /* padding-bottom: 25px; */
    }

    .footer-top {
        flex-wrap: wrap;
        gap: 20px;
        padding-bottom: 24px;
    }

    .footer_left {
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid #4b4b4b;
    }

    .footer_centre {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        border-bottom: 1px solid #4b4b4b;
        padding-bottom: 10px;
    }

    .footer-top .footer_right {
        width: 100%;
        padding-left: 0px;

        h5 {
            margin-bottom: 17px;
        }
    }

    .poweredby {
        display: flex;
        flex-direction: column;
        align-items: anchor-center;
        gap: 7px;
        align-items: center;

        a {
            width: 95px;
        }
    }

    .footer-bottom {
        padding: 15px 0 5px;
    }

    .input_wrap {
        height: 48px;
    }

    .footer_col h4 {
        margin-bottom: 15px;
    }

    #footer-socials {
        padding-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .ftcol {
        width: 100%;
        padding: 18px 0px;
        text-align: center;
    }

    .footer_centre .footer_col:nth-child(2) {
        padding-left: 15px;

        .footer_menu {
            flex-direction: column;
        }
    }
}

/* NL1061: 13.10.2025 : added */
@media (max-width: 575px) {
    .news_ticker_wrap .ticker_head .ticker_title {
        display: none;
    }

    .news_ticker_wrap {
        display: none;
    }

    .news_ticker_wrap .ticker_items {
        height: auto;
        line-height: 1.3;
        max-width: 100%;
        padding: 0 75px 0 10px;
        text-overflow: ellipsis;
        width: calc(100% - 30px);
    }
}

@media (max-width: 395px) {
    .mh-left {
        height: 254px;
    }
}

@media (max-width: 375px) {

    /* NL1050: 13.10.2025 : added */
    /* election */
    .mh-title3 {
        font-size: 1.81rem;
    }

    .leader-info h3 {
        font-size: 17px;
    }

    .leader-img {
        width: 38px;
        height: 38px;
    }

    .leader-info p {
        font-size: 15px;
    }

    .mh-title4 {
        font-size: 1.85rem;
    }

    .leader-box {
        height: 265px;
    }

    .mh-title4 {
        top: 1px;
    }

    .mh-title3 {
        font-size: 1.81rem;
    }

    /* NL1061: 13.10.2025 : added */
    .mh-left {
        height: 241px;
    }

    .election-wrap {
        min-height: 335px;
    }

    .el-left-m {
        width: 55%;
    }

    .el-right-m {
        width: 45%;
    }

    .party-table th,
    .party-table td {
        font-size: 15px;
    }

    .party-table tr td:first-child {
        font-size: 18px;
    }

    .party-table td:last-child {
        font-size: 18px;
    }

    .party-table img {
        width: 33px;
        height: 33px;
    }

    .el-img {
        width: 146px;
        right: 1%;
        left: auto;
    }

    .result-box .count {
        font-size: 18px;
    }

    .result-section {
        gap: 3px;
    }

    .win-mark {
        top: 19px;
    }
}

.shorts-slide {
    width: 100%;
    max-width: 165px;
}

#appDownloadModal {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/* Modal Box */
.app-download-modal {
    background: white;
    padding: 0 10px 20px 10px;
    max-width: 92%;
    width: 90%;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: center;
}

.modal-img {
    width: 100%;
    height: auto;
    max-width: 340px;
    margin-bottom: 14px;
    object-fit: cover;
}



.app-download-modal h2 {
    margin-bottom: 6px;
    font-size: 20px;
}

.app-download-modal p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #555;
}



/* Renamed Close Button */
.modal-close-button {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #888;
}

.modal-close-button:hover {
    color: #000;
}

@media (min-width: 769px) {

    /* Hide modal on desktop */
    #appDownloadModal {
        display: none !important;
    }
}

/* author */
.author-card {
    display: flex;
    justify-content: center;
    padding: 15px 15px 15px 15px;
    border: 1px solid #d6d2d2;
    border-radius: 9px;
    margin-bottom: 15px;
}

.author-card-left {
    width: 100%;
    max-width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 17px;
    border: 4px solid transparent;
    /* thickness of border */
    background: linear-gradient(145deg, #e0e0e0, #ffffff, #b0b0b0);
    background-clip: padding-box, border-box;
    background-origin: border-box;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
    /* adds subtle depth */

}

.author-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-card-right {
    width: 100%;
    border-left: 1px solid #d6d2d2;
    padding-left: 24px;
}

.text_wrap {
    display: flex;
    justify-content: space-between;
}

.text_wrap h2 {
    position: relative;
    margin-bottom: 15px;
}

.text_wrap h2::after {
    content: "";
    position: absolute;
    width: 86px;
    height: 2px;
    background-color: #ff0a0a;
    bottom: -5px;
    left: 0;
}

.author-desc {
    color: #333;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 5px;
}