/* From home.html inline styles */
body,
.sidebar.c-4-12,
#header #s {
    background-color: #09090b;
    background-image: url();
}

#primary-navigation,
.navigation ul ul,
.pagination a,
.pagination .dots,
.latestPost-review-wrapper,
.single_post .thecategory,
.single-prev-next a:hover,
.tagcloud a:hover,
#commentform input#submit:hover,
.contactform #submit:hover,
.post-label,
.latestPost .review-type-circle.review-total-only,
.latestPost .review-type-circle.wp-review-show-total,
.bypostauthor .fn:after,
#primary-navigation .navigation.mobile-menu-wrapper,
#wpmm-megamenu .review-total-only,
.owl-controls .owl-dot.active span,
.owl-controls .owl-dot:hover span,
.owl-prev,
.owl-next,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce .bypostauthor:after,
#searchsubmit,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
    background-color: #494949;
    color: #fff;
}

#searchform .fa-search,
.currenttext,
.pagination a:hover,
.single .pagination a:hover .currenttext,
.page-numbers.current,
.pagination .nav-previous a:hover,
.pagination .nav-next a:hover,
.single-prev-next a,
.tagcloud a,
#commentform input#submit,
.contact-form #mtscontact_submit,
.woocommerce-product-search input[type='submit'],
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
    background-color: #81d742;
}

.thecontent a,
.post .tags a,
#commentform a,
.author-posts a:hover,
.fn a,
a {
    color: #494949;
}

.latestPost .title:hover,
.latestPost .title a:hover,
.post-info a:hover,
.single_post .post-info a:hover,
.copyrights a:hover,
.thecontent a:hover,
.breadcrumb a:hover,
.sidebar.c-4-12 a:hover,
.post .tags a:hover,
#commentform a:hover,
.author-posts a,
.reply a:hover,
.ajax-search-results li a:hover,
.ajax-search-meta .results-link {
    color: #81d742;
}

.wpmm-megamenu-showing.wpmm-light-scheme {
    background-color: #494949 !important;
}

input#author:hover,
input#email:hover,
input#url:hover,
#comment:hover,
.contact-form input:hover,
.contact-form textarea:hover,
.woocommerce-product-search input[type='submit'] {
    border-color: #81d742;
}


.shareit {
    bottom: 0;
    left: auto;
    margin: 0 0 0 -68px;
    width: 44px;
    position: fixed;
    padding: 5px;
    border: none;
    border-right: 0;
}

.share-item {
    margin: 2px;
}

.single-prev-next {
    width: 100%;
}

.single-prev-next a:nth-child(2) {
    float: right;
}

.rrssb-buttons li a .text {
    display: none;
}

.rrssb-buttons li.stumbleupon {
    max-width: 45px;
}

.bypostauthor {
    background: #FAFAFA;
    padding: 3% !important;
    box-sizing: border-box;
}

.bypostauthor .fn:after {
    content: "Author";
    position: relative;
    padding: 3px 10px;
    color: #FFF;
    font-size: 12px;
    margin-left: 5px;
    font-weight: normal;
}

.maxbutton-2.maxbutton.maxbutton-download-links .mb-text {
    font-size: 20px !important;
}

