
@media only screen and (min-width: 900px) {
   /* Css for Desktop goes here like sample below*/
     .mh-container { 
 min-width: 1000px; 
    max-width: 2000px;
 margin-right: auto;
  margin-left: auto;
    }
    }

 body {
    padding: 60 !important;
    padding-top: 60px;
 }
 
 .mh-header {

  overflow: visible !important;

}
 
 .entry-content {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  @media (min-width: 768px) {
    .entry-content {
      padding-left: 25px;
      padding-right: 25px;
    }
  }
    
/* Main content links */
.entry-content a,
.entry-summary a {
    color: #000080; /* normal link color */
    text-decoration: none;
}
/* Link hover */
.entry-content a:hover,
.entry-summary a:hover {
    color: #000080; /* hover color */
    text-decoration: underline;
}
    
.mh-wrapper {
    background-color: #e5e5e5 !important;
    padding: 5px
}
.mh-header, .mh-header-mobile {
    background-color: #e5e5e5; /* change this to your color */
}

.mh-site-logo { 
    padding: 20px; 
    overflow: hidden;
    text-align: center;
    border: 0.5px solid grey;
}
/* Pagination active/selected page */
.page-numbers.current {
    background-color: #000 !important; 
    color: #fff !important;           
    border-color: #000 !important;    
}
.page-title { 
    font-size: 17px;
    margin: 4px;
    margin-bottom: -15px;
    text-transform: capitalize;
    background: #000000;
    padding: 10px;
    color: white;
    text-align: center;
}
.np-telegram-container {
  background: var(--page-bg);
  padding: 0;
  margin: 0;
  text-align: center;
}

.np-telegram {
  display: inline-block;
  padding: 12px 20px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  background-color: #0088cc;
  color: white;
  border-radius: 8px;
  box-shadow: none;
}

.np-telegram a {
  color: white;
  text-decoration: none;
  display: inline-block;
}

.np-telegram a:hover {
  color: white;
  opacity: 0.9;
}

.np-telegram-container {
    display: flex;
    justify-content: center;
    margin: 12px 0;
}

.np-telegram a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #229ED9, #0088cc);
    color: #fff;
    border-radius: 28px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    animation: tgFloat 3s ease-in-out infinite, tgPulse 1.8s infinite;
    transition: all 0.3s ease;
}

.np-telegram a:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* Floating motion */
@keyframes tgFloat {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-6px); }
    100% { transform: translateY(0); }
}

/* Pulse glow */
@keyframes tgPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(34,158,217, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(34,158,217, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(34,158,217, 0);
    }
}

.np-telegram i {
    animation: tgIconBounce 1.5s infinite;
}

@keyframes tgIconBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

.pagination {
    text-align: center;
    margin: 20px 0;
}
.featured-image-bordered {
    border: 4px solid #333;  /* You can change color/width/style */
    padding: 1px;
    box-sizing: border-box;
    border-radius: 6px; /* Optional: rounded corners */
    
}

.featured-image-bordered {
  border-radius: 40px;  /* Adjust radius for shape */
  box-shadow: 0 4px 10px rgba(0,0,0,0.1); /* subtle shadow for nice effect */
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover; /* keeps image aspect ratio and crops if needed */
  overflow: hidden;
}

.new-entry-tt {
    font-size: 20px;
    background: #484547;
    color: white;
    padding: 10px;
    margin: 0;
    border-radius:5px 5px 0px 0px;
    font-weight: 600;
            }
            
    .entrymetang {
                font-size: 10px;
                margin: 5px;
                padding: 3px;
                text-align:center;
                display:flex;
                justify-content:center;
                gap: 7px;
        align-items: center;
            }
            .entrytime, .commments, .entrycat {
                color: white; }
    .comment-form-url, .comment-form-cookies-consent {
        display:none;
    }
    .crp_related.crp-thumbs-grid ul {
            grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)) !important;
        }
        .crp_related.crp-thumbs-grid ul li {
            border: 1px solid #111 !important;
            box-shadow: 0px 0px 1px 0px !important;
            border-radius: 3px !important;
            background: #1e90ff;!important;;
        }
        .crp_title {
            margin: -3px !important;
    border-radius: 0px !important;
    background: #1e90ff; !important;
            text-shadow: none!important;
        }


.download-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    padding: 10px 15px;
    background-color: #393e46;
    color: #f5f5f5;
    text-decoration: none;

    font-weight: 600;
    font-family: sans-serif;
    font-size: 14px;

    border-radius: 8px;
    border: none;
    cursor: pointer;

    transition: background 0.3s ease;
    user-select: none;
}
.download-btn {
    justify-content: center;
}
.download-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

