.main-newBox2025 {
    max-width: 1672px;
    margin: auto;
}
 
 /* add new style  */
 /* Carousal Main Container */
 #movieCarousal {
     position: relative;
     overflow: hidden;
     border-radius: 5px;
 }

 /* Each Slide */ 
 .movieCarousal-slide {
     position: relative;
     height: 384px;
     overflow: hidden;
 }
 
.leftRightMangeSpace {
    padding: 2px 8px !important;
}
 .mt2025 {
     margin-top: 0px;
 }
   
        :root {
            --primary-accent-new: #8080cf;
        }

        .filters-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
            gap: 1.5rem;
            align-items: center;
        }

        .filters-container .filter-section label {
            font-weight: bold;
            font-size: 16px;
            margin-bottom: 0.3rem;
            display: block;
        }

        .filters-container .multiselect-box {
            background-color: #141414;
            border: 1px solid #333;
            border-radius: 4.8px;
            padding: 0 0.6rem;
            min-height: 40px;
            display: flex;
            align-items: center;
            position: relative;
            cursor: pointer;
        }

        .filters-container .multiselect-box .box-content {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            width: 100%;
        }

        .filters-container .multiselect-box.single-select .tag {
            background-color: transparent;
            color: var(--primary-accent-new);
            font-weight: bold;
            padding: 0.25rem 0.4rem;
        }

        .filters-container .multiselect-box .tag {
            background-color: #222;
            padding-left: 5px;
            border-radius: 4.8px;
            font-size: 85%;
            display: flex;
            align-items: center;
            margin: 0.2rem;
        }

        .filters-container .multiselect-box .tag i {
            margin-left: 0.5rem;
            cursor: pointer;
            color: #e8e8e8;
            padding: 5px;
        }

        .filters-container .multiselect-box .tag i:hover {
            background-color: var(--primary-accent-new);
            color: #000;
        }

        .filters-container .multiselect-box .placeholder {
            color: #e8e8e8;
            font-size: 12.8px;
        }

        .filters-container .dropdown-list {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background-color: #141414;
            border: 1px solid #333;
            border-radius: 4.8px;
            z-index: 10;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 0.2rem;
            display: none;
        }

        .filters-container .dropdown-list div {
            padding: 0.5rem 0.8rem;
            cursor: pointer;
            font-size: 13.6px;
        }

        .filters-container .dropdown-list div:hover {
            background-color: #595991;
            color: white;
        }

        .filters-container .action-buttons {
            display: flex;
            justify-content: start;
            align-items: center;
            gap: 2rem;
            margin-top: 2rem;
        }

        .filters-container .action-buttons button {
            padding: 0.6rem 1.2rem;
            font-weight: bold;
            border: none;
            border-radius: 4.8px;
            background-color: #141414;
            color: #e8e8e8;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .filters-container .action-buttons button:hover {
            background-color: #595991;
        }




        .filters-container .right-icons {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-left: auto;
        }

        .filters-container .right-icons i {
            color: #888;
            transition: color 0.3s ease;
        }

        .filters-container .right-icons i:hover {
            color: #aaa;
        }

        .filters-container .right-icons .divider {
            display: inline-block;
            width: 1px;
            height: 16px;
            background-color: #666;
        }



        .filters-container .sort-wrapper {
            display: flex;
            align-items: center;
            justify-content: space-between;
            max-width: 200px;
            margin: auto;
        }

        .filters-container .sort-labels {
            display: flex;
            justify-content: space-around;
            width: 100%;
            margin-bottom: 5px;
            font-size: 14px;
        }

        .filters-container .sort-buttons {
            display: flex;
            border: 1px solid #333;
            border-radius: 4.8px;
            overflow: hidden;
        }

        .filters-container .sort-buttons button {
            background: #141414;
            border: none;
            color: white;
            padding: 6px 15px;
            font-size: 18px;
            width: 100%;
            cursor: pointer;
        }

        .filters-container .sort-buttons button+button {
            border-left: 1px solid #333;
        }

        .filters-container .sort-buttons button:hover {
            border-color: #8080cf;
            background-color: rgba(128, 128, 207, 0.25);
        }

        .filters-container .multiselect-box:hover {
            border-color: #8080cf;
            background-color: rgba(128, 128, 207, 0.25);
        }

        @media (max-width: 500px) {
            .filters-container {
                grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
            }
        }
   


 .seasonInput {
     width: 94px;
     font-size: 14px !important;
     font-weight: 500 !important;
     padding: 8px !important;
 }

 .seasonFilterInput {
     width: 145spx;
     font-size: 14px !important;
     font-weight: 500 !important;
     padding: 8px !important;
 }

 .movieCarousal-slide img {
     width: 100%;
     height: 150%;
     object-fit: cover;
     filter: brightness(0.65);
     border-radius: 5px;
 }


 /* Gradient Overlay */
 .movieCarousal-gradient {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(to top right, rgb(0 0 0), transparent 94%) !important;
     z-index: 1;
 }

 /* Content Overlay */
 .movieCarousal-overlay {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     z-index: 2;
 }

 .bdg-radius {
     border-radius: 40px;
     background-color: rgba(8, 8, 8, .9);
 }

 .movieCarousal-desc {
     max-width: 750px;
     font-size: 1.25rem;
     color: #ddd;
     text-shadow: 1px 1px 2px black;
 }