.btnn {
    background-image: linear-gradient(to right, #667eea, #764ba2, #6b8dd6, #8e37d7);
    border: none;
    background-size: 300% 100%;
    border-radius: 5px;
    color: #fff !important;
    font-size: 20px;
    min-width: 200px !important;
    padding: 8px;
    transition: all .3s ease-in-out;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-top: 4px !important;
    margin-bottom: 6px !important;
}

.btnn:hover {
    background-position: 100% 0;
    transition: all .4s ease-in-out;
}

.button-download-links {
    display: inline-block;
    min-width: 200px;
    height: 45px;
    border: 1px solid #000;
    border-radius: 8px;
    background-color: #e0e0e0;
    box-shadow: 0 0 2px #000;
    color: #000;
    font-family: Trebuchet MS;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
    box-sizing: border-box;
    padding-top: 12px;
    transition: all 0.2s ease;
}

.button-download-links:hover {
    border-color: #fff !important;
    background-color: #4f4f4f;
    box-shadow: 0 0 2px #b7b7b7;
    color: #fff !important;
}

.button-download-links .mb-text {
    display: block;
    color: inherit;
}



.logo-wrap {
    margin-top: -7px !important;
    margin-bottom: -7px !important;
}


.header-social {
    margin-bottom: 7px !important;
}

.header-social a {
    float: left;
    font-size: 18px;
    line-height: 1.2;
    width: 235px;
    box-sizing: border-box;
    margin-right: -10px !important;
    text-align: center;
    border-radius: 10px 10px 10px 10px
}

.featured-thumbnail img {
    border-radius: 10px 10px 0 0;
}

.latestPost {
    border-radius: 10px;
    box-shadow: 0 0 5px #fff;
}

#header #s,
.fa-search {
    border-radius: 10px;
    margin-top: -2px;
}

.pagination a,
.pagination .dots,
.page-numbers.current {
    border-radius: 5px !important;
    margin-bottom: 5px !important;
}


.primary-navigation {
    border-radius: 3px 3px 3px 3px
}

.menu-item {
    border-radius: 10px 10px 10px 10px
}

.alert {
    border-radius: 5px
}

.dls {
    background-color: blue;
    color: white;
    border-radius: 4px;
    border: 2px solid green;
    display: inline-block;
    font-family: Roboto;
    font-size: 17px;
    padding: 5px 15px;
    margin: 5px 5px 5px 5px;
}

.dls:hover {
    background-color: red;
    color: White;
}


.dl {
    background-color: #f2f2f2;
    color: Black;
    border-radius: 4px;
    border: 2px solid black;
    display: inline-block;
    font-family: Roboto;
    font-size: 17px;
    padding: 5px 15px;
    margin: 5px 5px 5px 5px;
}

.dl:hover {
    background: linear-gradient(to bottom, #f9fab9 5%, #f9fab9 100%);
    background-color: yellow;
    color: White;
}


#page {
    margin-top: 10px !important;
}


.button {
    color: #fff;
    padding: 8px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 2px 1px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}

.alert {
    padding: 5px;
    background-color: #2d964b;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 90%;
}

.closebtn {
    margin-left: 15px;
    margin-top: 4.5px;
    /* New */
    color: #fff;
    font-weight: 700;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: #000;
}

.button {
    color: #fff;
    padding: 8px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 2px 1px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button5 {
    background-color: #555;
    color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin-bottom: 4px;
}

.button5:hover {
    background-color: #e7e7e7;
    border: 2px solid #555;
    color: #000;
}

.button4k {
    background-color: #FFAA2C;
    color: black;
    border-color: #EDBA26;
    align-items: center;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}

.button4k:hover {
    background-color: #e7e7e7;
    border: 2px solid #555;
    color: #000;
}

.headbt {
    color: #000000;
}

.headbt2 {
    color: #000000;
}

.bollywood {
    color: #000000;
}

.desijunx {
    color: #000000;
}

.howtodl {
    color: #000000;
}

.buttontg {
    color: #000000;
}

.wo {
    -moz-box-shadow: inset 0px 1px 0px 0px #e6cafc;
    -webkit-box-shadow: inset 0px 1px 0px 0px #e6cafc;
    box-shadow: inset 0px 1px 0px 0px #e6cafc;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c579ff), color-stop(1, #a341ee));
    background: -moz-linear-gradient(center top, #c579ff 5%, #a341ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c579ff', endColorstr='#a341ee');
    background-color: #c579ff;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 0;
    border: 1px solid #a946f5;
    display: inline-block;
    color: #ffffff !important;
    font-family: Georgia;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 41px;
    line-height: 41px;
    width: 325px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #8628ce;
}

.wo:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a341ee), color-stop(1, #c579ff));
    background: -moz-linear-gradient(center top, #a341ee 5%, #c579ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a341ee', endColorstr='#c579ff');
    background-color: #a341ee;
}

.wo:active {
    position: relative;
    top: 1px;
}

.hsl {
    -moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    box-shadow: inset 0px 1px 0px 0px #97c4fe;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
    background: -moz-linear-gradient(center top, #3d94f6 5%, #1e62d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
    background-color: #3d94f6;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 0;
    border: 1px solid #337fed;
    display: inline-block;
    color: #ffffff !important;
    font-family: Georgia;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 41px;
    line-height: 41px;
    width: 312px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #1570cd;
}

.hsl:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
    background: -moz-linear-gradient(center top, #1e62d0 5%, #3d94f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
    background-color: #1e62d0;
}

.hsl:active {
    position: relative;
    top: 1px;
}

.sdl {
    -moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
    box-shadow: inset 0px 1px 0px 0px #f29c93;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
    background: -moz-linear-gradient(center top, #fe1a00 5%, #ce0100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
    background-color: #fe1a00;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 0;
    border: 1px solid #d83526;
    display: inline-block;
    color: #ffffff !important;
    font-family: Georgia;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 41px;
    line-height: 41px;
    width: 300px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #b23e35;
}

.sdl:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
    background: -moz-linear-gradient(center top, #ce0100 5%, #fe1a00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
    background-color: #ce0100;
}

.sdl:active {
    position: relative;
    top: 1px;
}

#header-category,
#banner,
#header-social {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    clear: both;
    float: left;
    width: 100%;
    background-color: #191919;
}

#header-social a,
.header-category a {
    color: white;
    padding: 8px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 2px 1px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}

.header-category a {
    background-color: #555555;
    color: white;
    border: 1px solid #e7e7e7;
    border-radius: 10%;
}

.searchpage {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
}

/* Responsive Grid for Post Cards */
.post-cards {
    --cards: 2;
    display: grid;
    grid-template-columns: repeat(var(--cards), minmax(0, 1fr));
    grid-gap: 15px;
    margin: 20px 0;
}

@media (min-width: 480px) {
    .post-cards {
        --cards: 3;
    }
}

@media (min-width: 768px) {
    .post-cards {
        --cards: 4;
    }
}

@media (min-width: 900px) {
    .post-cards {
        --cards: 5;
    }
}

/* Pagination lives inside {content} which is inside .post-cards grid -
   force it to span ALL columns so it displays as a full-width row */
.post-cards .navigation.pagination {
    grid-column: 1 / -1;
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    float: none;
    clear: both;
}

/* Fix Card Styling */
.latestPost {
    background: #27272a;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s;
    display: flex;
    flex-direction: column;
}

.latestPost:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.latestPost .featured-thumbnail {
    width: 100%;
    aspect-ratio: 2/3;
    overflow: hidden;
    position: relative;
    float: none;
    /* override style.css */
}

.latestPost .featured-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 0;
    /* reset */
    float: none;
    /* override */
}

.latestPost:hover .featured-thumbnail img {
    transform: scale(1.05);
}

.latestPost header {
    padding: 10px;
    min-height: auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.latestPost .title {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin: 0;
    padding: 0;
    text-align: center;
    min-height: auto;
    font-weight: 500;
}

.latestPost .title a {
    color: #fff !important;
    text-decoration: none;
}

.post-image-left {
    display: block;
    float: none;
    /* override */
}

/* Sidebar fixes */
.sidebar .widget {
    background: #18181b;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
}

.sidebar .widget-title {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    background-color: transparent;
    /* Remove white background */
    border-bottom: 2px solid #33bcf2;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

/* Fix Sidebar Inputs and Selects */
.sidebar input[type="text"],
.sidebar input[type="search"],
.sidebar select {
    background-color: #27272a;
    border: 1px solid #3f3f46;
    color: #fff;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
}

/* Calendar Widget */
#wp-calendar {
    width: 100%;
    background-color: transparent;
    color: #fff;
    border: none;
}

#wp-calendar caption {
    color: #fff;
    font-weight: bold;
    padding-bottom: 10px;
}

#wp-calendar thead th {
    background-color: #27272a;
    /* Dark header row */
    color: #a1a1aa;
    border: none;
}

#wp-calendar tbody td {
    background-color: #18181b;
    border: 1px solid #27272a;
    color: #d4d4d8;
    padding: 8px;
    text-align: center;
}

#wp-calendar tbody td#today {
    background-color: #33bcf2;
    color: #fff;
    font-weight: bold;
}