@media (max-width: 530px) {
    .download-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.download-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.download-btn:hover {
    background-color: #393e46;
}

.download-btn:active {
    transform: scale(0.97);
}

.download-btn .icon {
    width: 20px;
    height: 20px;
    pointer-events: none;
    user-select: none;
    filter: invert(1);
}

.flash-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    vertical-align: middle;
    user-select: none;
    display: inline-block;
    margin-right: 8px; /* optional spacing */
}

    .thelisting {
            display:flex;
            flex-wrap:wrap;
            gap: 15px 23px;
            justify-content: center;
        }
    .mh-loop-item {
            width: calc(25% - 20px);
            box-shadow: 0px 0px 2px 0px #000000;
            border-radius: 5px 5px 3px 3px;
            border-bottom: 0px!important;
            padding-bottom: 10px!important;
            margin-bottom: 10px!important;
        }
            @media (max-width: 530px) {
    .mh-loop-item {
        width: calc(50% - 20px);
                }}
        .mh-loop-thumb, #mh-mobile .mh-posts-focus-thumb-small {
            max-width: 100%!important;
        }
       .mh-loop-item:hover {
    background: black;
    transition: 0.5s;
    color: white; /* text inside turns white */
}

.mh-loop-item:hover a {
    color: white; /* links inside turn white */
}
       .mh-loop-thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
        .mh-loop-thumb img:hover {
    transform: scale(1.25);
}
        .mh-excerpt {
            display:none;
        }
        .mh-loop-thumb {
    width: 100%;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    position: relative;
    border-radius: 5px 5px 0 0;
}
        .mh-loop-header {
            padding: 5px;
        }
        .mh-loop-title {
            font-size: 15px;
            margin-top: 5px;
            font-family: Arima;
            font-weight: 600;
        }
    .updatedtime {
            color: grey;
        }
        .mh-loop-meta {
            display: flex;
            justify-content: space-between;
        }
        .commnt {
            margin-right: -3px!important;
            font-size: 11px;
        }
        .dates {
            margin-left: -2px!important;
            font-size: 11px;
        } 
        
        /* Sticky post default state */
.mh-loop-item.sticky {
    background: black;
    color: white;
}

/* Make links inside white */
.mh-loop-item.sticky a {
    color: white;
}

.vadohengine {
    border: 0px solid #114;
    border-radius: 5px 5px 5px 5px;
    background-color: var(--text-color);
    margin: 10px 1px;
    padding: 5px;   
    box-shadow: 0px 0px 2px 0px #333;
        }
.htitle {
    border: 1px solid #fff;
    background-color: var(--text-color);
    padding: 10px;
    margin: 7px 5px 1px 1px;
    text-align: center;
    box-shadow: 0px 0px 1.5px 0px;
    border-radius: 3px;
    
}
h1, h2, h3, h4, h5, h6 { 
            font-family: Arima;
            color: #000000; 
            line-height: 1.4; 
            font-weight: 700;
        }