.min-h-100New{
    min-height: 100vh;
}
.bg-custom-auth {
    position: relative;
    background-image: url('https://images.unsplash.com/photo-1626814026160-2237a95fc5a0?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-size: cover;
    background-position: center top;
    background-repeat: repeat-y;
    animation: scrollBg 20s linear infinite;
    min-height: 100vh;
    z-index: 1;
  }
  
  .bg-custom-auth::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 84%), rgb(0 0 0 / 84%));
    z-index: 2;
    pointer-events: none;
  }
  
  .bg-custom-auth > * {
    position: relative;
    z-index: 3;
  }
  
  @keyframes scrollBg {
    from {
      background-position: center top;
    }
    to {
      background-position: center -100%;
    }
  }
  
  
  @keyframes scrollBg {
    from {
      background-position: center top;
    }
    to {
      background-position: center -100%;
    }
  }
  
  .authCard2025{
      background: #0e0e0ee3;
      padding: 40px;
      border-radius: 20px;
      border: 2px solid #8080cf;
  }
  
 /* Slide Logic */
 .carousel-item {
     display: none;
     position: absolute;
     width: 100%;
     height: 100%;
     transition: opacity 0.5s ease;
 }

 .carousel-item.active {
     display: block;
     position: relative;
     opacity: 1;
     z-index: 1;
 }

 /* Navigation Buttons */
 .carousel-control-prev,
 .carousel-control-next {
     position: absolute;
     top: 20px;
     z-index: 10;
     background-color: rgb(0 0 0);
     width: 40px;
     height: 40px;
     border-radius: 20%;
     border: none;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
 }

 .carousel-control-prev {
     right: 60px;
 }

 .carousel-control-next {
     right: 10px;
 }

 .movieCarousal-buttons {
     display: flex;
     justify-content: flex-end;
     gap: 1rem;
     margin-top: 1rem;
     margin-bottom: 2%;
 }

 .movieCarousal-buttons a {
     background-color: black !important;
     border-radius: 24px;
     padding: 10px 30px;
     font-weight: 700;
 }

 .movieCarousal-indicators {
     position: absolute;
     bottom: 20px;
     left: 50%;
     transform: translateX(-50%);
     z-index: 3;
     display: flex;
     gap: 8px;
 }

 .movieCarousal-indicators .dot {
     width: 10px;
     height: 10px;
     background-color: rgba(255, 255, 255, 0.5);
     border-radius: 50%;
     cursor: pointer;
     transition: background-color 0.3s ease;
 }

 .movieCarousal-indicators .dot.active {
     background-color: #ffffff;
 }

 .titleGradient {
     font-size: 3rem;
     font-weight: 700;
     background: linear-gradient(90deg, #80aaff, #d0d8ff);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
 }

 .font-14New {
     font-size: 14.4px;
     font-weight: 500;
 }

 .font-12New {
     font-size: 0.95rem;
 }

 .fw-700 {
     font-weight: 700;
 }

 .viewDescBg {
     background-color: #141414 !important;
     color: #696969;
 }

 @media (max-width: 500px) {

     .carousel-control-prev,
     .carousel-control-next {
         top: 20px;
         width: 30px;
         height: 30px;
         border-radius: 20%;
     }
     .authCard2025{
        background: #0e0e0ee3;
        padding: 20px 10px;
        border-radius: 20px;
        border: 2px solid #8080cf;
        margin: 0 10px;
    }
 }


 .genre-scroll-box {
     position: relative;
     background-color: transparent;
     padding: 10px 50px;
     overflow: hidden;
 }

 .genre-scroll-inner {
     display: flex;
     overflow-x: auto;
     gap: 12px;
     scrollbar-width: none;
     -ms-overflow-style: none;
     scroll-behavior: smooth;
 }

 .genre-scroll-inner a {
     text-decoration: none !important;
 }

 .genre-scroll-box a {
     text-decoration: none !important;
 }


 .genre-scroll-inner::-webkit-scrollbar {
     display: none;
 }

 .genre-pill {
     background-color: #141414;
     color: #eee !important;
     padding: 0.5rem 1.75rem;
     font-weight: 500;
     font-size: 12px;
     border-radius: 4.8px;
     white-space: nowrap;
     cursor: pointer;
     transition: background-color 0.2s ease;
 }

 .genre-pill:hover {
     color: #45a3fb !important;
 }

 .genre-pill:hover {
     background-color: #1a1a1a;
 }

 .scroll-btn {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     background-color: #ffffff;
     color: white;
     border: none;
     width: 15px;
     height: 15px;
     font-size: 10px;
     border-radius: 50%;
     z-index: 5;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .scroll-btn:hover {

     background-color: #8080cf;

 }

 .scroll-btn.left {
     left: 10px;
 }

 .scroll-btn.right {
     right: 10px;
 }

 .genre-scroll-box::before,
 .genre-scroll-box::after {
     content: '';
     position: absolute;
     top: 0;
     width: 40px;
     height: 100%;
     z-index: 2;
     pointer-events: none;
 }

 .genre-scroll-box::before {
     left: 0;
 }

 .genre-scroll-box::after {
     right: 0;
 }

 .custom-tab {
     outline: 1px solid #f5f5f51a !important;
     font-size: 12.8px;
 }

 @media (max-width: 500px) {
     .movieCarousal-slide {
         height: 256px;
     }

     .movieCarousal-overlay {
         bottom: 14%;
     }

     .titleGradient {
         font-size: 1.9rem;
         font-weight: 600;
     }

     .movieCarousal-desc {
         display: none;
     }

     .movieCarousal-indicators {
         position: absolute;
         bottom: 12px;
         left: 50%;
         transform: translateX(-50%);
         z-index: 3;
         display: flex;
         gap: 8px;
     }

     .movieCarousal-buttons {
         display: flex;
         justify-content: flex-start;
     }

     .movieCarousal-buttons a {
         padding: 5px 14px;
         font-weight: 500;
     }
 }

 .custom-tab-wrapper {
     width: 100%;
     margin: auto;
 }

 .custom-tab-group {
     border: 1px solid #2c2c2c;
     border-radius: 0.3rem;
     overflow: hidden;
 }

 .custom-tab {
     flex: 1;
     border: none;
     background-color: #0e0e0e !important;
     color: #fff;
     font-weight: 500;
     padding: 0.75rem 1.25rem;
     transition: background-color 0.3s ease;
 }

 .custom-tab:hover {
     flex: 1;
     border: none;
     background-color: #0e0e0e !important;
     color: #8080cf !important;
     font-weight: 500;
     padding: 0.75rem 1.25rem;
     transition: background-color 0.3s ease;
 }

 .custom-tab:not(:last-child) {
     border-right: 1px solid #2c2c2c;
 }

 .custom-tab.active {
     background-color: rgba(128, 128, 207, 0.25) !important;
     color: #8080cf !important;
     box-shadow: none !important;
 }

 .custom-pagination {
     border: 1px solid #2c2c2c;
     border-radius: 0.3rem;
     overflow: hidden;
 }

 .page-btn {
     background-color: #0e0e0e;
     border: none;
     color: #ccc;
     padding: 6px 16px;
     font-size: 16px;
 }

 .page-number {
     background-color: #0e0e0e;
     color: #ccc;
     text-align: center;
     display: inline-block;
     width: 44px;
     border: none;
 }

 .tabs .btn {
     border-radius: 0 !important;
 }

 /* continue-watching-section-history */
 .continue-watching-section-history {
     /* display: flex;
     flex-wrap: wrap; */
     gap: 16px;
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
     margin-bottom: 60px;   
 }

 .continue-watching-section-history .play-icon {
    font-size: 40px;
 }

 .continue-watching-section-history .continue-watching-history {
     cursor: auto;
     scroll-behavior: smooth;
     user-select: none;
     -ms-overflow-style: none;
     scrollbar-width: none;
 }


 .continue-watching-section-history .watching-box {
     border-radius: 4.8px;
     border: 1px solid rgba(245, 245, 245, .1);
     width: 100%;
     margin-right: 0;
 }
 .continue-watching-section-history .watch-card {
    flex: 0 0 auto;
    width: auto;
    scroll-snap-align: start;
    height: auto;
}
 /* Continue Watching Section  */


 .continue-watching-slider {
     cursor: grab;
     scroll-behavior: smooth;
     user-select: none;
     -ms-overflow-style: none;
     scrollbar-width: none;
 }

 .mainHeadingLg {
     font-size: 1.5rem;
     font-weight: bold;
     margin: 0px;
     line-height: 1.2;
     padding-bottom: 10px;
 }

 .mainHeadingSm {
     color: #696969;
     font-size: 1.3rem;
     font-weight: 400;
     margin: 0px;
     line-height: 1.2;
 }

 .continue-watching-slider::-webkit-scrollbar {
     display: none;
 }

 .watching-box {
     border-radius: 4.8px;
     border: 1px solid rgba(245, 245, 245, .1);
     width: 281px;
     margin-right: 14px;
 }





 .watch-card {
     flex: 0 0 auto;
     width: 281px;
     scroll-snap-align: start;
     height: 158px;
 }

 .thumb-wrapper {
     position: relative;
     border-radius: 4.8px;
     overflow: hidden;
 }

 .thumb-wrapper img {
     width: 100%;
     aspect-ratio: 16 / 9;
     object-fit: cover;
     transition: transform 0.35s, filter 0.25s;
     display: block;
 }

 .thumb-wrapper:hover img {
     transform: scale(1.07);
     filter: brightness(0.7);
 }

 .hover-overlay {
     position: absolute;
     inset: 0;
     background: rgba(0, 0, 0, 0.3);
     opacity: 0;
     transition: opacity 0.3s ease;
 }

 .thumb-wrapper:hover .hover-overlay {
     opacity: 1;
 }

 .play-icon {
     font-size: 2rem;
     color: #fff;
 }

 .ep-badge {
     position: absolute;
     bottom: 8px;
     left: 8px;
     font-size: 11.2px;
     font-weight: 700;
     padding: 4px 8px;
     background-color: rgba(0, 0, 0, 0.842);
     border-radius: 0.3rem;
 }

 .close-btn {
     position: absolute;
     top: 8px;
     right: 8px;
     background: rgb(255 255 255 / 41%);
     border: none;
     border-radius: 4.8px;
     padding: 4px 7px;
     cursor: pointer;
     z-index: 2;
     transform: scale(0.95);
     transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
     opacity: 0.8;
 }

 .close-btn:hover {
     background: black !important;
     opacity: 1;
     border: 1px solid white !important;
 }

 .close-btn i {
     color: black;
 }

 .close-btn:hover i {
     color: rgb(255, 255, 255);
 }

 .watching-box:hover .close-btn {
     position: absolute;
     top: 8px;
     right: 8px;
     background: white;
     border: none;
     border-radius: 4.8px;
     padding: 4px 7px;
     cursor: pointer;
     z-index: 2;
     transform: scale(0.95);
     transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
 }


 .progress-container {
     position: absolute;
     bottom: 0;
     left: 0;
     height: 0.25rem;
     width: 100%;
     background-color: rgba(255, 255, 255, 0.25);
     /* light background bar */
     z-index: 3;
 }

 .progress-line {
     height: 100%;
     background-color: red;
     transition: width 0.3s ease;
 }


 .watch-title {
     font-size: 12px;
     font-weight: 500;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     padding: 4px 12px;
     color: #E8E8E8 !important;
 }



 .yellowColorNew {
     color: #ffa135 !important;
 }

 .whiteTextNew {
     color: #ffffff !important;
 }

 .alertNew {
     background-color: rgba(214, 157, 0, 0.1);
     width: max-content;
     padding: 4px;
     border-radius: 0.3rem;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 4px;

 }

 .control-btn-view-link {
     background-color: #141414;
     color: #aaa !important;
     border: none;
     padding: 4px;
     margin-right: 5px;
     border-radius: 0.3rem;
     transition: all 0.2s ease-in-out;
     font-size: 12.8px;
     cursor: pointer;
     font-weight: 400;
     text-decoration: none;
     /* height: 30px; */
     display: flex;
     align-items: center;
     justify-content: center;
 }


 .control-btn-view-link.active {
     color: #ffa135 !important;
     text-decoration: none;

 }



 .yellowLink {
     color: #696969 !important;
     text-decoration: none !important;
 }

 .yellowLink:hover {
     color: #ffffff !important;
     text-decoration: none !important;
 }

 .yellowLink.active {
     color: #ffa135 !important;
     text-decoration: none !important;
 }

 .control-btn-view-link:hover {
     color: #ffffff !important;
     text-decoration: none;

     /* Yellow */
 }

 /* poster style  */

 .moviesMainNew {
     display: flex;
     flex-direction: column;
     gap: 2rem;
     width: 100%;
 }

 .FcBNI-right {
     width: 0.5rem;
     height: 0.5rem;
     border-radius: 50%;
     margin: 0rem;
     flex-shrink: 0;
     position: relative;
     will-change: box-shadow;
 }

 .topAiringRigth {
     /* width: 24rem; */
 }

 .topAiringRigth {
     display: flex;
     flex-direction: column;
     gap: 1rem;
     flex-shrink: 0;
 }

 .poster-box-inner-2 {
     display: flex;
     flex-direction: column;
     gap: 1rem;
     transition: 0.2s ease-in-out;
     animation: 0.4s ease-in-out 0s 1 normal none running slideLeft;
     /* width: 24rem; */
     overflow: hidden;
     max-height: 526px;
     overflow-y: scroll
 }

 .Airing-inner-poster-box {
     display: flex;
     flex-direction: column;
     padding: 0.75rem;
     background-color: #0e0e0e;
     border: 1px solid rgba(245, 245, 245, .1);
     border-radius: 0.3rem;
 }

 .hERPIb-right {
     display: flex;
     flex-direction: column;
     gap: 0.5rem;
     border-radius: 0.3rem;
     overflow-y: visible;
 }

 /* leftpink color */
 .poster-img-title-box {
     position: relative;
     height: 96px;
     display: flex;
     background-color: #141414;
     border-radius: 0.3rem;
     align-items: center;
     overflow: hidden;
     gap: 0.5rem;
     cursor: pointer;
     animation: 0.5s ease-in-out 0s 1 normal backwards running slideUp;
     transition: background-color ease-in-out, margin-left 0.2s ease-in-out, filter 0.2s ease-in-out;
 }

 .topAiringRigth {
     display: flex;
     flex-direction: column;
     gap: 1rem;
     flex-shrink: 0;
 }

 .poster-cover-img-New {
     position: absolute;
     top: 0px;
     bottom: 0px;
     right: 0px;
     width: 60%;
     z-index: 0;
     overflow: hidden;
 }

 .poster-cover-img-New img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     filter: grayscale(100%);
     transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
     opacity: 0;
 }

 .poster-cover-img-New:hover img {
     filter: grayscale(0%);
     opacity: 1;
 }


 .poster-cover-img-New .gradientOverlay {
     position: absolute;
     inset: 0px;
     pointer-events: none;
     background: linear-gradient(-70deg, transparent -200%, rgb(20 20 20) 80%);
 }

 .iNnHou-right {
     position: relative;
     z-index: 1;
     background-color: rgba(85, 85, 85, .1);
     width: 68px;
     height: 96px;
     object-fit: cover;
     border-radius: 0.3rem;
     box-shadow: 0 0 10px black;
     opacity: 1;
     transition: opacity 0.3s ease-in-out;
 }

 .fhmqUx-right {
     display: flex;
     align-items: center;
     padding: 0.5rem;
     gap: 0.5rem;
     border-radius: 0.3rem;
     cursor: pointer;
     transition: background 0.2s ease-in-out;
     position: relative;
 }

 .poster-right-title-new {
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     font-size: 16px;
     font-weight: 400;
     line-height: 1;
 }

 .GreenDotNew {
     background-color: #aaff00 !important;
 }

 .PosterbadgeNew-box {
     display: flex;
     align-items: center;
     gap: 4px;
     font-size: 0.75rem;
     margin: 0rem 1.25rem;
 }

 .tt-pading {
     padding: 0.25rem 0px 1rem;
 }

 .PosterbadgeNew svg {
     color: rgb(20, 20, 20);
 }

 .PosterbadgeNew {
     display: flex;
     align-items: center;
     font-weight: 500;
     gap: 2.4px;
     padding: 1.6px 3.2px;
     background-color: rgba(85, 85, 85, .1);
     border-radius: 0.3rem;
     font-size: 12px;
     border: 1px solid rgba(245, 245, 245, .1);
 }

 /* btn */
 .top-airing-bottom-btn {
     padding: 0.5rem;
     background-color: #141414;
     border: 1px solid transparent;
     border-radius: 0.3rem;
     cursor: pointer;
     text-align: center;
     color: #696969;
     font-size: 18px
 }

 .top-airing-bottom-btn:hover {
     background-color: #1f1f1f;
 }

 .top-airing-bottom-btn:hover {
     color: #8080cf;
     filter: brightness(1.1);

 }



 .poster-img-title-box:hover,
 .poster-img-title-box:active,
 .poster-img-title-box:focus {
     background-color: #141414;
     margin-left: 0.35rem;
     color: rgb(228, 147, 53);
     filter: brightness(1.1);
 }

 .poster-img-title-box:hover,
 .poster-img-title-box:active,
 .poster-img-title-box:focus {
     background-color: #141414;

     margin-left: 0.35rem;
     color: rgb(228, 147, 53);
     filter: brightness(1.1);

 }

 .poster-img-title-box:hover .poster-cover-img-New img,
 .poster-img-title-box:active .poster-cover-img-New img,
 .poster-img-title-box:focus .poster-cover-img-New img {
     filter: grayscale(0%);
     opacity: 1;
 }


 .cursor-pointer {
     cursor: pointer;
 }



 @media (min-width: 1201px) {
     .poster-img-title-box {
         /* max-width: 22rem; */
         max-width: 100%;
     }

     .top-airing-bottom-btn {
         max-width: 100%;
     }

     @media (min-width: 1200px) {
         .moviesMainNew {
             flex-direction: row;
             justify-content: space-between;
         }

         .topAiringRigth {
             /* width: 26rem; */
         }
     }

 }

 @media (max-width: 500px) {
     .poster-img-title-box {
         position: relative;
         height: 96px;
         display: flex;
         background-color: #141414;
         border-radius: 0.3rem;
         align-items: center;
         overflow: hidden;
         gap: 0.5rem;
         cursor: pointer;
         animation: 0.5s ease-in-out 0s 1 normal backwards running slideUp;
         transition: background-color ease-in-out, margin-left 0.2s ease-in-out, filter 0.2s ease-in-out;
     }

     .iNnHou-right {
         position: relative;
         z-index: 1;
         background-color: rgba(85, 85, 85, .1);
         width: 68px;
         height: 96px;
         object-fit: cover;
         border-radius: 0.3rem;
         box-shadow: 0 0 10px rgba(0, 0, 0, .6);
         opacity: 1;
         transition: opacity 0.3s ease-in-out;
     }

     .poster-right-title-new {
         overflow: hidden;
         display: -webkit-box;
         -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
         font-size: 16px;

     }


     .poster-right-title-new {

         font-size: 16px;

     }

     .PosterbadgeNew {
         font-size: 12px;
     }

     .watching-box {
         border-radius: 4.8px;
         border: 1px solid rgba(245, 245, 245, .1);
         width: 238px !important;
         margin-right: 14px;
     }

     .watch-card {
         flex: 0 0 auto;
         width: 238px !important;
         scroll-snap-align: start;
         height: 134px;
     }
     @media (max-width: 500px) {
        .continue-watching-section-history {
          grid-template-columns: 1fr;
        }
        .continue-watching-section-history .watch-card {
            width: 100% !important;
        }
        .continue-watching-section-history .watching-box {
            border-radius: 4.8px;
            border: 1px solid rgba(245, 245, 245, .1);
            width: 100% !important;
        }
      }
      
 }

 .flex-layout {
     display: flex;
     gap: 2rem;
     padding: 1rem 5px;
 }

 .left-content {
     flex: 1;
     /* Takes remaining space */
     min-width: 0;
 }

 .right-sidebar {
     width: 24rem;
 }

 @media (max-width: 992px) {

     .flex-layout {
         display: grid;
     }

     .poster-box-inner-2 {
         width: 100%;

     }

     .topAiringRigth {
         width: 100%;

     }

     .right-sidebar {
         width: 100%;
     }
 }

 .card-grid-poster {
     margin: 0 auto;
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
     grid-template-rows: auto;
     gap: 2rem;
     transition: 0s;
 }

 @media (max-width: 1440px) {
     .card-grid-poster {
         gap: 1.5rem;
         grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
     }
 }

 @media (max-width: 1199px) {
     .fPulMr {
         gap: 1.5rem;
         grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
     }
 }


 @media (max-width: 1000px) {
     .card-grid-poster {
         gap: 1.5rem;
     }
 }

 @media (max-width: 800px) {
     .card-grid-poster {
         grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
         gap: 1rem;
     }
 }

 @media (max-width: 450px) {
     .card-grid-poster {
         grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
         gap: 0.8rem;
     }
 }

 .card-wrapper-poster {
     display: block;
     color: white;
     text-decoration: none !important;
     width: 100%;
 }

 .card-item-poster {
     border-radius: 12px;
     transition: 0.2s ease-in-out;
 }

 .image-wrapper-posterNew {
     transition: 0.2s ease-in-out;
 }

 @media (min-width: 501px) {
     .image-wrapper-posterNew:hover {
         transform: translateY(-5px);
     }
 }

 .anime-image-poster {
     position: relative;
     overflow: hidden;
     border-radius: 5px;
     padding-top: calc(100% * 184 / 133);
     background: #1a1a1a;
     box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
 }

 .img-container-poster {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .img-container-poster img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     border-radius: 5px;
     transition: filter 0.3s ease-in-out;
 }

 .play-icon-poster {
     position: absolute;
     top: 50%;
     left: 50%;
     color: #fff;
     font-size: 32px !important;
     transform: translate(-50%, -50%);
     opacity: 0;
     transition: opacity 0.3s ease;
     z-index: 1;
 }

 .img-container-poster:hover img {
     filter: brightness(0.5);
 }

 .img-container-poster:hover .play-icon-poster {
     opacity: 1;
 }

 .img-detail {
     position: absolute;
     bottom: 0;
     left: 0;
     margin: 0.25rem;
     padding: 0.2rem 0.4rem;
     font-size: 0.8rem;
     font-weight: bold;
     color: #fff;
     background-color: rgba(0, 0, 0, 0.6);
     border-radius: 8px;
     backdrop-filter: blur(10px);
 }

 .title-container-poster {
     display: flex;
     align-items: center;
     gap: 0.4rem;
     padding: 0.5rem;
     margin-top: 0.35rem;
     border-radius: 8px;
     cursor: pointer;
     transition: background 0.2s ease;
 }

 .title-container-poster:hover {
     background: rgba(255, 255, 255, 0.08);
 }

 .status-indicator {
     min-width: 10px;
     min-height: 10px;
     border-radius: 50%;
     background-color: limegreen;
 }

 .title-posterNew {
     margin: 0;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     color: #eee;
     font-size: 12px;
     font-weight: bold;
 }

 @media (max-width: 500px) {
     .title-posterNew {
         font-size: 1rem;
     }

 }

 .card-details-poster {
     display: flex;
     align-items: center;
     font-size: 1rem;
     font-weight: bold;
     color: rgba(130, 130, 130, 0.8);
     gap: 0.5rem;
     margin: 0.15rem 0;
 }

 .card-details-poster i {}

 .card-details-poster span {
     background-color: rgba(85, 85, 85, .1);
     padding: 3.2px;
     display: flex;
     justify-content: center;
     align-items: center;
     height: 16px;
     border-radius: 4.8px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .card-details-poster a {
     background-color: rgba(85, 85, 85, .1);
     color: rgba(102, 102, 102, 0.65) !important;
     padding: 1px 2px;
     display: flex;
     justify-content: center;
     align-items: center;
     height: 16px;
     border: 0.3rem;
     text-decoration: none;
 }

 /* poster style  */

 .newWraper2025 {
     max-width: 1672px;
     margin: auto;
 }

 .flex-layoutView {
     display: flex;
     gap: 1rem;
     padding: 1rem 5px;
 }

 .left-contentView {
     flex: 1;
     min-width: 0;
 }

 .outerStyleForMovie {
     background-color: #0e0e0e;
 }

 .border2025 {
     border: 1px solid rgba(245, 245, 245, .1);
     border-radius: 0.3rem;

 }

 .viewPageStyle-left {
     width: 168px !important;
 }

 .viewPageStyle-right {
     flex: 1 !important;
     padding-left: 10px !important;
 }

 .downloadPageBtnNew {
     background-color: #080808;
     color: white;
     font-size: 13.3px;
     width: 100%;
     cursor: pointer;
     padding: 5px 0;
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 5px;
 }

 .downloadPageBtnNew:hover {
     background-color: rgba(128, 128, 207, 0.25);
     color: #8080cf;
     font-size: 13.3px;
     width: 100%;
     cursor: pointer;
     padding: 5px 0;
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 5px;
 }

 .downloadPageBtnNew.active {
     background-color: #8080cf !important;
     color: #21215b;
     width: 100%;
     font-weight: bold;
 }

 .outerStyle {
     padding: 0.75rem;
     background-color: #0e0e0e;
     border-radius: 0.3rem;
 }


 .right-sidebar-View {
     width: 384px;
 }

 .newbtn2025 {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 0.25rem;
     border: none;
     border-radius: 0.3rem;
     background-color: #080808;
     padding: 0.6rem;
     cursor: pointer;
     font-size: 12.8px;
     font-weight: 500;
     font-family: inherit;
     outline: 1px solid rgba(245, 245, 245, .1);
     color: #e8e8e8;
 }

 .downlaodSubH {
     font-size: 13.6px !important;
     font-weight: bold;
 }

 .newbtn2025:hover {
     color: #8080cf !important;
     background-color: rgba(128, 128, 207, 0.25) !important;
     outline: 1px solid #8080cf !important;
     text-decoration: none !important;
 }

 .gap-10New {
     gap: 10px;
 }

 .borderRadius {
     border-radius: 0.3rem;
 }


 /* list style */
 .epiNewCBox {
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
     gap: 0.24rem;
     padding: 0.4rem;
     overflow-y: auto;
     flex-grow: 1;
 }

 .episodeListNew-card {
     display: flex;
     background-color: #141414;

     color: white;
     border-radius: 0.3rem;
     overflow: hidden;
     max-width: 700px;
     box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
     cursor: pointer;
     max-height: 120px;
     height: 100%;
     transform: scale(0.98);
     transition: padding 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, transform 0.25s ease-in-out;
     animation: 0.3s ease-in-out 0s 1 normal none running fadeIn;
 }

 .episodeListNew-card.active {
     display: flex;
     background-color: #333382;
     color: white;
     border-radius: 0.3rem;
     overflow: hidden;
     max-width: 700px;
     box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
     cursor: pointer;
     max-height: 120px;
     height: 100%;
     transform: scale(0.98);
     transition: padding 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, transform 0.25s ease-in-out;
     animation: 0.3s ease-in-out 0s 1 normal none running fadeIn;
 }

 .episodeListNew-card:hover {
     background-color: #292929;
     filter: brightness(1.05);
     color: rgb(255, 255, 255);
     transform: scale(1);
     box-shadow: 0px 0px 5px rgba(0, 0, 0, .6);
     outline: rgb(255, 255, 255) solid 1px;
 }



 .thumbnail-containerNew {
     position: relative;
     flex: 0 0 150px;
 }

 .thumbnail-containerNew img {
     width: 150px;
     height: 100px;
     object-fit: cover;
     display: block;
     border-radius: 6px;
 }

 .episodeListNew-badge {
     position: absolute;
     bottom: 8px;
     left: 8px;
     background-color: rgba(0, 0, 0, 0.7);
     color: white;
     font-weight: bold;
     font-size: 0.75rem;
     padding: 0.25rem 0.5rem;
     border-radius: 4px;
 }

 .episodeListNew-info {
     flex: 1;
     padding: 0 1rem;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
 }

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

 .episodeListNew-title {
     font-size: 10.4px;
     font-weight: 400;
     color: #696969;
     display: -webkit-box;
     -webkit-line-clamp: 4;
     /* 👈 Only show 4 lines */
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     line-height: 13.8px;
 }

 .borderB-1 {

     height: 1px;
     background-color: rgba(245, 245, 245, .1) !important;
 }

 /* .episodeListNew-title.active {
    font-size: 1.1rem;
    font-weight: 500;
    color: #ffffff;
} */

 .episodeListNew-titleOne {
     font-size: 14px;
     font-weight: 500;
     color: #696969;
     display: -webkit-box;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
 }

 .episodeListNew-card:hover .episodeListNew-titleOne,
 .episodeListNew-card.active .episodeListNew-titleOne {
     font-size: 14px;
     font-weight: 400;
     color: #ffffff;
     display: -webkit-box;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
 }



 .episodeListNew-card.active .episodeListNew-title {
     color: #040439;
     line-height: 12.8px;

 }

 .episodeListNew-card.active .episodeListNew-date {
     color: #ffffff;

 }

 .epsHeader {
     position: sticky;
     top: 0px;
     z-index: 99;
 }


 .iconsNewList {
     display: flex;
     gap: 0.5rem;
     font-size: 0.9rem;
     opacity: 0.8;
 }

 .episodeListNew-desc {
     font-size: 10px;
     color: #696969;
     line-height: 1.4;

 }

 .episodesBox {
     max-height: 700px;
     overflow-y: scroll;
 }


 .episodeListNew-date {
     font-size: 0.8rem;
     color: #bbb;
     text-align: right;
 }

 @media (max-width: 992px) {

     .flex-layout {
         display: grid;
     }

     .flex-layoutView {
         display: grid;

     }

     .right-sidebar-View {
         width: 100%;
     }

     .epiNewCBox {
         display: grid;
         grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
         gap: 0.24rem;
         padding: 0.4rem;
         overflow-y: auto;
         flex-grow: 1;
     }

     .episodesBox {
         max-height: 310px;
         overflow-y: scroll;
     }
 }

 @media (max-width: 768px) {
     .control-btn-view-link {
         background-color: #141414;
         color: #aaa !important;
         border: none;
         padding: 2px 4px;
         margin-right: 5px;
         border-radius: 0.3rem;
         transition: all 0.2s ease-in-out;
         font-size: 12.8px;
         cursor: pointer;
         font-weight: 400;
         text-decoration: none;
         /* height: auto; */
     }

     .mt2025 {
         margin-top: 4px;
     }

 }



 @media (max-width: 500px) {
     .right-sidebar-View {
         width: 100%;
     }

     .viewPageStyle-left {
         width: 136px !important;
     }

     .viewTextStyle {
         font-size: 20px;
     }

     .control-btn-view-link {
         background-color: #141414;
         color: #aaa !important;
         border: none;
         padding: 2px 4px;
         margin-right: 4px;
         border-radius: 0.3rem;
         transition: all 0.2s ease-in-out;
         font-size: 12px;
         cursor: pointer;
         font-weight: 400;
         text-decoration: none;
         height: auto;
     }


 }