#wp-calendar tbody td a {
    color: #fff;
    font-weight: bold;
}

/* Post Author Styling Fix */
.postauthor {
    background-color: #27272a;
    padding: 20px;
    border-radius: 5px;
    margin-top: 30px;
    color: #fff;
    border: none;
    min-height: auto;
}

.postauthor h4 {
    color: #fff !important;
    border-bottom: 1px solid #3f3f46;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.postauthor .author-wrap {
    border: none;
    overflow: hidden;
}

.postauthor img.avatar {
    border-radius: 50%;
    border: 2px solid #33bcf2;
    float: left;
    margin-right: 20px;
    width: 80px;
    height: 80px;
}

.postauthor .vcard {
    margin: 0;
    font-size: 18px;
    color: #fff;
}

.postauthor .author-posts {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.postauthor .author-posts a {
    color: #33bcf2;
}

/* Comments Section Styling */
#respond {
    background-color: #27272a;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
}

#respond h3 {
    color: #fff;
}

#commentform textarea,
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"] {
    background-color: #18181b;
    border: 1px solid #3f3f46;
    color: #fff;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}

#commentform input[type="submit"] {
    background-color: #33bcf2;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
}

#commentform input[type="submit"]:hover {
    background-color: #26a5d6;
}

/* Comment List */
.commentlist li {
    background-color: #27272a;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #fff;
}