.catitle {
  background-color: #1e90ff;
  border: 1px solid #1e90ff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  font-family: Montserrat;
  color: var(--text-color);
  margin: 0px;
  padding: 3px;
  text-transform: uppercase;
    border-radius: 1px;
}
    .catitle a {
        color: var(--text-color);
    }
    
    .back-to-season {
  text-align: center;
  margin-top: 25px;
}
.back-to-season a {
  background: #444;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}
.back-to-season a:hover {
  background: #222;
}
.tv-episode-box {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 30px;
  background: #fafafa;
  border-radius: 8px;
}
.tv-episode-box h2 {
  margin-top: 0;
}
.episode-poster {
  border-radius: 6px;
  max-width: 100%;
  height: auto;
}
.episode-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.episode-nav a {
  background: #0073aa;
  color: #fff;
  padding: 8px 14px;
  border-radius: 5px;
  text-decoration: none;
}
.episode-nav a:hover {
  background: #005f8d;
}

.episode-badge {
    display: inline-block;
    background: #e50914;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    margin-top: 4px;
}

.episode-badge {
    display: inline-block;
    background: #e50914;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 3px;
    margin-top: 3px;
}

.series-badge {
    display: inline-block;
    background: #dc3545; /* red */
    color: #fff;
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 4px; /* spacing under title */
}

.flag-badge {
    text-align: left;
    margin-top: 5px;
}
.flag-badge img {
    width: 23px;
    height: 18px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

/* Wrapper centers the search bar */
.live-search-wrapper {
  display: flex;
  justify-content: center;
  margin: 40px 0;
  position: relative;
}

/* Form */
.live-search-form {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 600px;
  border: 1px solid #ccc;
  border-radius: 40px;
  overflow: hidden;
  background: #f9f9f9;
}

/* Input */
.live-search-field {
  flex: 1;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  outline: none;
  background: transparent;
}

/* Button with magnifier */
.live-search-btn {
  background: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  color: #444;
  border-left: 1px solid #ccc;
}

.search-suggestions {
  margin-top: 10px;
  font-size: 14px;
}

.search-suggestions strong {
  margin-right: 6px;
  color: #333;
}

.search-suggestions a {
  margin-right: 8px;
  color: #1a73e8;
  text-decoration: none;
}

.search-suggestions a:hover {
  text-decoration: underline;
}

.trending-link {
    display: inline-block;
    background: #8a080f; /* Netflix red */
    color: #fff;
    padding: 3px 6px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s;
}

.trending-link i {
    margin-right: 3px;
}

.trending-link:hover {
    background: #b20710;
    color: #fff;
}


.atx {
  text-transform: uppercase;
}

.slide-content-con {
    background: #000;
    background: -webkit-radial-gradient(circle, #dedede, #000000);
    background: -o-radial-gradient(circle, #dedede, #000000);
    background: -moz-radial-gradient(circle, #dedede, #000000);
    background: radial-gradient(circle, #dedede, #000000);
    position: relative;
    z-index: 12; }
.slide-content-con div.scrollWrapper, .slide-content-con .slide-content-inner {
    width: 100%;
    overflow: auto; }
.slide-content-con .slide-content {
    display: flex;
    flex-direction: row;
    overflow-x: auto; }
.slide-content-con div.scrollableArea {
    margin: 0;
    padding: 0;
    position: relative;
    height: 400px; }
.slide-content-con div.scrollableArea .slide-content {
    display: block; }
.slide-content-con .featured-bc {
    width: 400px;
    max-height: 420px;
    min-width: 400px;
    margin-left: -100px;
    position: relative;
    /* flex-wrap: nowrap; flex: 1; */
    float: left;
    display: block; }
.slide-content-con .featured-bc .featured-bc-img {
    width: 400px;
    overflow-x: hidden; }
.slide-content-con .featured-bc .featured-bc-img a {
    padding: 0;
    margin: 0;
    display: block;
    width: 300px;
    height: 400px;
    max-height: 400px; }
.slide-content-con .featured-bc .featured-bc-img img {
    width: 300px;
    height: 400px;
    max-width: 300px;
    max-height: 400px;
    padding: 0;
    margin: 0;
    display: block; }
.slide-content-con .featured-bc .featured-bc-excerpt {
    display: none; }
.slide-content-con .featured-bc .featured-bc-head {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    margin-right: 100px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    text-shadow: 1px 1px 1px #333; }
.slide-content-con .featured-bc .featured-bc-head h3 {
    font-size: 24px;
    line-height: 28px; }
.slide-content-con .featured-bc .featured-bc-head h3 a {
    color: #fff; }
.slide-content-con .featured-bc:nth-of-type(1) {
    margin-left: 0; }
.slide-content-con .featured-bc:nth-last-of-type(1) .featured-bc-head {
    margin-right: 0; }
.slide-content-con .slide-anchors {
    display: none; }
header#page-header {
        margin-top: 50px; }
    header#page-header.logged-in {
        margin-top: 80px; }
    header#page-header.logged-in.alt {
        margin-top: 0; }
    header#page-header.alt, header#page-header.with-spo, header#page-header.alt.with-spo {
        margin-top: 0; }

    .slide-content-con.alt {
        margin-top: 50px; }
    .slide-content-con.alt.logged-in {
        margin-top: 80px; }
    .slide-content-con.alt.logged-in.with-spo, .slide-content-con.alt.with-spo {
        margin-top: 0; }
h

    .slide-content-con div.scrollableArea {
        height: 250px; }
    .slide-content-con .featured-bc {
        width: 250px;
        max-height: 270px;
        min-width: 250px;
        margin-left: -50px; }
    .slide-content-con .featured-bc .featured-bc-img {
        width: 250px; }
    .slide-content-con .featured-bc .featured-bc-img a {
        width: 250px;
        height: 250px;
        max-height: 250px; }
    .slide-content-con .featured-bc .featured-bc-img img {
        width: 250px;
        height: 250px;
        max-height: 250px;
        max-width: 250px; }
    .slide-content-con .featured-bc .featured-bc-head {
        margin-right: 50px; }
    .slide-content-con .featured-bc .featured-bc-head h3 {
        font-size: 18px;
        line-height: 22px; }

bg-ad-link img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%; }
/* Webkit Scroll-bar Styling */
::-webkit-scrollbar {
    width: 8px;
    height: 8px; }

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px transparent; }

::-webkit-scrollbar-track-piece {
    background: #FFFFFF;
    border-radius: 1px;
    border: 1px solid #000; }

::-webkit-scrollbar-thumb {
    background: #93C42B;
    background: #000000;
    box-shadow: inset 0 0 6px transparent;
    border-radius: 1px;
    border: 1px solid rgba(255, 255, 255, 0); }

::-webkit-scrollbar-thumb:hover {
    background: #000000; }

::-webkit-scrollbar-thumb:window-inactive {
    background: #000000; }

/* ===============================
   TRENDING MOVIES – COMPACT STYLE
================================ */

.trending-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 6px;
}

.trending-card {
    min-width: 130px;   /* 🔥 smaller card */
    max-width: 130px;
    flex-shrink: 0;
    position: relative;
}

.trending-poster img {
    width: 100%;
    height: 190px;     /* 🔥 control height */
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

.trending-rank {
    position: absolute;
    top: 6px;
    left: 6px;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 3px;
    font-weight: bold;
}

.trending-meta {
    margin-top: 6px;
}

.trending-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
    display: block;
}

.trending-date {
    font-size: 11px;
    color: #777;
}


.trending-tabs button {
    padding: 8px 14px;
    border: none;
    background: #eee;
    margin-right: 5px;
    cursor: pointer;
}

.trending-tabs button.active {
    background: #e63946;
    color: #fff;
}

.trending-content {
    display: none;
}

.trending-content.active {
    display: block;
}

.trending-list {
    list-style: none;
    padding: 0;
}

.trending-list li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.trending-list a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}

.trending-scroll-wrapper {
    position: relative;
}

.trend-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.7);
    color: #fff;
    border: none;
    width: 42px;
    height: 60px;
    cursor: pointer;
    font-size: 24px;
    z-index: 10;
    border-radius: 6px;
    opacity: 0;
    transition: opacity .3s ease, background .3s ease;
}

.trend-arrow.left {
    left: 5px;
}

.trend-arrow.right {
    right: 5px;
}

.trending-scroll-wrapper:hover .trend-arrow {
    opacity: 1;
}

.trend-arrow:hover {
    background: #e50914; /* Netflix red (change if needed) */
}

/* Hide arrows on small screens */
@media (max-width: 768px) {
    .trend-arrow {
        display: none;
    }
}

.quick-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin: 14px 0 18px;
  font-size: 15px;
  font-weight: 600;
  flex-wrap: nowrap;
}

