/* Default grid for desktop view (6 items per row) */
.items.normal .item, .items .item {
    width: 14.6% !important; /* Thoda chhota width */
    margin: 1% !important;   /* Margin dono sides */
    float: left;
    box-sizing: border-box;  /* Margin padding width mein include karne ke liye */
}

/* Clear floats fix */
.items.normal::after, .items::after {
    content: "";
    display: table;
    clear: both;
}

/* Mobile */
@media (max-width: 768px) {
    .items.normal .item, .items .item {
        width: 48% !important;
        margin: 1% !important;
    }
}


.dooplay_player h2 span {
  display: none;
}

}


#playernotice {
  display: none;
}
#social_count {
	display: none;
}
/* MAIN POSTER CONTAINER STYLING */
.poster {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: none;
    background: #2a2a2a; /* lighter black */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    transition: transform 0.3s ease;
}
.poster:hover {
    transform: scale(1.005);
}

/* POSTER IMAGE STYLING */
.item .poster img,
.srelacionados article img,
.w_item_b .image img {
    width: 100%;
    display: block;
    border: none;
    border-radius: 0;
    /* Glow effect always visible */
    box-shadow: 0 0 8px rgba(255, 165, 0, 0.5),
                0 0 2px 1px rgba(255, 215, 0, 0.6);
}

/* CARD WRAPPER STYLE */
.item, .w_item_b, .srelacionados article {
    background: #1f1f1f; /* slightly lighter than earlier */
    border-radius: 14px;
    overflow: hidden;
    /* Glow always visible */
    box-shadow: 0 0 12px rgba(255, 165, 0, 0.35);
    padding: 5px;
    transition: all 0.3s ease;
    margin: 10px;
    box-sizing: border-box;
}
.module .content .items .item .data h3 {
    min-height: 40px; /* Adjust based on your font-size and line-height */
}


/* ON HOVER CARD EFFECT (Extra Lift + Stronger Glow) */
.item:hover, .w_item_b:hover, .srelacionados article:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 18px rgba(255, 165, 0, 0.6);
}

/* DATA TEXT BELOW POSTER */
.item .data, 
.w_item_b .data, 
.srelacionados article .data {
    background-color: rgba(0, 0, 0, 0.5); /* Lighter than 0.65 — for lighter black plate */
    color: #fff;
    padding: 10px;
    font-size: 14px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    z-index: 1;
}

/* TITLE TEXT - MAX 2 LINES */
.module .content .items .item .data h3,
.module .content .items .item .data h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.4;
    word-wrap: break-word;
    max-width: 100%;
}
/* COLORING TEXT KARNE KE LIYE*/
.sheader .data h1,
.dt_mainmeta nav h2,
.w_item_b .data h3{
    background: -moz-linear-gradient(left, #00d0ff 0, #cbfc01 100%);
    background: linear-gradient(to right, #00d0ff 0, #cbfc01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d0ff',endColorstr='#CBFC01',GradientType=1);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: bold; /* Add this line */
}
/* PLAYER NAME IN COLOR TEXT*/
.dooplay_player .options ul li span.title {
    background: -moz-linear-gradient(left, #00d0ff 0, #cbfc01 100%);
    background: linear-gradient(to right, #00d0ff 0, #cbfc01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d0ff',endColorstr='#CBFC01',GradientType=1);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
bkit-text-fill-color: transparent;
    font-weight: bold; /* Added font-weight */
}


marquee {
    display: inline-block;
    width: -webkit-fill-available;
}
.module .content header span {
    font-size: 0; /* This hides the number */
}
/* BODY POST KO FIT KARNE KE LIYE*/
#single .content .sbox {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 10px; /* Optional: Thoda space dene ke liye */
    box-sizing: border-box;
}
/* SCREENSHOT KO ROUND KARNE KE LIYE*/
.wp-content img
{ margin-bottom: 0; border-radius: 10px; }
.letter_home,
.letter_home .fixresp,
.letter_home ul.glossary {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    height: auto !important;
    min-height: 0 !important;
}
.featu {
    /* Hide the original text "Featured" */
    font-size: 0;
}

.featu::before {
    /* Add the "Trending" text */
    content: "Trending";
    /* Set font size or any other styles for the "Trending" text */
    font-size: 10px; /* Adjust the font size as per your need */
}

/* WORDPRESS KA CODE YEHA SE SURU*/
/* Homepage ke alawa har jagah hide kare */
:not(.home) .module .content header h2,
.module .content header span a.see-all,
.module .content header {
    display: none !important;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

/* Sirf /movies/page/2/ aur aage ke pages par hide kare */
body.post-type-archive-movies.paged .slider,
body.post-type-archive-movies.paged .module .content .featured .item,
body.post-type-archive-movies.paged .module .content header h2,
body.post-type-archive-movies.paged .module .content header {
    display: none !important;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}
/* SYNOPSIS KO COLORING TEXT KARNE KE LIYE*/
.sbox h2,
 .sidebar aside.widget h2.widget-title,
   h1.heading-archive {
    font-weight: 400;
    font-size: 17px;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    overflow: hidden;
    display: block;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #00d0ff;
    background: -moz-linear-gradient(left, #00d0ff 0, #cbfc01 100%);
    background: -webkit-linear-gradient(left, #00d0ff 0, #cbfc01 100%);
    padding: 10px 20px;
    font-size: 20px; /* You can adjust font-size if needed */
    font-weight: 700; /* You can adjust font-weight if needed */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.npbutton-custommenu {
  padding: 10px 14px;
  border-radius: 3px;
  cursor: pointer;
  color: white;
  border: none;
  margin: 4px;
  background-color: red;
}
.glossary {
	display: none;
}



.module .content header h2 {
    padding: 6px 20px;
    display: block;
    margin: 0px auto;
    font-size: 20px;
    font-weight: 900;
    background-color: transparent;
    border: 0.2em solid;
    border-color: #0ff #04ff00 #0051ff #d400ff;
    border-radius: 0.5em;
    color: #fff;
    cursor: pointer;
    transition: transform .2s ease, border-radius .2s ease, color .2s ease, border-shadow .2s ease, border-style .2s ease;
}
 .buttontg {
  background-color: #009DE1;
  border-radius: 15%;
}

.ottprime {
  background-color: #ff8503;
  border-radius: 15%;
}

.buttonh {
  font-family: 'Poppins', sans-serif;
  color: white;
  padding: 12px 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 5px;
  transition-duration: 0.4s;
  cursor: pointer;
  min-width: 170px;
  box-shadow: 0px 0px 32px -10px #fe0000;
}

.button-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 15px auto;
}

@media (max-width: 767px) {
  .resppages {
    display: none !important;
  }
/* MOBILE VIEW MEIN PAGE NUMBER SHOW*/
  /* Force show pagination */
  .pagination,
  .pagination span,
  .pagination a {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    width: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
}