.commentlist .fn {
    color: #33bcf2;
}

.commentlist .comment-meta {
    color: #a1a1aa;
}

/* Fix "About DLE" Category Button */
.single_post .thecategory {
    background-color: #33bcf2;
    color: #fff !important;
    border-radius: 4px;
    display: inline-block;
}

.single_post .thecategory a {
    color: #fff !important;
}

/* Telegram Widget Fix */
.widget_custom_html center img {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.widget_custom_html center img:hover {
    transform: scale(1.02);
}

/* Button Styles for Header Links */
.howtodl,
.headbt,
.buttontg {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    background-color: #e50914;
    /* Netflix Red */
    border-bottom: 3px solid #b20710;
    transition: all 0.3s ease;
    cursor: pointer;
}

.howtodl:hover,
.headbt:hover,
.buttontg:hover {
    background-color: #f40612;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.buttontg {
    background-color: #0088cc;
    /* Telegram Blue */
    border-bottom: 3px solid #006699;
}

.buttontg:hover {
    background-color: #0099e6;
}

/* Ensure navigation menu items look good */
.navigation li {
    display: inline-block;
}

.navigation li a {
    display: block;
    padding: 12px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: background-color 0.3s ease;
}



/* Fix mobile menu toggle visibility if needed */
#pull {
    display: none;
}

@media only screen and (max-width: 768px) {
    .navigation {
        display: none;
    }

    #pull {
        display: block;
        color: #fff;
        padding: 10px;
        text-align: center;
        font-weight: bold;
    }
}

/* Ensure headings in post content are white */
.post-single-content h1,
.post-single-content h2,
.post-single-content h3,
.post-single-content h4,
.post-single-content h5,
.post-single-content h6 {
    color: #fff;
}

/* Full Story Extras */
.theedit,
.thefav {
    margin-left: 15px;
    cursor: pointer;
    color: #a4a4a4;
}

.thefav:hover {
    color: #ffb300;
}

.theedit:hover {
    color: #fff;
}

.rate_stars {
    margin-top: 10px;
    margin-bottom: 10px;
}

.editdate {
    font-size: 13px;
    font-style: italic;
    margin-top: 20px;
    border-top: 1px solid #3f3f46;
    padding-top: 10px;
    color: #a4a4a4;
}

/* Related News Widget */
.widget_related_news ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_related_news li {
    list-style: none !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #3f3f46;
}

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

.widget_related_news a {
    display: block;
    color: #d4d4d8;
    text-decoration: none;
}

.widget_related_news a:hover {
    color: #33bcf2;
}

.widget_related_news i {
    margin-right: 8px;
    color: #33bcf2;
}

.widget_related_news b {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}

.widget_related_news span {
    font-size: 12px;
    color: #a1a1aa;
}

/* Vote Widget */
.widget_vote .vote_list {
    margin-bottom: 15px;
}

.widget_vote .vote_list input[type="radio"],
.widget_vote .vote_list input[type="checkbox"] {
    margin-right: 8px;
    vertical-align: middle;
}

.widget_vote button {
    background-color: #33bcf2;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    margin-right: 5px;
    text-transform: uppercase;
}

.widget_vote button:hover {
    background-color: #26a5d6;
}

.widget_vote button.btn-border {
    background-color: transparent;
    border: 1px solid #3f3f46;
}

.widget_vote button.btn-border:hover {
    background-color: #3f3f46;
}

/* Comments Form */
.addcomment {
    background-color: #27272a;
    padding: 20px;
    border-radius: 5px;
    margin-top: 30px;
    color: #fff;
    border: none;
}

.addcomment h3 {
    margin-bottom: 20px;
    font-size: 20px;
    border-bottom: 2px solid #33bcf2;
    padding-bottom: 10px;
    display: inline-block;
}