/* Items */
.qn-item {
  display: flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  color: #111;
  font-weight: 600;
  white-space: nowrap;
  padding: 6px 8px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.qn-item:hover {
  color: #e50914;
  background: rgba(0,0,0,0.04);
}

/* 📱 Mobile optimization */
@media (max-width: 768px) {
  .quick-nav {
    justify-content: flex-start;
    overflow-x: auto;
    gap: 14px;
    padding: 0 12px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .quick-nav::-webkit-scrollbar {
    display: none;
  }

  .qn-item {
    font-size: 14px;
    padding: 6px 10px;
  }
}

/* 📱 Small phone optimization */
@media (max-width: 480px) {
  .qn-item {
    font-size: 13px;
    padding: 6px 9px;
  }
}


.flag-badge {
    position: absolute;
    bottom: 4px;
    left: 4px;
    z-index: 9;
    width: 24px;
    height: 18px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.35);
    background: #000;
    pointer-events: none;
}

.flag-badge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.auto-context-link {
    margin: 15px 0;
    font-size: 15px;
}

.category-cta-button {
    display: inline-block;
    padding: 12px 20px;
    background: #111;
    color: #fff !important;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
}
.category-cta-button:hover {
    background: #333;
}

.vibes-related-wrapper {
    margin-top: 30px;
}

.vibes-related-title {
    background: #000;
    color: #fff !important;
    padding: 12px;
    font-weight: 700;
    font-size: 18px;
}

/* BASE: Mobile first → 3 columns */
.vibes-related-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 12px;

    padding: 15px 0;
}

.vibes-related-card {

    text-decoration: none;

    background: #111;

    padding: 6px;

    border-radius: 6px;

    transition: transform 0.2s ease;
}

.vibes-related-card:hover {

    transform: translateY(-3px);
}

.vibes-related-thumb img {

    width: 100%;

    height: auto;

    border-radius: 4px;
}

.vibes-related-movie-title {

    font-size: 13px;

    font-weight: 600;

    margin-top: 6px;

    color: #fff !important;

    line-height: 1.3;
}


/* Tablet → still 3 columns */
@media (min-width: 768px) {

    .vibes-related-grid {

        grid-template-columns: repeat(3, 1fr);

        gap: 15px;
    }

    .vibes-related-movie-title {

        font-size: 14px;
    }

}


/* Desktop → 6 columns */
@media (min-width: 1024px) {

    .vibes-related-grid {

        grid-template-columns: repeat(6, 1fr);

        gap: 18px;
    }

    .vibes-related-movie-title {

        font-size: 14px;
    }

}

.mh-loop-thumb {
    position: relative;
    overflow: hidden;
}

/* Base ribbon */
.season-ribbon {
    position: absolute;
    top: 12px;
    left: -35px;
    transform: rotate(-45deg);
    width: 140px;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
    color: #fff;
    padding: 3px 0;
    z-index: 10;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

/* COMPLETED → RED */
.season-ribbon.completed {
    background: #e50914;
}

/* ONGOING → ORANGE */
.season-ribbon.ongoing {
    background: #f5a623;
}

/* UPCOMING → BLUE */
.season-ribbon.upcoming {
    background: #3498db;
}

.season-ribbon.completed {
    background: linear-gradient(45deg, #e50914, #ff2a2a);
}

.season-ribbon.ongoing {
    background: linear-gradient(45deg, #f39c12, #ffb84d);
}

.season-ribbon.upcoming {
    background: linear-gradient(45deg, #2980b9, #4aa3ff);
}

/* HEADER BASE */
.vibes-header {

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  z-index: 9999;

  background: rgba(15,15,15,0.85);

  backdrop-filter: blur(10px);

  transition: all 0.3s ease;

}

/* scroll shadow */
.vibes-header.scrolled {

  box-shadow: 0 4px 20px rgba(0,0,0,0.4);

  background: rgba(10,10,10,0.95);

}

/* container */
.vibes-nav-container {

  max-width: 1400px;
  margin: auto;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 14px 20px;

}

/* logo */
.vibes-logo a {

  font-size: 24px;
  font-weight: 700;

  color: white;
  text-decoration: none;

  letter-spacing: 1px;

}

/* menu */
.vibes-menu {

  list-style: none;

  display: flex;
  gap: 30px;

  margin: 0;
  padding: 0;

}

.vibes-menu li {

  position: relative;

}

/* menu links */
.vibes-menu a {

  color: white;

  text-decoration: none;

  font-weight: 500;

  font-size: 15px;

  padding: 8px 0;

  transition: all 0.3s ease;

}

/* hover underline animation */
.vibes-menu a::after {

  content: "";

  position: absolute;

  width: 0;
  height: 2px;

  bottom: -4px;
  left: 0;

  background: linear-gradient(90deg,#ff007a,#ff4da6);

  transition: width 0.3s;

}

.vibes-menu a:hover::after {

  width: 100%;

}

/* hover color */
.vibes-menu a:hover {

  color: #ff4da6;

}

/* ===============================
   DROPDOWN FIX (FINAL VERSION)
=============================== */

.vibes-dropdown {
  position: relative;
}

.vibes-dropdown-menu {

  position: absolute;
  top: 100%;        /* 🔥 better than 40px */
  left: 0;          /* 🔥 fix invalid value */

  background: #111;
  min-width: 180px;

  display: none;

  border-radius: 8px;
  padding: 10px 0;

  z-index: 999999;
}

/* dropdown items */
.vibes-dropdown-menu li {
  padding: 8px 20px;
}

/* section titles */
.vibes-dropdown-menu li strong {
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 8px 12px 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.7;
}

.vibes-dropdown-menu li strong:not(:first-child) {
  margin-top: 6px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

/* desktop hover */
.vibes-dropdown:hover .vibes-dropdown-menu {
  display: block;
}

.vibes-dropdown-menu {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.2s ease;
}

.vibes-dropdown:hover .vibes-dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  display: block;
}

/* dropdown hover */
.vibes-dropdown-menu a:hover {

  color: #ff4da6;

}
/* ===============================
   2 COLUMN DROPDOWN
=============================== */

.vibes-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;

  background: #111;
  min-width: 260px; /* wider for 2 columns */

  border-radius: 8px;
  padding: 12px;

  z-index: 999999;

  /* 🔥 GRID */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px 8px;
}

/* keep hover working */
.vibes-dropdown:hover .vibes-dropdown-menu {
  display: grid;
}

/* fix list spacing */
.vibes-dropdown-menu li {
  padding: 3px 6px;
}

/* section titles span full width */
.vibes-dropdown-menu li strong {
  grid-column: span 2;
}


/* mobile toggle */
.vibes-toggle {

  display: none;

  font-size: 26px;

  color: white;

  cursor: pointer;

}

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

  .vibes-menu {

    position: absolute;

    top: 60px;
    right: 0;

    background: #111;

    flex-direction: column;

    width: 250px;

    padding: 20px;

    display: none;

  }
  
  @media(max-width: 900px){

  .vibes-dropdown-menu {
    position: static;  /* 🔥 CRITICAL */
    display: none;
    width: 100%;
    background: #111;
  }
  
  @media(max-width: 900px){

  .vibes-dropdown-menu {
    position: static;
    width: 100%;

    /* 🔥 MOBILE: 2 COLUMNS */
    grid-template-columns: repeat(2, 1fr);
  }

  /* section titles span full width */
  .vibes-dropdown-menu li strong {
    grid-column: span 2;
  }

}

  .vibes-dropdown.active .vibes-dropdown-menu {
    display: block;
  }
  

}.vibes-dropdown-menu {
  min-width: 320px;
}

  .vibes-menu.active {

    display: flex;

  }

  .vibes-toggle {

    display: block;

  }

}

/* LOGO IMAGE */
.vibes-logo img {

  height: 40px;
  width: auto;

}

/* FORCE UPPERCASE */
.vibes-menu a {

  text-transform: uppercase;
  letter-spacing: 0.5px;

}

/* ACTIVE MENU */
.vibes-menu a.active {

  color: #ff4da6;

}

/* ACTIVE UNDERLINE */
.vibes-menu a.active::after {

  width: 100%;

}

/* DEFAULT underline */
.vibes-menu a::after {

  content: "";

  position: absolute;

  width: 0;
  height: 2px;

  bottom: -4px;
  left: 0;

  background: linear-gradient(90deg,#ff007a,#ff4da6);

  transition: width 0.3s;

}

/* HOVER */
.vibes-menu a:hover::after {

  width: 100%;

}

/* MOBILE uppercase also */
.vibes-dropdown-menu a {

  text-transform: uppercase;

}

.vibes-dropdown-menu {

  z-index: 999999;

}

/* align last menu items to right */
.vibes-menu > li:last-child .vibes-dropdown-menu,
.vibes-menu > li:nth-last-child(2) .vibes-dropdown-menu {
  left: auto;
  right: 0;
}

/* SEARCH ICON */
.vibes-search-trigger {

  cursor: pointer;
  padding: 8px;

}

/* OVERLAY */
.vibes-search-overlay {

  position: fixed;

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background: rgba(0,0,0,0.96);

  display: flex;

  justify-content: center;
  align-items: center;

  opacity: 0;
  visibility: hidden;

  transition: 0.3s;

  z-index: 999999;

}

/* ACTIVE */
.vibes-search-overlay.active {

  opacity: 1;
  visibility: visible;

}

/* search box container */
.vibes-search-box {

  width: 80%;
  max-width: 700px;

}

/* top bar */
.vibes-search-top {

  display: flex;
  justify-content: flex-end;

  margin-bottom: 15px;

}

/* cancel button */
.vibes-search-cancel {

  color: white;

  cursor: pointer;

  font-size: 14px;

  letter-spacing: 1px;

}

.vibes-search-cancel:hover {

  color: #ff4da6;

}

/* input + button row */
.vibes-search-input-wrap {

  display: flex;
  gap: 10px;

}

/* input */
.vibes-overlay-form input {

  flex: 1;

  padding: 18px 20px;

  font-size: 24px;

  border-radius: 6px;

  border: none;

  background: #111;

  color: white;

}

/* search button */
.vibes-search-submit {

  padding: 0 25px;

  border: none;

  border-radius: 6px;

  background: linear-gradient(90deg,#ff007a,#ff4da6);

  color: white;

  font-weight: 600;

  cursor: pointer;

}

.vibes-search-submit:hover {

  opacity: 0.9;

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

  .vibes-search-box {
    width: 95%;
  }

  .vibes-search-input-wrap {
    flex-direction: column;
  }

  .vibes-overlay-form input {
    font-size: 18px;
    width: 100%;
  }

  .vibes-search-submit {
  width: 60%;
  padding: 16px;
  margin: 0 auto;
  display: block;
}

}


.vibes-search-overlay {

  backdrop-filter: blur(8px);

}
.note-desc {
        text-align: center;
        font-size: 14px;
        color: #333;
        background: #94B594;
        padding: 10px 14px;
        border-radius: 4px;
        margin: 8px auto 15px;
       max-width: 500px;
       line-height: 1.6;
        }

     .note-desc strong {
      color: #000;
     }
     
     /* Accordion container */
    .movie-faq {
        border: 1px solid #ccc;
        padding: 15px;
        margin-bottom: 20px;
        font-family: Arial, sans-serif;
    }
    .movie-faq h2 {
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 1.5em;
        color: #757272;
    }
    /* FAQ question styles */
    .movie-faq .faq-item {
        border-top: 1px solid #ddd;
        padding: 12px 0;
        cursor: pointer;
        position: relative;
        padding-left: 40px;
        transition: background-color 0.3s;
    }
    .movie-faq .faq-item:first-child {
        border-top: none;
    }
    .movie-faq .faq-item:hover {
        background-color: #f9f9f9;
    }
    /* Numbered colored badges */
    .movie-faq .faq-item::before {
        content: counter(faq-counter);
        counter-increment: faq-counter;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: bold;
        color: #fff;
        width: 25px;
        height: 25px;
        border-radius: 6px;
        text-align: center;
        line-height: 25px;
        font-size: 0.9em;
        background: linear-gradient(45deg, #0052cc, #0066ff);
        user-select: none;
    }
    /* Different background colors for each question */
    .movie-faq .faq-item:nth-child(1)::before { background: #0052cc; }
    .movie-faq .faq-item:nth-child(2)::before { background: #32a852; }
    .movie-faq .faq-item:nth-child(3)::before { background: #3a70a8; }
    .movie-faq .faq-item:nth-child(4)::before { background: #b83232; }

    /* Answer hidden by default */
    .movie-faq .faq-answer {
        display: none;
        padding: 8px 12px 0 12px;
        color: #444;
        font-size: 0.95em;
    }

    /* Show answer when active */
    .movie-faq .faq-item.active .faq-answer {
        display: block;
    }
    
    .toplist-number {
  display: flex;
  align-items: center;
  margin: 40px 0;
}

.toplist-number::before,
.toplist-number::after {
  content: "";
  flex: 1;
  height: 4px;
  background: #050000;
}

.toplist-number strong {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  border: 5px solid #050000;
  background: transparent;
  color: #0B0B5E;
  font-size: 30px;
  font-weight: bold;
  margin: 0; /* 🔥 REMOVE GAP */
  line-height: 1;
}

/* SECTION WRAPPER (NEW - important) */
.recent-section {
    margin-bottom: 10px; /* space between header/tabs and posts */
}

/* HEADER = always visible */
.recent-header {
    background: #111;
    color: #fff;
    padding: 12px;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: left;
    margin-bottom: 3px; /* small gap before tabs (or posts on desktop) */
}

/* Container */
.recent-tabs {
    display: flex;
    gap: 10px;
    padding: 12px 10px;
    background: #dcdcdc;
    border: 1px solid #bfbfbf;
    margin-bottom: 20px; /* space from posts */

    overflow-x: auto;
    scroll-behavior: smooth;
}

/* Hide scrollbar */
.recent-tabs::-webkit-scrollbar {
    display: none;
}
.recent-tabs {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Tabs */
.recent-tabs a {
    flex: 0 0 auto;
    white-space: nowrap;

    background: #e6e6e6;
    border: 1px solid #aaa;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    border-radius: 6px;
    text-decoration: none;

    transition: all 0.2s ease;
}

/* Hover / active feel */
.recent-tabs a:hover {
    background: #111;
    color: #fff;
}

/* Optional active state (if you add class later) */
.recent-tabs a.active {
    background: #111;
    color: #fff;
}

/* Desktop: center tabs */
@media (min-width: 769px) {
    .recent-tabs {
        justify-content: center;
        overflow-x: visible;
    }
}

/* Mobile: scrollable row */
@media (max-width: 768px) {
    .recent-tabs {
        justify-content: flex-start;
    }
}

.recent-tabs a:active {
    transform: scale(0.95);
}

/* Desktop: hide tabs */
@media (min-width: 769px) {
    .recent-tabs {
        display: none;
    }
}
.kdrama-badge {
    display: inline-block;  
    width: auto;             
    max-width: fit-content;  

    margin-top: 5px;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 6px;
    color: #fff;
}

/* Status colors */
.kdrama-badge.ongoing {
    background-color: #28a745; /* green */
}

.kdrama-badge.completed {
    background-color: #dc3545; /* red */
}

.kdrama-badge.upcoming {
    background-color: #ffc107; /* yellow */
    color: #000; /* better contrast for yellow */
}

.download-btn.disabled {
    background: #ccc !important;
    cursor: not-allowed;
    opacity: 0.7;
}

.comment-notice{
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #111;
    color: #fff;
    padding: 12px 15px;
    border-radius: 6px;
    z-index: 9999;
    font-size: 14px;
}

a.actor-link {
    color: #333399 !important;
    text-decoration: none;
}

/* default = mobile (1 column) */
.movie-categories {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

/* tablet (optional) */
@media (min-width: 600px) {
    .movie-categories {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* desktop */
@media (min-width: 992px) {
    .movie-categories {
        grid-template-columns: repeat(3, 1fr);
    }
}

.movie-categories a {
    display: flex;
    align-items: center;
    justify-content: space-between;

    background: linear-gradient(135deg, #05152B 60%, #355f87 60%);
    color: #fff;

    padding: 12px 16px; /* reduced */
    height: 20px;       /* fixed smaller height */

    border-radius: 20px; /* slightly less round */
    text-decoration: none;

    font-size: 16px; /* smaller text */
    font-weight: 500;
}

/* text */
.movie-categories a strong {
    font-size: 12px;
}

/* badge */
.movie-categories a strong {
	
    padding: 4px 10px;
    border-radius: 20px;

    font-size: 11px;
    font-weight: 600;

    min-width: 45px;
    text-align: center;

    margin-left: auto; /* push it fully to the right */
}

.home-section-title {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0;
  color: #333;
}

.genre-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}

.genre-card {
  display: block;
  background:  #f8f9fa;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  color: #212529;
  border: 1px solid  #d0d7de;
  transition: all 0.2s ease;
}

.genre-card:hover {
  background:  #ffffff;
  transform: translateY(-2px);
  border-color: #b8c2cc;
}

.trending-genres {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}

.trending-genres a {
  background:  #f8f9fa;
  border: 1px solid  #d0d7de;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  text-decoration: none;
  color: #212529;
  transition: 0.2s;
}

.trending-genres a:hover {
  background: #B33D3D;
}

/* ===============================
   GENRE BANNER (FINAL FIXED)
=============================== */

.genre-banner {
  position: relative;
  width: 100%;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

/* image */
.genre-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 🔥 DARK OVERLAY (FIXED) */
.genre-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.85) 0%,
    rgba(0,0,0,0.65) 40%,
    rgba(0,0,0,0.25) 100%
  );
  z-index: 1;
}

/* content wrapper */
.genre-banner-content {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  z-index: 2;

  max-width: 450px; /* 🔥 prevents text overflow */
}

/* title */
.genre-banner-content h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 8px;

  color: #ffffff;

  text-shadow: 0 3px 12px rgba(0,0,0,0.8);
}

/* description */
.genre-banner-content p {
  font-size: 14px;
  line-height: 1.5;

  color: #dddddd;

  text-shadow: 0 2px 10px rgba(0,0,0,0.7);
}
/* optional tag (🔥 ACTION etc) */
.genre-tag {
  display: inline-block;
  background: #ff4da6;
  color: #fff;

  font-size: 11px;
  font-weight: 600;

  padding: 4px 8px;
  border-radius: 4px;

  margin-bottom: 8px;
}

/* ===============================
   MOBILE OPTIMIZATION
=============================== */

@media (max-width: 768px) {

  .genre-banner {
    height: 180px;
  }

  .genre-banner-content {
    left: 15px;
    right: 15px;
    max-width: 100%;
  }

  .genre-banner-content h1 {
    font-size: 22px;
  }

  .genre-banner-content p {
    font-size: 13px;
  }

}

/* ===============================
   EDITORIAL SECTION
=============================== */

.editorial-section {
  margin: 20px 0;
}

/* HEADER */
.editorial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000;
  padding: 8px 10px;
  margin-bottom: 5px;
}

.editorial-header h2 {
  color: #fff;
  font-size: 16px;
  margin: 0;
  display: flex;
  align-items: center;
}

.editorial-header .icon {
  margin-right: 6px;
}

.view-all-btn {
  display: inline-flex;
  align-items: center; /* 🔥 vertical center */
  gap: 6px; /* space between text & icon */
  border: 1px solid #fff;
  color: #fff;
  padding: 6px 12px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
}

/* icon fix */
.view-all-btn .icon {
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
}

/* hover */
.view-all-btn:hover {
  background: #fff;
  color: #000;
}

/* CAROUSEL */
.editorial-carousel {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  padding-bottom: 10px;
  scroll-behavior: smooth;
}

/* SCROLLBAR */
.editorial-carousel::-webkit-scrollbar {
  height: 6px;
}

.editorial-carousel::-webkit-scrollbar-track {
  background: #ddd;
}

.editorial-carousel::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

/* OPTIONAL: SNAP SCROLL (SMOOTHER UX) */
.editorial-carousel {
  scroll-snap-type: x mandatory;
}

.editorial-item {
  scroll-snap-align: start;
}

/* ===============================
   EDITORIAL CAROUSEL FIX (ADD ONLY)
=============================== */

.editorial-carousel .thelisting,
.editorial-carousel .item,
.editorial-carousel article {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}

.editorial-item {
  min-width: 160px;
  max-width: 160px;
  flex-shrink: 0;
}

.editorial-card-fix {
  width: 100%;
}

.editorial-carousel > * {
  flex: 0 0 auto;
}

.editorial-carousel::-webkit-scrollbar {
  height: 6px;
}

.editorial-carousel::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

.editorial-item article {
  width: 100% !important;
}

/* ===============================
   ALIGN EDITORIAL WITH SITE WIDTH
=============================== */

.editorial-section {
  padding: 0 10px; /* 👈 adjust if needed */
}

/* fix header edges */
.editorial-header {
  border-radius: 0px;
}

/* optional: reduce edge touching on scroll */
.editorial-carousel {
  padding-left: 2px;
  padding-right: 2px;
}

@media (max-width: 768px) {
    body.category .custom-sidebar-mobile-hide,
    body.tag .custom-sidebar-mobile-hide,
    body.archive .custom-sidebar-mobile-hide,
    body.search .custom-sidebar-mobile-hide,
    body.page .custom-sidebar-mobile-hide {
        display: none !important;
    }
}

/* ===============================
   K-DRAMA EDITORIAL GUIDES
=============================== */

.editorial-guides {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  margin: 20px 0;
}

/* card */
.guide-card {
  display: flex;
  align-items: center;

  background: #fff;

  border: 1px solid #000000;
  border-radius: 10px;

  padding: 14px 16px;

  text-decoration: none;

  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;

  color: #000;

  transition: all 0.25s ease;

  box-shadow: 0 2px 8px rgba(0,0,0,0.04);

  position: relative;

  overflow: hidden;
}

/* hover */
.guide-card:hover {
  transform: translateY(-3px);

  border-color: #000000;

  box-shadow: 0 6px 18px rgba(0,0,0,0.08);

  color: #000080;
}

/* left accent line */
.guide-card::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 4px;
  height: 100%;

  background: linear-gradient(
    180deg,
    #000000,
    #000000
  );
}

/* arrow icon */
.guide-card::after {
  content: "→";

  margin-left: auto;

  font-size: 18px;
  font-weight: bold;

  opacity: 0.5;

  transition: all 0.25s ease;
}

/* arrow hover */
.guide-card:hover::after {
  opacity: 1;
  transform: translateX(4px);
}

/* section heading */
.editorial-section-title {
  font-size: 22px;
  font-weight: 700;

  margin: 25px 0 15px;

  color: #111;
}

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

  .editorial-guides {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .guide-card {
    font-size: 14px;
    padding: 12px 14px;
  }

}

.movie-thumb img,
.featured-bc-img img,
.trending-poster img {
    aspect-ratio: 2 / 3;
    width: 100%;
    height: auto;
    display: block;
}

/* Layout */
.trending-movies {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 400px;
    margin: auto;
}

/* Movie card */
.movie-card {
    display: flex;
    background: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.movie-card:hover {
    background-color: #000;
    color: #fff;
    box-shadow: 0 0 10px rgba(255,255,255,0.3);
}

.rank-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #000;
    color: #fff;
    padding: 4px 8px;
    font-weight: bold;
    font-size: 13px;
    border-radius: 3px;
    z-index: 1;
}

.movie-thumb {
    overflow: hidden;
}

.movie-thumb img {
    width: 90px;
    height: 110px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.movie-card:hover .movie-thumb img {
    transform: scale(1.1);
}

.movie-info {
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.movie-info h3 {
    margin: 0;
    font-size: 16px;
}

.movie-info h3 a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
}

.movie-card:hover h3 a {
    color: #fff;
}

.view-all-link {
    text-align: right;
    margin-top: 10px;
    padding-right: 10px;
}

.view-all-link a {
    background-color: #000;
    color: #fff;
    padding: 8px 14px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
}

.quick-links {
    padding: 20px;
    font-family: sans-serif;
}

.quick-links-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.quick-links-buttons a {
    background-color: #000;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.series-title {
    margin-bottom: 4px;
}

.series-badge-wrap {
    margin-top: 2px;
}