.addcomment input[type="text"],
.addcomment input[type="email"],
.addcomment textarea {
    background-color: #18181b;
    border: 1px solid #3f3f46;
    color: #fff;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 4px;
    box-sizing: border-box;
}

.addcomment button[type="submit"] {
    background-color: #33bcf2;
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 15px;
    transition: background-color 0.3s;
}

.addcomment button[type="submit"]:hover {
    background-color: #26a5d6;
}

.addcomment .comments-image-uploader-area a {
    color: #33bcf2;
    text-decoration: underline;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}

.addcomment .comments-subscribe-checkbox {
    margin-top: 10px;
    display: block;
}

.addcomment .plus_icon {
    display: none;
    /* Hide the weird plus icon div */
}

/* Fix for editor buttons if they're standard DLE ones */
.bb-pane {
    background-color: #3f3f46 !important;
    border: 1px solid #3f3f46 !important;
}

.bb-btn {
    color: #fff !important;
}

.bb-editor textarea {
    background-color: #18181b !important;
    color: #fff !important;
}

/* Fix Comment Form List Styles */
.addcomment ul.ui-form {
    list-style: none;
    padding: 0;
    margin: 0;
}

.addcomment ul.ui-form li {
    list-style: none;
    margin-bottom: 15px;
    padding: 0;
}

.addcomment ul.ui-form li:before {
    content: none !important;
    /* Remove any pseudo-element bullets */
    display: none;
}

/* Fix Captcha Styling */
.c-captcha {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.c-captcha img {
    height: 42px;
    /* Match input height */
    width: auto;
    border-radius: 4px;
    border: 1px solid #3f3f46;
}

.c-captcha input {
    width: auto !important;
    max-width: 150px;
    margin-bottom: 0 !important;
}

.addcomment .form_submit {
    margin-top: 10px;
}

/* Modern Pagination Styles */
.navigation-wrapper {
    margin: 60px auto !important;
    padding: 20px 0;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    clear: both !important;
    position: relative;
    z-index: 10;
    grid-column: 1 / -1 !important;
    /* Force span all columns */
    flex: 0 0 100% !important;
    /* Force span all flex items */
}

.navigation {
    display: inline-block;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #18181b;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #27272a;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.nav-pages {
    display: flex;
    gap: 5px;
}

.nav-pages a,
.nav-pages span {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #27272a;
    color: #a1a1aa;
    text-decoration: none;
    border-radius: 50% !important;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.nav-pages a:hover {
    background: #3f3f46;
    color: #fff;
    transform: translateY(-2px);
}

.nav-pages span,
.nav-pages b {
    background: #33bcf2 !important;
    color: #fff !important;
    box-shadow: 0 0 10px rgba(51, 188, 242, 0.4);
}

.nav-prev,
.nav-next {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 15px;
    background: #27272a;
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
}

.nav-prev:hover,
.nav-next:hover {
    background: #33bcf2;
}

.nav-links svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.navigation .pages {
    display: none;
    /* Hide the old pages div if it still exists */
}

/* Post View Styles (Matching design_files) */
.single #page {
    background-color: #09090b !important;
}

.single-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
    text-align: left !important;
    color: #fff !important;
    font-family: inherit !important;
}

.single_post .thecategory {
    background-color: #494949 !important;
    color: #fff !important;
    border-radius: 4px;
    padding: 5px 12px !important;
    font-size: 13px !important;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    float: none !important;
    margin-bottom: 10px !important;
}

.post-info {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.post-info span {
    color: #a1a1aa !important;
    font-size: 14px !important;
}

.post-info i {
    color: #81d742 !important;
    /* Green Accent */
}

/* Content Box Styles */
.post-single-content.box {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.thecontent {
    color: #d4d4d8 !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
}

.thecontent a {
    color: #81d742 !important;
}

.thecontent h2,
.thecontent h3 {
    text-align: center !important;
    color: #fff !important;
    margin: 30px 0 20px 0 !important;
}

/* Download Buttons from post.html */
.wo,
.hsl,
.sdl {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    text-decoration: none !important;
    color: #fff !important;
    border-radius: 4px;
    height: auto !important;
    line-height: normal !important;
    padding: 10px 20px !important;
    margin: 5px !important;
    min-width: 250px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    transition: transform 0.2s;
}

.wo:hover,
.hsl:hover,
.sdl:hover {
    transform: scale(1.02);
}

.wo {
    background: linear-gradient(to bottom, #c579ff 5%, #a341ee 100%);
    border: 1px solid #a946f5;
}

.hsl {
    background: linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
    border: 1px solid #337fed;
}

.sdl {
    background: linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
    border: 1px solid #d83526;
}

/* Sidebar Fixes */
.sidebar.c-4-12 {
    background-color: #18181b !important;
    border-radius: 8px;
    padding: 30px !important;
}

.widget-title {
    color: #fff !important;
    border-bottom: 2px solid #81d742 !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    font-size: 18px !important;
}

.widget li a {
    color: #a1a1aa !important;
}

.widget li a:hover {
    color: #81d742 !important;
}

/* Tag Cloud Accent */
.tagcloud a {
    background-color: #27272a !important;
    color: #d4d4d8 !important;
    border: 1px solid #3f3f46;
    border-radius: 4px;
    padding: 5px 10px !important;
}

.tagcloud a:hover {
    background-color: #81d742 !important;
    color: #000 !important;
    border-color: #81d742;
}

/* Fix for layout narrowness on post view */
.single-post-view .article {
    width: 67% !important;
    padding-right: 3% !important;
    box-sizing: border-box;
}

.single-post-view #sidebar {
    width: 30% !important;
}

@media (max-width: 1024px) {
    .single-post-view .article {
        width: 100% !important;
        padding-right: 0 !important;
    }

    .single-post-view #sidebar {
        width: 100% !important;
        margin-top: 30px;
    }
}

/* Global Floating Sidebar Layout (used by Search/Categories) */
#content_box.sidebar-active {
    width: 67%;
    float: left;
}

#sidebar {
    float: right;
    width: 30.7%;
}

@media (max-width: 1024px) {
    #content_box.sidebar-active {
        width: 100%;
        float: none;
    }

    #sidebar {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
}

/* Post Cards Grid — sidebar context only (post view has sidebar, 2 cols max) */
#content_box.sidebar-active .post-cards {
    --cards: 2;
}

@media (min-width: 768px) {
    #content_box.sidebar-active .post-cards {
        --cards: 3;
    }
}

/* Breadcrumbs Styling */
#breadcrumbs {
    background-color: #09090b;
    padding: 15px 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    clear: both;
    overflow: hidden;
    float: none;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.breadcrumb {
    color: #71717a !important;
    font-size: 14px !important;
    text-transform: capitalize;
    float: none !important;
    overflow: hidden;
    width: auto !important;
    display: block;
    margin-top: 0 !important;
}

.breadcrumb a {
    color: #a1a1aa !important;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #81d742 !important;
}

.breadcrumb i {
    margin: 0 12px;
    font-size: 11px;
    color: #3f3f46;
}

/* Movie Info Centering & Typography */
.thecontent p {
    text-align: center !important;
    margin-bottom: 15px !important;
}

.thecontent p img {
    margin: 25px auto !important;
    display: block !important;
    border-radius: 12px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.8) !important;
    max-width: 100%;
}

.thecontent p strong {
    color: #81d742;
    /* Use accent for labels if strong */
    font-size: 1.05em;
}

/* Social Share Buttons improvement */
.rrssb-buttons li a {
    background-color: #27272a !important;
    border-radius: 6px !important;
    padding: 12px !important;
}

.rrssb-buttons li a:hover {
    background-color: #81d742 !important;
    color: #000 !important;
}

/* Comment Form Styling */
#commentsAdd {
    margin-top: 40px;
    background: #18181b !important;
    padding: 25px !important;
    border-radius: 8px;
}

#commentform textarea {
    width: 100% !important;
    background: #09090b !important;
    color: #d4d4d8 !important;
    border: 1px solid #3f3f46 !important;
    padding: 15px !important;
    border-radius: 6px;
    margin-bottom: 15px;
}

#commentform input[type="text"],
#commentform input[type="email"] {
    background: #09090b !important;
    color: #d4d4d8 !important;
    border: 1px solid #3f3f46 !important;
    padding: 10px 15px !important;
    border-radius: 6px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

#commentform input#submit {
    background-color: #81d742 !important;
    color: #000 !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    padding: 12px 30px !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

#commentform input#submit:hover {
    background-color: #fff !important;
    transform: translateY(-2px);
}

.comments-area h4 {
    color: #fff !important;
    border-bottom: 2px solid #81d742;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 25px !important;
}

/* Full-width Category/Search layout (no sidebar) */
#content_box.full-width {
    width: 100%;
    float: none;
    clear: both;
}

#content_box.full-width .post-cards {
    --cards: 3;
}

@media (min-width: 768px) {
    #content_box.full-width .post-cards {
        --cards: 4;
    }
}

@media (min-width: 1200px) {
    #content_box.full-width .post-cards {
        --cards: 5;
    }
}

@media (max-width: 600px) {
    #content_box.full-width .post-cards {
        --cards: 2;
    }
}

/* Noindex pages (pagination etc.) - just layout cleanup */
.archive-view #page,
.home-view #page {
    clear: both;
}

/* Footer Styles - Matching Design Reference */
#site-footer {
    background: #18181b !important;
    border-top: 1px solid #27272a;
}

#site-footer .copyrights {
    padding: 30px 0 20px;
}

#copyright-note {
    margin-bottom: 15px;
}

#copyright-note .copyright {
    color: #a1a1aa;
    font-size: 14px;
    width: 100%;
    text-align: center;
    float: none;
    display: block;
}

#copyright-note .copyright a {
    color: #a1a1aa;
    text-decoration: none;
}

#copyright-note .copyright a:hover {
    color: #81d742;
}

.footer-nav {
    margin-top: 10px;
    text-align: center;
}

#footer-navigation #navigation {
    display: inline-block;
}

#footer-navigation #navigation li {
    display: inline-block !important;
    float: none !important;
    padding: 0 12px !important;
    border-right: 1px solid #3f3f46 !important;
    line-height: 1 !important;
    width: auto !important;
    background: none !important;
}

#footer-navigation #navigation li:last-child {
    border-right: 0 !important;
    padding-right: 0 !important;
}

#footer-navigation #navigation li a {
    color: #71717a !important;
    font-size: 13px !important;
    padding: 0 !important;
    text-decoration: none;
    transition: color 0.2s;
}

#footer-navigation #navigation li a:hover {
    color: #81d742 !important;
    background: none !important;
}

/* =============================================
   Pagination - Matching WP Design Reference
   ============================================= */
.navigation.pagination {
    clear: both;
    float: none;
    width: 100%;
    text-align: center;
    margin: 30px 0;
    padding: 20px 0;
}

.navigation.pagination .screen-reader-text {
    display: none;
}

.navigation.pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

/* Wrapper spans are transparent inline-flex containers */
.navigation.pagination .nav-arrow,
.navigation.pagination .pages-wrap {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

/* Page number links (DLE: <a href="">N</a>) */
.pages-wrap a,
.navigation.pagination .pages-wrap a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    background: #27272a;
    color: #a1a1aa;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #3f3f46;
    transition: all 0.2s ease;
}

.pages-wrap a:hover {
    background: #3f3f46;
    color: #fff;
    border-color: #52525b;
}

/* Current page (DLE outputs <span>N</span>) */
.pages-wrap span:not(.nav_ext) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    background: #81d742;
    color: #000;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #81d742;
    cursor: default;
}

/* Ellipsis dots */
.pages-wrap .nav_ext {
    background: transparent !important;
    border: none !important;
    color: #52525b !important;
    min-width: auto !important;
    padding: 0 4px;
    font-size: 14px;
}

/* Prev / Next active links */
.prev-wrap a,
.next-wrap a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 16px;
    background: #27272a;
    color: #d4d4d8;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #3f3f46;
    transition: all 0.2s ease;
}

.prev-wrap a:hover,
.next-wrap a:hover {
    background: #81d742;
    color: #000;
    border-color: #81d742;
}

/* Prev / Next disabled (on page 1 or last page) */
.prev-wrap span,
.next-wrap span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 16px;
    background: #18181b;
    color: #3f3f46;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #27272a;
    cursor: not-allowed;
}

/* Site Description Section - Above Footer */
#site-description {
    background: #18181b;
    border-top: 1px solid #27272a;
    padding: 40px 0;
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 1;
    float: none;
    width: 100%;
    box-sizing: border-box;
}


.site-desc-inner {
    max-width: 900px;
    margin: 0 auto;
}


.site-desc-inner p {
    color: #71717a;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 20px 0;
    text-align: left;
}

.site-desc-inner p:last-child {
    margin-bottom: 0;
}