/*
Theme Name: ArabSeed
Theme URL: https://NexrGen.com/
Author: NexrGen Team
Author URI: https://NexrGen.com/
Text Domain: arabseed
This Theme Designed By NexrGen
Description: ArabSeed cinematic Arabic movies and series theme.
Version: 2.0.0
*/
:root {
    --arabseed-bg: #161622;
    --arabseed-section: #1B1D2B;
    --arabseed-header: #222638;
    --arabseed-surface: #35384D;
    --arabseed-control: #354068;
    --arabseed-control-hover: #3B4970;
    --arabseed-border: #505462;
    --arabseed-accent: #F3B626;
    --arabseed-accent-active: #F1C82E;
    --arabseed-text: #FFFFFF;
    --arabseed-muted: #C4C4C6;
    --arabseed-accent-text: #161622;
    --arabseed-overlay-light: rgba(22, 22, 34, 0.55);
    --arabseed-overlay: rgba(22, 22, 34, 0.75);
    --arabseed-overlay-strong: rgba(22, 22, 34, 0.90);
    --arabseed-subtle-border: rgba(255, 255, 255, 0.12);
    --arabseed-navy: var(--arabseed-header);
    --arabseed-violet: var(--arabseed-control);
    --arabseed-violet-hover: var(--arabseed-control-hover);
    --arabseed-red: var(--arabseed-accent);
    --arabseed-red-hover: var(--arabseed-accent-active);
    --arabseed-yellow: var(--arabseed-accent);
    --arabseed-dark-overlay: var(--arabseed-overlay);
    --arabseed-brand-red: #ff433d;
    --arabseed-header-height: 92px;
    --arabseed-page-gutter: clamp(28px, 2.5vw, 48px);
    --arabseed-radius: 16px;
    --arabseed-font-nav: 16px;
    --arabseed-font-body: 15px;
    --arabseed-font-section-title: clamp(23px, 1.45vw, 26px);
    --arabseed-font-card-title: clamp(21px, 1.25vw, 24px);
    color-scheme: dark;
}
/****** Reset *******/
* {
    outline: 0;
    padding: 0;
    margin: 0;
    font-style: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
}
h4, h5, h6, h1, h2, h3, ul, li{
    margin: 0px;
    font-family: FontMedium;
}
a{
    text-decoration: none;
    color: #fff;
    font-family: FontMedium;
}
a:focus, a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}
button , input {
    font-family: FontMedium;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.container {
    margin: 0 auto;
    max-width: 1200px;
}
@media(min-width: 1440px){
    .container {
        max-width: 1400px;
    }
}
body {
    font-family: 'FontMedium';
    font-size: 1.2vw;
    color: #fff;
    background-color: var(--arabseed-bg);
    -webkit-animation: fadein 2s;
    animation: fadein 2s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -ms-user-select: none;
}
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5vw 2.344vw;
    width: 100%;
    z-index: 10;
}
header img {
    width: 9.5124vw;
}
header i {
    font-size: 1.4952vw;
    padding: 0 1vw 0 0;
    cursor: pointer;
}
header ul {
    padding: 0 1.5vw;
}
header ul li {
    display: inline-block;
    padding: 0 0.8vw;
}
header ul li:hover a {
    color: var(--arabseed-red)
}
header form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20vw;
    margin-right: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header form input {
    width: 0;
    padding: 0;
    border: 0;
    background: var(--arabseed-text);
    font-family: 'FontMedium';
    font-size: 1.0vw;
    border-radius: 0.2457vw;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
header form.active input {
    width: 100%;
    padding: 0.25vw;
}
main-slider {
    display: block;
    direction: ltr;
    overflow: hidden;
    margin: 0 0 -12vw;
}
main-slider .owl-item {
    position: relative;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
main-slider .owl-item .item {
    position: relative;
    height: 55.781vw;
    direction: rtl;
}
main-slider .owl-item .item figure:not(ul figure)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(var(--arabseed-overlay), rgba(22, 22, 34, 0) 10%, rgba(22, 22, 34, 0) 70%, var(--arabseed-bg)), linear-gradient(90deg, rgba(22, 22, 34, 0), rgba(22, 22, 34, 0) 50%, var(--arabseed-overlay-strong));
}
main-slider .owl-item .item img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
main-slider .owl-item .item i {
    font-size: 1.563vw;
    padding: 0 0 0 0.5vw;
    vertical-align: middle;
}
main-slider .owl-item .item article {
    width: 32vw;
    padding: 7.422vw 2.344vw;
    font-size: 0.99vw;
}
main-slider .owl-item .item article ul.btns {
    display: flex
;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 2vw 0px 0px;
    text-align: center;
    gap: 0.8vw;
}
main-slider .owl-item .item article ul img {
    position: unset;
    display: block;
    width: auto;
    max-width: 100%;
    height: 11.719vw;
    margin: 0 0 1.0vw 0;
}
main-slider .owl-item .item article span[aria-label="comment"] {
    display: block;
    padding: 1.2vw 0 0 0;
    font-size: 1.2vw;
}
main-slider .owl-item .item article span[aria-label="comment"] em {
    border-right: 0.25vw solid var(--arabseed-red);
    padding: 0 0.5vw;
}
main-slider .owl-item .item article ul li {
    display: inline-block;
}
main-slider .owl-item .item article ul li p {
    font-size: 0.938vw;
    text-align: justify;
    color: var(--arabseed-muted);
    padding: 1.5vw 0;
}
main-slider .owl-item .item article ul.btns li {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    cursor: pointer;
    border: 0.078vw solid var(--arabseed-accent);
    background: var(--arabseed-accent);
    color: var(--arabseed-accent-text);
    overflow: hidden;
    border-radius: 100px;
}
main-slider .owl-item .item article ul:nth-of-type(3) li a {
    display: block;
    padding: 0.625vw 0;
}
main-slider .owl-item .item article ul.btns li:not(:last-child) a {
    color: var(--arabseed-accent-text);
}
main-slider .owl-item .item article ul:nth-of-type(3) li:last-child {
    padding: 0.625vw 0;
    margin: 0;
    background: var(--arabseed-control);
    border: 0.078vw solid var(--arabseed-border);
    color: var(--arabseed-text);
}
main-slider .owl-item .item article ul:nth-of-type(3) li.remove {
    color: var(--arabseed-text);
    background: var(--arabseed-control-hover);
}
main-slider .owl-item .item article ul li:not(:first-child):not(:last-child):after {
    content: "";
    display: inline-block;
    padding: 0.2em;
    margin: 0px 0.481vw;
    background: var(--arabseed-muted);
    border-radius: 100px;
}
main-slider .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -16.8vw;
    padding: 0vw 5vw;
    -webkit-animation: fadein 2s;
    animation: fadein 2s;
}
main-slider .owl-dot {
    cursor: pointer;
}
main-slider .owl-dot img {
    max-width: 8.5vw;
    height: 3.7vw;
    -webkit-filter: drop-shadow(2px 4px 6px var(--arabseed-overlay-light));
    filter: drop-shadow(2px 4px 6px var(--arabseed-overlay-light));
}
main-slider .owl-dot:after {
    content: "";
    display: block;
    width: 0vw;
    height: 0.156vw;
    margin: 0 auto;
    background-color: var(--arabseed-red);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
main-slider .owl-dot.active:after {
    width: 3.75vw;
}
section {
    position: relative;
    padding: 0 2.344vw 1.5vw;
    overflow: hidden;
}
section span:not([aria-label]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1vw 0;
    font-family: 'FontMedium';
    font-size: 1.5625vw;
}
section span em {
    color: #ffffff;
    font-size: 1.214vw;
    padding: 0vw 0.781vw;
    margin: 0 auto 0 0;
    border-radius: 3.906vw;
    background: var(--arabseed-control);
}
section span em:not(:last-child) {
    color: var(--arabseed-accent-text);
    padding: 0vw 0.938vw;
    margin-right: 0.391vw;
    line-height: 1.2;
    border-radius: 0.781vw 0vw;
    background: var(--arabseed-yellow);
}
section ul[aria-label="platforms"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section ul[aria-label="platforms"] li {
    flex: 1;
    background: linear-gradient(0deg, rgba(22, 22, 34, 0),var(--arabseed-overlay-strong) );
    height: 9.457vw;
    border-radius: 0.625vw 0.625vw 0;
    overflow: hidden;
}
section ul[aria-label="platforms"] li:not(:last-child) {
    margin: 0 0 0 0.5vw;
}
section ul[aria-label="platforms"] li a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
}
section .owl-item img {
        border-radius: 0.8vw;
}
section .owl-item {
    position: relative;
    display: inline-block;
    border-radius: .8vw;
    height: 22.457vw;
    opacity: 0;
    -webkit-transition: opacity .75s linear, 0.5s, -webkit-transform .3s ease;
    transition: opacity .75s linear, 0.5s, -webkit-transform .3s ease;
    -o-transition: opacity .75s linear, 0.5s, transform .3s ease;
    transition: opacity .75s linear, 0.5s, transform .3s ease;
    transition: opacity .75s linear, 0.5s, transform .3s ease, -webkit-transform .3s ease;
}
section .owl-item.active {
    opacity: 1;
}
section .owl-prev,
.owl-next {
    position: absolute;
    top: 2.5vw;
    bottom: 2.5vw;
    right: 0;
    color: #ffffff;
    cursor: pointer;
    padding: 0.5vw;
    font-size: 3.916vw;
    background: none;
    border: none;
}
section .owl-next {
    left: 0;
    right: unset;
}
section .owl-prev.disabled,
.owl-next.disabled {
    color: var(--arabseed-muted);
}
.owl-nav.disabled {
    display: none;
}
section .owl-item:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
section .owl-item:hover img {
    -webkit-filter: brightness(0.5) opacity(0.8);
    filter: brightness(0.5) opacity(0.8);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
section .owl-item:hover ul {
    opacity: 0;
    -webkit-transition: opacity .75s linear, 0.5s;
    -o-transition: opacity .75s linear, 0.5s;
    transition: opacity .75s linear, 0.5s;
}
section .owl-item:hover ul:not(:nth-of-type(1)) {
    opacity: 1;
    -webkit-transition: opacity .75s linear, 0.5s;
    -o-transition: opacity .75s linear, 0.5s;
    transition: opacity .75s linear, 0.5s;
}
section .owl-item ul:not(:nth-of-type(1)) {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5vw;
    font-size: 0.9vw;
    opacity: 0;
    z-index: 10;
}
section .owl-item ul:not(:nth-of-type(1)) li:not([aria-label="title"],
[aria-label="play"]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: var(--arabseed-text);
    padding: 0.3vw;
    margin: 1.114vw 0.2vw 0;
    font-size: 0.8vw;
    line-height: 1;
    background: var(--arabseed-control);
    border-radius: 2vw;
}
section .owl-item ul:not(:nth-of-type(1)) li[aria-label="title"],
li[aria-label="play"] {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    color: #ffffff;
    margin: 0;
    font-size: 1.5vw;
    text-align: center;
    background: none;
}
section .owl-item li i {
    width: 4vw;
    height: 4vw;
    font-size: 1.5vw;
    line-height: 4vw !important;
    background: var(--arabseed-accent);
    color: var(--arabseed-accent-text);
    border-radius: 2vw;
}
section .owl-item ul:not(:nth-of-type(1)) li[aria-label="title"] em {
    display: block;
    color: var(--arabseed-muted);
    font-size: 1.001vw;
}
section .owl-item li[aria-label="ribbon"]:nth-of-type(1) {
    position: absolute;
    width: 14.42vw;
    top: 1.6vw;
    left: -4.5vw;
    z-index: 10;
    line-height: 2vw;
    text-align: center;
    background: linear-gradient(45deg,var(--arabseed-violet),var(--arabseed-violet-hover));
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
li[aria-label="ribbon"]:first-child {
    top: 0.4vw !important;
}
li[aria-label="ribbon"] {
    --f: 10px;
    --r: 5px;
    position: absolute;
    padding-inline: 10px;
    border-bottom: var(--f) solid var(--arabseed-overlay-light);
    color: #fff;
    border-radius: 10px 0 0 0;
    left: -10.2px !important;
    border-right: var(--r) solid rgba(22, 22, 34, 0);
    clip-path: polygon(100% 0, 0 0, 0 calc(100% - var(--f)), var(--f) 100%, var(--f) calc(100% - var(--f)), 100% calc(100% - var(--f)), calc(100% - var(--r)) calc(50% - var(--f) / 2));
    width: auto !important;
    transform: none !important;
}

section .owl-item li[aria-label="ribbon"]:nth-of-type(2) {
    position: absolute;
    width: 15.42vw;
    top: 3vw;
    left: -3vw;
    z-index: 10;
    line-height: 2vw;
    text-align: center;
    background: linear-gradient(45deg,var(--arabseed-violet),var(--arabseed-violet-hover));
    transform: rotate(-40deg);
}
section .owl-item li[aria-label="episode"] {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    font-size: 2vw;
    text-align: center;
    background-image: linear-gradient(to right, rgba(22, 22, 34, 0), var(--arabseed-bg));
}
section .owl-item li[aria-label="episode"] em {
    display: block;
    padding: 3px 0.6vw;
    font-size: 1vw;
    background:  linear-gradient(45deg,var(--arabseed-violet),var(--arabseed-violet-hover));
    border-radius: 8px 0 0 8px;
    color: #fff;
}
.owl-dots {
    display: none !important;
}
section .owl-item li[aria-label="age"] {
    position: absolute;
    bottom: 0.8vw;
    left: 0px;
    z-index: 10;
    font-size: 1.6vw;
    line-height: 1;
    padding: 0.3vw 0.5vw 0.18vw 0.2vw;
    border-radius: 0px 5vw 5vw 0px;
    background: var(--arabseed-control);
    color: var(--arabseed-text);
}
section .owl-item li[aria-label="year"] {
    position: absolute;
    top: 0.8vw;
    right: 0.5vw;
    z-index: 10;
    padding: 0.25vw 0.5vw 0vw;
    color: var(--arabseed-bg);
    line-height: 1;
    border-radius: 5vw;
    background: var(--arabseed-yellow);
}
section[aria-label="posts"] {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.0vw 1fr 1.0vw 1fr 1.0vw 1fr 1.0vw 1fr 1.0vw 1fr;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 1.0vw;
    grid-row-gap: 1.5vw;
    padding: 0 2.344vw 1.5vw;
    overflow: visible;
}
section[aria-label="posts"] > article[aria-label="post"] {
    min-width: 0;
}
ul[aria-label="pagination"] {
    padding: 2.344vw 1.5vw;
    text-align: center;
}
ul[aria-label="pagination"] li {
    display: inline-block;
}
ul[aria-label="pagination"] a,ul[aria-label="pagination"] span {
    color: #fff;
    padding: 0.50vw .825vw;
    margin: 0 0 0 0.5vw;
    font-size: 1.2vw;
    background: var(--arabseed-control);
    border-radius: 0.5vw;
}
ul[aria-label="pagination"] li.active a , ul[aria-label="pagination"] span.current {
    background: var(--arabseed-red);
    color: var(--arabseed-accent-text);
}
article[aria-label="post"] img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.8vw;
}
article[aria-label="post"] {
    position: relative;
    aspect-ratio: 2 / 3;
    height: auto;
    overflow: hidden;
    border-radius: .8vw;
    -webkit-transition: opacity .75s linear, 0.5s, -webkit-transform .3s ease;
    transition: opacity .75s linear, 0.5s, -webkit-transform .3s ease;
    -o-transition: opacity .75s linear, 0.5s, transform .3s ease;
    transition: opacity .75s linear, 0.5s, transform .3s ease;
    transition: opacity .75s linear, 0.5s, transform .3s ease, -webkit-transform .3s ease;
}
article[aria-label="post"] .arabseed-card {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
}
article[aria-label="post"]:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
main article ul.btns li:last-child i {
    padding: 0px;
    padding-right: 14px;
}
article[aria-label="post"]:hover img {
    -webkit-filter: brightness(0.5) opacity(0.8);
    filter: brightness(0.5) opacity(0.8);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
article[aria-label="post"]:hover ul {
    opacity: 0;
    -webkit-transition: opacity .75s linear, 0.5s;
    -o-transition: opacity .75s linear, 0.5s;
    transition: opacity .75s linear, 0.5s;
}
article[aria-label="post"]:hover ul:not(:nth-of-type(1)) {
    opacity: 1;
    -webkit-transition: opacity .75s linear, 0.5s;
    -o-transition: opacity .75s linear, 0.5s;
    transition: opacity .75s linear, 0.5s;
}
article[aria-label="post"] ul:not(:nth-of-type(1)) {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5vw;
    font-size: 0.9vw;
    opacity: 0;
    z-index: 10;
}
article[aria-label="post"] ul:not(:nth-of-type(1)) li:not([aria-label="title"],
[aria-label="play"]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: var(--arabseed-text);
    padding: 0.3vw;
    margin: 1.114vw 0.2vw 0;
    font-size: 0.8vw;
    line-height: 1;
    background: var(--arabseed-control);
    border-radius: 2vw;
}
article[aria-label="post"] ul:not(:nth-of-type(1)) li[aria-label="title"],
li[aria-label="play"] {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    color: #ffffff;
    margin: 0;
    font-size: 1.5vw;
    text-align: center;
    background: none;
}
article[aria-label="post"] li i {
    width: 4vw;
    height: 4vw;
    font-size: 1.5vw;
    line-height: 4vw !important;
    background: var(--arabseed-red);
    color: var(--arabseed-accent-text);
    border-radius: 2vw;
}
article[aria-label="post"] ul:not(:nth-of-type(1)) li[aria-label="title"] em {
    display: block;
    color: var(--arabseed-muted);
    font-size: 1.001vw;
}
article[aria-label="post"] li[aria-label="ribbon"]:nth-of-type(1) {
    position: absolute;
    top: 1.6vw;
    left: -4.5vw;
    width: 14.42vw;
    line-height: 2vw;
    text-align: center;
    background: var(--arabseed-violet);
    z-index: 10;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
article[aria-label="post"] li[aria-label="ribbon"]:nth-of-type(2) {
    position: absolute;
    width: 15.42vw;
    top: 3vw;
    left: -3vw;
    z-index: 10;
    line-height: 2vw;
    text-align: center;
    background: linear-gradient(45deg,var(--arabseed-violet),var(--arabseed-violet-hover));
    transform: rotate(-40deg);
}
article[aria-label="post"] li[aria-label="episode"] {
    position: absolute;
    bottom: 0;
    font-size: 2.0vw;
    text-align: center;
    z-index: 10;
    background-image: linear-gradient(to right, rgba(22, 22, 34, 0), var(--arabseed-bg));
}
article[aria-label="post"] li[aria-label="episode"] em {
    display: block;
    padding: 3px 0.6vw;
    font-size: 1vw;
    background: var(--arabseed-control);
    border-radius: 8px 0 0 8px;
    color: #fff;
}
article[aria-label="post"] li[aria-label="age"] {
    position: absolute;
    bottom: 0.8vw;
    left: 0px;
    z-index: 10;
    font-size: 1.6vw;
    line-height: 1;
    padding: 0.3vw 0.5vw 0.18vw 0.2vw;
    border-radius: 0px 5vw 5vw 0px;
    background: var(--arabseed-control);
    color: var(--arabseed-text);
}
article[aria-label="post"] li[aria-label="year"] {
    position: absolute;
    top: 0.8vw;
    right: 0.5vw;
    z-index: 10;
    padding: 0.25vw 0.5vw 0vw;
    color: var(--arabseed-bg);
    line-height: 1;
    border-radius: 5vw;
    background: var(--arabseed-yellow);
}
main figure {
    position: absolute;
    width: 100%;
    height: 55.781vw;
}
main figure img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 22, 34, 0)), color-stop(20%, var(--arabseed-bg)));
    -webkit-mask-image: linear-gradient(to top, rgba(22, 22, 34, 0) 0%, var(--arabseed-bg) 20%);
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    object-fit: cover;
}
main figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(var(--arabseed-overlay), rgba(22, 22, 34, 0) 10%, rgba(22, 22, 34, 0) 70%, var(--arabseed-bg)), linear-gradient(90deg, rgba(22, 22, 34, 0), rgba(22, 22, 34, 0) 50%, var(--arabseed-overlay-strong));
}
main span {
    display: block;
    padding: 2vw 2.344vw 0 0;
}
main span em {
    border-right: 0.25vw solid var(--arabseed-red);
    padding: 0 0.5vw;
}
span[aria-label="age"] em {
    border: 1px dashed var(--arabseed-red);
    padding: 0;
    border-radius: 45px;
    width: 36px;
    height: 36px;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
}
main article {
    width: 30vw;
    padding: 7.422vw 2.344vw 0;
    font-size: 0.99vw;
}
main article li {
    position: relative;
    display: inline-block;
}
main article p {
    color: var(--arabseed-muted);
    font-size: 0.938vw;
    text-align: justify;
    padding: 1.5vw 0;
}
main i {
    font-size: 1.563vw;
    padding: 0 0 0 0.5vw;
}
main article ul img {
    position: unset;
    display: block;
    width: auto;
    max-width: 100%;
    height: 11.719vw;
    margin: 0 0 1.0vw 0;
}
main article ul.btns {
    display: flex
;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 2vw 0px 0px;
    text-align: center;
    gap: 0.8vw;
}
main article ul.btns li {
    position: relative;
    -webkit-box-flex: 1;
    cursor: pointer;
    border: 1px solid var(--arabseed-accent);
    border-radius: 104px;
    background: var(--arabseed-accent);
    color: var(--arabseed-accent-text);
    overflow: hidden;
    width: 100%;
    font-size: 1.3vw;
    white-space: nowrap;
    line-height: 120%;
    margin: 0px;
    font-weight: 700;
    height: 3vw;
    flex: 1 1 auto;
}
main article ul.btns li a {
    display: block;
    padding: 0.625vw 0px;
}
main article ul.btns li:not(:last-child) a {
    color: var(--arabseed-accent-text);
}
main article ul.btns li:last-child {
    display: block;
    padding: 0.65vw 0px;
    background: var(--arabseed-control);
    width: 3vw;
    color: var(--arabseed-text);
    border-radius: 50%;
    line-height: 20px;
    margin: 0px;
    font-weight: 700;
    height: 3vw;
    min-width: 3vw;
    border: 1px solid var(--arabseed-border) !important;
}
main article ul.btns li:last-child i {
    padding: 0px;
}
main span {
    display: block;
    padding: 2vw 2.344vw 0px 0px;
}
.fa, .fal, .fas {
    vertical-align: middle;
}
main article ul:nth-of-type(4) li.remove {
    color: var(--arabseed-text);
    background: var(--arabseed-control-hover);
}
main article ul li:not(:first-child):not(:last-child):after {
    content: "";
    display: inline-block;
    padding: 0.2em;
    margin: 0px 0.481vw;
    background: var(--arabseed-muted);
    border-radius: 50%;
}
main section[aria-label="details"] {
    padding: 3.2vw 2.344vw;
}
main section[aria-label="seasons"] {
    position: relative;
    padding: 2vw 2.344vw 0;
    overflow: visible;
    width: 30vw;
}
main span[aria-label="season-title"] {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    padding: 0.521vw 0.8vw;
    border: 1px solid var(--arabseed-border);
    backdrop-filter: blur(15px);
    border-radius: 100px;
}
main span[aria-label="season-title"] p {
    font-size: 1.0vw;
    padding: 0 0.5vw;
}
main span[aria-label="season-title"]:after {
    content: "";
    margin: 0 auto 0 0;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
    border-top: 0.4em solid rgb(255, 255, 255);
    -webkit-transition: -webkit-transform 0.2s linear 0s;
    transition: -webkit-transform 0.2s linear 0s;
    -o-transition: transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
main span[aria-label="season-title"].active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
main section[aria-label="seasons"] em {
    color: var(--arabseed-muted);
    float: left;
}
main section[aria-label="seasons"] ul li.active em {
    color: var(--arabseed-red);
}
main section[aria-label="seasons"] ul {
    display: none;
    position: absolute;
    left: 2.344vw;
    right: 2.344vw;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    margin: 0.5vw 0;
    border: 1px var(--arabseed-border) solid;
    border-radius: 0.625vw;
    -webkit-backdrop-filter: blur(1.5vw);
    backdrop-filter: blur(1.5vw);
    z-index: 20;
}
main section[aria-label="seasons"] ul.active {
    display: block;
}
main section[aria-label="seasons"] ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.6vw;
}
main section[aria-label="seasons"] ul li a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
main section[aria-label="seasons"] ul li:hover {
    background: var(--arabseed-control-hover);
}
main section[aria-label="seasons"] ul li.active a {
    color: var(--arabseed-red);
}
main section[aria-label="details"] ul:not(.tabcontent) {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
main section[aria-label="details"] ul:not(.tabcontent):nth-of-type(1):after {
    content: '';
    position: absolute;
    bottom: 0.05vw;
    width: 100%;
    border-bottom: 0.15vw solid var(--arabseed-border);
    z-index: -1;
}
main section[aria-label="details"] ul:not(.tabcontent) li {
    color: var(--arabseed-muted);
    cursor: pointer;
    padding: 0.625vw 0;
    margin: 0 0 0 2.344vw;
    font-size: 1.40625vw;
}
main section[aria-label="details"] ul:not(.tabcontent) li.active {
    color: var(--arabseed-red) !important;
    border-bottom: .28vw solid var(--arabseed-red) !important;
}
main section[aria-label="details"] ul:not(.tabcontent) li:not(.active):after {
    content: '';
    display: block;
    position: relative;
    top: 0.651vw;
    width: 0vw;
    height: 0.2vw;
    margin: auto;
    background: transparent;
    -webkit-transition: width .5s ease, background-color .5s ease;
    -o-transition: width .5s ease, background-color .5s ease;
    transition: width .5s ease, background-color .5s ease;
}
main section[aria-label="details"] li:not(.tabcontent):not(.active):hover:after {
    width: 100%;
    background: var(--arabseed-muted);
}
ul.tabcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1vw 0 0;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
ul#details {
    justify-content: flex-start;
}
#details li:first-child {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}
#details li:not(:first-child) {
    margin: 2vw 0 0 5vw;
    text-align: justify;
}
#details strong {
    display: block;
    font-family: 'FontMedium';
}
#details a,
p {
    color: var(--arabseed-muted);
}
ul.tabcontent:not(.active) {
    display: none;
}
ul.tabcontent li:not(#details li,
#watch li,
#download li,
#episodes li) {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 0 0 23.9%;
    flex: 0 0 23.9%;
    height: 14vw;
    margin: 0.5vw;
}
ul.tabcontent li img[alt="logo"] {
    position: absolute;
    right: 0.5vw;
    bottom: 1.0vw;
    width: 30%;
    height: auto;
    z-index: 10;
    -webkit-mask-image: none;
}
em[aria-label="views"] {
    color: var(--arabseed-text) !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 0.52vw;
    margin: 0.5vw auto;
    text-align: center;
    border-radius: 1vw;
    background: var(--arabseed-control);
}
ul.tabcontent li img {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(var(--arabseed-overlay-light)), color-stop(50%, var(--arabseed-bg)));
    -webkit-mask-image: linear-gradient(to top, var(--arabseed-overlay-light) 0%, var(--arabseed-bg) 50%);
    width: 100%;
    height: 100%;
}
ul.tabcontent li img {
    border-radius: 0.8vw;
}
ul.tabcontent li img:nth-child(2) {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
ul.tabcontent li i:not(#details i,
#download i) {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#watch .wd-play-core i {
    opacity: 1 !important;
}
#watch .wd-play-core {
	width:88px !important;
}
ul.tabcontent li b {
    position: absolute;
    right: 0.8vw;
    top: 0.8vw;
    z-index: 9;
    font-size: 15px;
    background: var(--arabseed-control);
    padding: 5px;
    color: #ffffff;
    line-height: .9;
    font-weight: 400;
}
ul.tabcontent li em {
    position: absolute;
    left: 0.8vw;
    bottom: 0.5vw;
    font-size: 3vw;
    font-family: 'Cima Now kufi';
}
ul.tabcontent li:hover img:nth-child(2) {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
ul.tabcontent li:hover i {
    opacity: 1 !important;
    -webkit-transition: 0.5s !important;
    -o-transition: 0.5s !important;
    transition: 0.5s !important;
}
#watch li:not([aria-label="embed"]) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.5vw;
    margin: 0 0.3vw;
    cursor: pointer;
    font-family: cursive;
    text-align: center;
    background: var(--arabseed-control);
}

#watch li[aria-label="embed"] {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-height: 800px;
    padding: 1vw 0;
    background: none;
}
#watch li.active {
    background: var(--arabseed-red);
    color: var(--arabseed-accent-text);
}
#watch li.active a {
    color: var(--arabseed-accent-text);
}
#download li[aria-label="quality"],
[aria-label="download"] {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 1.5vw 0;
    font-family: cursive;
    background: none;
}
#download li span {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0.2vw;
    margin: 0 0 0.5vw;
    font-family: 'FontMedium';
}
#download li[aria-label="quality"] a {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 0.5vw;
    margin: 0 0 0 1vw;
    text-align: center;
    border-radius: 0.5vw;
    background: var(--arabseed-accent-active);
    color: var(--arabseed-accent-text);
}
#download li[aria-label="download"] a {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 0.6vw 2.3vw;
    margin: 0 0 0 1vw;
    text-align: center;
    border-radius: 0.5vw;
    background: var(--arabseed-accent-active);
    color: var(--arabseed-accent-text);
}
#episodes li {
    width: 4vw;
    text-align: center;
    padding: 1vw 0;
    margin: 0 0 1vw 1vw;
    border-radius: 1vw;
    background: var(--arabseed-control);
}
#episodes li.active {
    background: var(--arabseed-red);
    color: var(--arabseed-accent-text);
}
#episodes li:hover {
    background: var(--arabseed-red);
    color: var(--arabseed-accent-text);
}
#episodes li a {
    padding: 1vw;
}
#episodes li:hover a{
    color: var(--arabseed-accent-text);
}
#episodes li.active a {
    color: var(--arabseed-accent-text);
}
span[aria-label="age"] {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    width: 6vw;
    padding: 0.2vw;
    border-radius: 0 2vw 2vw 0;
    background-color: var(--arabseed-overlay);
}
span[aria-label="age"] img {
    position: unset !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    z-index: auto !important;
}
.shine:hover:before {
    opacity: 0;
    -webkit-transform: scale(99) translate(-50%, -50%);
    -ms-transform: scale(99) translate(-50%, -50%);
    transform: scale(99) translate(-50%, -50%);
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease;
}
span[aria-label="titleAsm"] {
        display: block;
    padding: 0;
    text-align: center;
    margin: 0;
}
.shine:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.391vw;
    height: 0.391vw;
    background: var(--arabseed-control);
    border-radius: 50%;
    z-index: 5;
    -webkit-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    -webkit-transition: 0s all ease;
    -o-transition: 0s all ease;
    transition: 0s all ease;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.spinner {
    display: inline-block;
    width: 1.5vw;
    height: 1.5vw;
    padding: 0;
    border: 0.25vw solid currentColor;
    border-width: 0.234vw;
    border-right-color: transparent;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
#ad {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100%;
    padding: 0px !important;
    margin: 0px !important;
    z-index: 99;
}
.soon {
    background: var(--arabseed-surface) !important;
    border: 0.078vw solid var(--arabseed-border) !important;
}
h1 {
    height: 11.719vw;
    font-size: 4.0vw;
    font-family: 'Cima Now Mada';
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(22, 22, 34, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(20%, var(--arabseed-yellow)));
    background-image: -o-linear-gradient(#ffffff 50%, var(--arabseed-yellow) 20%);
    background-image: linear-gradient(#ffffff 50%, var(--arabseed-yellow) 20%);
}
h2 {
    grid-column: 1 / -1;
}
h2 label {
    color: var(--arabseed-red);
}
h3 {
    position: absolute;
    right: 0.5vw;
    bottom: 1.0vw;
    height: auto;
    font-size: 1.5vw;
    font-family: 'Cima Now Mada';
    z-index: 10;
}
#watch li[aria-label="embed"] {
    background: 0;
}
.empty {
    grid-column: 1 / -1;
    padding: 20vw 0;
    text-align: center;
}
.empty i {
    display: block;
    margin-bottom: 2vw;
    color: var(--arabseed-red);
    font-size: 15vw;
}
.tab.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0.5vw;
    margin-right: auto;
    background: var(--arabseed-overlay-light);
    border-radius: 7px;
}
.tab.social a {
    padding: 0 0.5vw 0 0;
}
.lds-ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5vw !important;
    height: 5vw !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.lds-ripple div {
    position: absolute;
    opacity: 1;
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
footer {
    padding: 1.563vw;
    text-align: center;
}
.foremedia-center1 {
    grid-column: 1/7 !important;
}
.foremedia-center3 {
    width: 94.3vw !important;
}
.fmsection {
    display: none;
}
li.episode {
    display: flex;
}
#watch li[aria-label="embed"] ul.episodeslist {
    flex: 0 0 300px;
    margin-left: 20px;
    height: 430px;
    overflow: auto;
    background: var(--arabseed-overlay-light);
    border-radius: 5px;
    display: block;
}
#watch li[aria-label="embed"] ul.episodeslist a {
    display: block;
    font-size: 20px;
    padding: 10px;
    border-bottom: 1px solid var(--arabseed-subtle-border);
    height: 45px;
}
main section[aria-label="details"] ul.episodeslist:after {
    display:none
}
#watch li[aria-label="embed"] ul.episodeslist a:hover,#watch li[aria-label="embed"] ul.episodeslist a.active {
    color:var(--arabseed-red) !important;
}
.nextprev {
    display: table;
    margin: 0 auto;
}
.nextprev a {
    float: right;
    background: var(--arabseed-control);
    font-size: 24px;
    margin: 0 8px;
    padding: 7px 30px;
    border-radius: 11px;
    transition: .2s all ease;
}
.nextprev a:hover {
    background: var(--arabseed-control-hover);
    color: var(--arabseed-text);
}
span[aria-label="age"] b {
    border: 1px dashed var(--arabseed-border);
    font-size: 16px;
    border-radius: 45px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
section ul[aria-label="platforms"] li img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    position: relative;
    box-sizing: border-box;
}
h1.logo {
    font-family: Righteous;
    font-size: 2.3rem;
    line-height: 2rem;
    height: auto;
    background-image: unset;
    -webkit-text-fill-color: unset;
}
h1.logo span {}
h1.logo span {
    color: var(--arabseed-brand-red) !important;
    float: right;
}
/*********/
a#txlogo {
    color: #fff !important;
    font-size: 19px;
    font-weight: 400;
    font-family: 'FontMedium';
    text-decoration: none;
    transition: color 0.05s ease 0s;
    padding-right: 10px;
}
#tlogo {
    display: table;
    margin: 20px auto;
    border-radius: 8px;
    text-align: center;
    padding-bottom: 10px;
}
.NexrGen {
    display: inline-block;
    border: 1px solid var(--arabseed-violet);
    background: var(--arabseed-violet);
    padding: 10px 12px 8px;
    border-radius: 35px;
    vertical-align: middle;
    font-size: 14px;
    margin-bottom: 35px;
}
.NexrGen span {
    vertical-align: middle;
    color: #fff;
}


/* =========================================================
   ArabSeed shared cinematic interface
   Mobile-only layout changes live in styleMob.css.
========================================================= */
@font-face {
    font-family: "FontBold";
    src: url("Interface/fonts/FontBold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "FontMedium";
    src: url("Interface/fonts/FontMedium.woff2") format("woff2");
    font-display: swap;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body.arabseed-theme {
    min-width: 0;
    margin: 0;
    overflow-x: clip;
    background: var(--arabseed-bg);
    color: var(--arabseed-text);
    font-family: "FontMedium", Arial, sans-serif;
    font-size: var(--arabseed-font-body);
    line-height: 1.6;
    direction: rtl;
    animation: none;
}

body.arabseed-theme button,
body.arabseed-theme input {
    font: inherit;
}

body.arabseed-theme a {
    color: inherit;
}

.arabseed-single__cast-label {
    display: none;
}

body.arabseed-theme :focus-visible {
    outline: 3px solid var(--arabseed-accent-active);
    outline-offset: 4px;
}

body.arabseed-theme .arabseed-mobile-tabs {
    display: none;
}

body.arabseed-theme header.site-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 100;
    display: flex;
    align-items: center;
    width: 100%;
    height: var(--arabseed-header-height);
    padding: 0 var(--arabseed-page-gutter);
    gap: clamp(24px, 2vw, 38px);
    background: linear-gradient(180deg, var(--arabseed-header) 0%, var(--arabseed-overlay-light) 52%, rgba(22, 22, 34, 0) 100%);
}

.site-header__brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    min-width: 150px;
    line-height: 1;
}

.site-header__brand img {
    display: block;
    width: auto;
    max-width: 190px;
    height: 56px;
    object-fit: contain;
}

.site-header__brand .logo {
    display: inline-flex;
    align-items: baseline;
    color: var(--arabseed-text);
    font-family: "Righteous", "FontBold", sans-serif;
    font-size: clamp(30px, 2.05vw, 40px);
    letter-spacing: -1.4px;
    white-space: nowrap;
    direction: ltr;
    unicode-bidi: isolate;
}

.site-header__brand .logo b {
    color: var(--arabseed-brand-red);
    font: inherit;
}

.site-header__navigation {
    min-width: 0;
}

.site-header__navigation > ul {
    display: flex;
    align-items: center;
    gap: clamp(22px, 1.8vw, 36px);
    padding: 0;
}

.site-header__navigation li {
    position: relative;
    padding: 0;
}

.site-header__navigation a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: var(--arabseed-text);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: var(--arabseed-font-nav);
    white-space: nowrap;
    transition: color 180ms ease;
}

.site-header__navigation a::after {
    content: "";
    position: absolute;
    inset: auto 50% 2px;
    width: 0;
    height: 2px;
    border-radius: 999px;
    background: var(--arabseed-red);
    transform: translateX(50%);
    transition: width 180ms ease;
}

.site-header__navigation a:hover,
.site-header__navigation .current-menu-item > a,
.site-header__navigation .current-menu-ancestor > a {
    color: var(--arabseed-text);
}

.site-header__navigation a:hover::after,
.site-header__navigation .current-menu-item > a::after,
.site-header__navigation .current-menu-ancestor > a::after {
    width: 26px;
}

.site-header__navigation .sub-menu {
    position: absolute;
    inset: calc(100% + 4px) 0 auto auto;
    display: grid;
    min-width: 210px;
    padding: 10px;
    border: 1px solid var(--arabseed-border);
    border-radius: 14px;
    background: var(--arabseed-surface);
    box-shadow: 0 20px 45px var(--arabseed-overlay-light);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.site-header__navigation li:hover > .sub-menu,
.site-header__navigation li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.site-header__navigation .sub-menu a {
    width: 100%;
    padding: 0 12px;
}

.site-header__actions {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-inline-start: auto;
}

.site-header__icon,
.site-header__search button {
    display: inline-grid;
    width: 48px;
    height: 48px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--arabseed-text);
    cursor: pointer;
    transition: background 180ms ease, transform 180ms ease;
}

.site-header__icon:hover,
.site-header__search button:hover {
    background: var(--arabseed-control-hover);
    transform: translateY(-1px);
}

.site-header__icon i,
.site-header__search button i {
    padding: 0;
    font-size: 23px;
}

.site-header__menu-toggle {
    display: none;
}

.site-header__search {
    position: absolute;
    inset-inline-end: 48px;
    top: 0;
    display: flex;
    align-items: center;
    width: 0;
    height: 48px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 999px;
    background: var(--arabseed-surface);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-8px);
    transition: width 220ms ease, opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.site-header__search.is-open {
    width: min(360px, 30vw);
    border-color: var(--arabseed-border);
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.site-header__search input {
    width: 100%;
    min-width: 0;
    height: 46px;
    padding: 0 20px;
    border: 0;
    background: transparent;
    color: var(--arabseed-text);
    font-size: 15px;
}

.site-header__search input::placeholder {
    color: var(--arabseed-muted);
}

.site-header__search button {
    flex: 0 0 46px;
    height: 46px;
}

body.arabseed-theme section.arabseed-hero {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100svh;
    min-height: 720px;
    max-height: 1080px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: var(--arabseed-navy);
    isolation: isolate;
}

body.arabseed-theme:not(.admin-bar) > header.site-header,
body.arabseed-theme:not(.admin-bar) > section.arabseed-hero:first-of-type {
    top: 0;
    margin-top: 0;
}

body.arabseed-theme main-slider .owl-dots {
    display: none;
}

body.arabseed-theme .arabseed-hero span {
    margin: 0;
}

.arabseed-hero__slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.arabseed-hero__slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.arabseed-hero__slide {
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 620ms ease, visibility 620ms ease;
}

.arabseed-hero__slide.is-active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.arabseed-hero__backdrop {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.arabseed-hero__backdrop img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--hero-focal, center center);
    filter: brightness(1.05) saturate(1.05);
}

.arabseed-hero__gradient {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(22, 22, 34, 0.52) 0%, rgba(22, 22, 34, 0.18) 13%, rgba(22, 22, 34, 0) 29%),
        linear-gradient(270deg, rgba(22, 22, 34, 0.86) 0%, rgba(22, 22, 34, 0.80) 18%, rgba(22, 22, 34, 0.52) 39%, rgba(22, 22, 34, 0.16) 56%, rgba(22, 22, 34, 0) 70%),
        linear-gradient(0deg, rgba(22, 22, 34, 0.80) 0%, rgba(22, 22, 34, 0.55) 16%, rgba(22, 22, 34, 0.20) 35%, rgba(22, 22, 34, 0) 55%),
        rgba(22, 22, 34, 0.18);
    pointer-events: none;
}

.arabseed-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    min-height: 0;
    text-align: right;
    opacity: 0;
    visibility: hidden;
    transition: none;
}

.arabseed-hero__slide.is-active .arabseed-hero__content {
    opacity: 1;
    visibility: visible;
    transition: opacity 360ms ease;
}

.arabseed-hero__eyebrow {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 22px;
    margin: 0 0 15px;
    gap: 10px;
    color: var(--arabseed-muted);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: 15px;
    line-height: 1.4;
    text-align: right;
    white-space: nowrap;
}

.arabseed-hero__eyebrow > span {
    flex: 0 0 3px;
    width: 3px;
    height: 22px;
    border-radius: 999px;
    background: var(--arabseed-red);
}

.arabseed-hero__eyebrow p {
    margin: 0;
    color: inherit;
    font: inherit;
    white-space: nowrap;
}

.arabseed-hero__eyebrow bdi {
    direction: ltr;
    unicode-bidi: isolate;
}

.arabseed-hero__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    max-width: 100%;
    min-height: 78px;
    margin-bottom: 16px;
}

.arabseed-hero__title img {
    display: block;
    width: auto;
    max-width: min(460px, 100%);
    height: auto;
    max-height: 150px;
    object-fit: contain;
    object-position: right center;
}

.arabseed-hero__title > span {
    display: -webkit-box;
    overflow: hidden;
    color: var(--arabseed-text);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: clamp(38px, 3.2vw, 62px);
    line-height: 1.12;
    text-shadow: 0 8px 32px var(--arabseed-overlay-light);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.arabseed-hero__metadata {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 0;
    margin: 0 0 15px;
    color: var(--arabseed-text);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: 15px;
}

.arabseed-hero__metadata li {
    display: inline-flex;
    align-items: center;
}

.arabseed-hero__metadata li + li::before {
    content: "";
    width: 5px;
    height: 5px;
    margin: 0 11px;
    border-radius: 50%;
    background: var(--arabseed-muted);
}

.arabseed-hero__description {
    display: -webkit-box;
    max-width: 540px;
    margin: 0 0 14px;
    overflow: hidden;
    color: var(--arabseed-muted);
    font-size: 16px;
    line-height: 1.75;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.arabseed-hero__cast {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 17px;
    color: var(--arabseed-muted);
    font-size: 14px;
}

.arabseed-hero__cast > span {
    flex: 0 0 auto;
    margin: 0;
    color: var(--arabseed-muted);
    font-size: 20px;
    line-height: 1.2;
}

.arabseed-hero__cast ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 0;
    font-size: 14px;
}

.arabseed-hero__cast li {
    display: inline-flex;
    align-items: center;
}

.arabseed-hero__cast li + li::before {
    content: "";
    width: 4px;
    height: 4px;
    margin: 0 10px;
    border-radius: 50%;
    background: var(--arabseed-muted);
}

.arabseed-hero__cast a {
    transition: color 180ms ease;
}

.arabseed-hero__cast a:hover {
    color: var(--arabseed-red-hover);
}

.arabseed-hero__actions {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    gap: 14px;
    background: transparent;
}

.arabseed-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 214px;
    height: 54px;
    padding: 0 24px;
    gap: 11px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: var(--arabseed-text);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.arabseed-button i {
    padding: 0;
    font-size: 21px;
}

body.arabseed-theme .arabseed-button--primary {
    background: var(--arabseed-red);
    color: var(--arabseed-accent-text);
    box-shadow: 0 10px 32px var(--arabseed-overlay-light);
}

body.arabseed-theme .arabseed-button--primary:hover {
    background: var(--arabseed-red-hover);
    box-shadow: 0 13px 34px var(--arabseed-overlay-light);
    transform: translateY(-2px);
}

body.arabseed-theme .arabseed-button--secondary {
    background: var(--arabseed-control);
    border-color: var(--arabseed-border);
    color: var(--arabseed-text);
}

body.arabseed-theme .arabseed-button--secondary:hover,
body.arabseed-theme .arabseed-button--secondary.remove {
    background: var(--arabseed-control-hover);
    border-color: var(--arabseed-text);
    transform: translateY(-2px);
}

.arabseed-button:active {
    transform: translateY(0);
}

.arabseed-button:disabled,
.arabseed-button[aria-disabled="true"] {
    cursor: not-allowed;
    opacity: 0.55;
    transform: none;
}

.arabseed-hero__rail {
    position: relative;
    z-index: 5;
    inset: auto;
    display: grid;
    grid-template-columns: 155px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    min-height: 145px;
}

.arabseed-hero__rail-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
    padding-top: 15px;
}

.arabseed-hero__rail-heading > span {
    width: 4px;
    height: 29px;
    border-radius: 999px;
    background: var(--arabseed-red);
}

.arabseed-hero__rail-heading h2 {
    margin: 0;
    color: var(--arabseed-text);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    white-space: nowrap;
}

.arabseed-hero__rail-track {
    display: flex;
    align-items: stretch;
    gap: clamp(16px, 1.8vw, 34px);
    min-width: 0;
    padding: 8px 2px 5px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    scroll-snap-type: inline proximity;
}

.arabseed-hero__rail-track::-webkit-scrollbar {
    display: none;
}

.arabseed-hero__rail-item {
    position: relative;
    display: grid;
    flex: 0 0 clamp(138px, 10.3vw, 190px);
    min-width: 0;
    height: 90px;
    padding: 6px 8px 13px;
    place-items: center;
    border: 0;
    background: transparent;
    color: var(--arabseed-text);
    cursor: pointer;
    opacity: 0.48;
    scroll-snap-align: start;
    transition: opacity 200ms ease, transform 200ms ease;
}

.arabseed-hero__rail-item::after {
    content: "";
    position: absolute;
    inset: auto 50% 0;
    width: 0;
    height: 3px;
    border-radius: 999px;
    background: var(--arabseed-red);
    transform: translateX(50%);
    transition: width 220ms ease;
}

.arabseed-hero__rail-item:hover,
.arabseed-hero__rail-item.is-active {
    opacity: 1;
    transform: translateY(-2px);
}

.arabseed-hero__rail-item.is-active::after {
    width: 66px;
}

.arabseed-hero__rail-item img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 64px;
    object-fit: contain;
}

.arabseed-hero__rail-item > span {
    display: -webkit-box;
    overflow: hidden;
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: 16px;
    line-height: 1.35;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.arabseed-theme section.arabseed-content-rail,
body.arabseed-theme section.arabseed-content-grid,
body.arabseed-theme section.arabseed-platforms {
    position: relative;
    margin: 0;
    padding: 30px var(--arabseed-page-gutter) 36px;
    overflow: hidden;
    background: var(--arabseed-section);
}

body.arabseed-theme section.arabseed-content-rail:nth-of-type(even),
body.arabseed-theme section.arabseed-content-grid:nth-of-type(even) {
    background: var(--arabseed-bg);
}

.arabseed-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    margin-bottom: 20px;
    gap: 18px;
}

.arabseed-section-title {
    display: flex;
    align-items: center;
    min-width: 0;
    height: auto;
    margin: 0;
    gap: 10px;
    background: none;
    color: var(--arabseed-text);
    -webkit-text-fill-color: currentColor;
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: var(--arabseed-font-section-title);
    line-height: 1.25;
}

.arabseed-section-badge {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 1px 14px 0;
    border-radius: 999px 999px 4px 999px;
    background: var(--arabseed-yellow);
    color: var(--arabseed-accent-text);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: 14px;
    line-height: 1;
}

.arabseed-view-all {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    gap: 9px;
    border: 1px solid var(--arabseed-subtle-border);
    border-radius: 999px;
    background: var(--arabseed-control);
    color: var(--arabseed-text);
    font-size: 15px;
    transition: background 180ms ease, transform 180ms ease;
}

.arabseed-view-all:hover {
    background: var(--arabseed-control-hover);
    transform: translateX(-2px);
}

.arabseed-card-track {
    direction: rtl;
}

.arabseed-card-track:not(.owl-loaded) {
    display: flex;
    gap: 15px;
    overflow: hidden;
}

.arabseed-card-track:not(.owl-loaded) > .arabseed-card {
    flex: 0 0 calc((100% - 75px) / 6);
}

body.arabseed-theme section.arabseed-content-rail .owl-stage-outer {
    overflow: hidden;
    padding: 4px 0 8px;
}

body.arabseed-theme section.arabseed-content-rail .owl-item {
    position: relative;
    display: block;
    float: right;
    height: auto;
    border-radius: var(--arabseed-radius);
    opacity: 1;
    transform: none;
    transition: none;
}

body.arabseed-theme section.arabseed-content-rail .owl-item:hover {
    transform: none;
}

.arabseed-card {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 2 / 3;
    min-height: 0;
    overflow: hidden;
    border: 1px solid var(--arabseed-subtle-border);
    border-radius: var(--arabseed-radius);
    background: var(--arabseed-surface);
    box-shadow: 0 12px 30px var(--arabseed-overlay-light);
    transform: translateZ(0);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

body.arabseed-theme .arabseed-card span {
    margin: 0;
}

.arabseed-card:hover,
.arabseed-card:focus-visible,
.arabseed-card:focus-within {
    z-index: 3;
    border-color: var(--arabseed-subtle-border);
    box-shadow: 0 18px 40px var(--arabseed-overlay-light);
    transform: translateY(-4px) scale(1.012);
}

.arabseed-card__media {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: var(--arabseed-overlay);
}

body.arabseed-theme .arabseed-card__poster {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    filter: none;
    transition: transform 420ms ease, filter 220ms ease;
}

.arabseed-card:hover .arabseed-card__poster,
.arabseed-card:focus-visible .arabseed-card__poster {
    filter: brightness(0.58) saturate(0.9);
    transform: scale(1.035);
}

.arabseed-card__fallback {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    gap: 16px;
    background:
        radial-gradient(circle at 50% 20%, var(--arabseed-overlay-light), transparent 42%),
        var(--arabseed-surface);
    color: var(--arabseed-muted);
    text-align: center;
}

.arabseed-card__fallback i {
    font-size: 44px;
}

.arabseed-card__fallback b {
    display: -webkit-box;
    overflow: hidden;
    color: var(--arabseed-text);
    font-size: 20px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.arabseed-card__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, var(--arabseed-overlay) 0%, var(--arabseed-overlay-strong) 13%, var(--arabseed-overlay-light) 30%, rgba(22, 22, 34, 0) 60%);
    pointer-events: none;
    transition: background 220ms ease;
}

.arabseed-card:hover .arabseed-card__shade,
.arabseed-card:focus-visible .arabseed-card__shade {
    background: linear-gradient(0deg, var(--arabseed-overlay-strong) 0%, var(--arabseed-overlay) 50%, var(--arabseed-overlay-light) 100%);
}

.arabseed-card__badges {
    position: absolute;
    z-index: 3;
    top: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: calc(50% - 16px);
    gap: 6px;
}

.arabseed-card__badges--left {
    right: auto;
    left: 14px;
}

.arabseed-card__badges--right {
    right: 14px;
    left: auto;
    align-items: flex-end;
}

body.arabseed-theme .arabseed-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 27px;
    padding: 3px 9px 1px;
    overflow: hidden;
    border-radius: 999px 999px 5px 999px;
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: 15px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.arabseed-badge--violet {
    background: var(--arabseed-violet);
    color: var(--arabseed-text);
}

.arabseed-badge--red {
    background: var(--arabseed-control);
    color: var(--arabseed-text);
}

.arabseed-badge--yellow {
    background: var(--arabseed-yellow);
    color: var(--arabseed-accent-text);
}

.arabseed-badge--light {
    background: var(--arabseed-control);
    color: var(--arabseed-text);
}

body.arabseed-theme .arabseed-card__badges--left .arabseed-badge--violet {
    font-size: 19px;
}

body.arabseed-theme .arabseed-card__badges--right .arabseed-badge--yellow {
    min-height: 29px;
    font-size: 21px;
}

body.arabseed-theme .arabseed-card__badges--right .arabseed-badge--light {
    max-width: 132px;
    font-size: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-3px);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.arabseed-card:hover .arabseed-card__badges--right .arabseed-badge--light,
.arabseed-card:focus-visible .arabseed-card__badges--right .arabseed-badge--light,
.arabseed-card:focus-within .arabseed-card__badges--right .arabseed-badge--light {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.arabseed-card__episode {
    position: absolute;
    z-index: 3;
    right: 14px;
    bottom: 14px;
    left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: var(--arabseed-text);
    font-family: "FontBold", "FontMedium", sans-serif;
    line-height: 1;
    text-align: right;
}

.arabseed-card__episode small {
    display: inline-flex;
    min-height: 25px;
    padding: 5px 10px 2px;
    border-radius: 9px 9px 0 9px;
    background: var(--arabseed-violet);
    font-size: 14px;
}

.arabseed-card__episode strong {
    padding-top: 6px;
    font-size: clamp(28px, 1.7vw, 32px);
}

.arabseed-card__age {
    position: absolute;
    z-index: 3;
    inset: auto auto 12px 11px;
}

.arabseed-card__details {
    position: absolute;
    z-index: 4;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 22px 17px 25px;
    color: var(--arabseed-text);
    text-align: center;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 220ms ease, transform 220ms ease;
}

.arabseed-card:hover .arabseed-card__details,
.arabseed-card:focus-visible .arabseed-card__details,
.arabseed-card:focus-within .arabseed-card__details {
    opacity: 1;
    transform: translateY(0);
}

.arabseed-card:hover .arabseed-card__episode,
.arabseed-card:focus-visible .arabseed-card__episode,
.arabseed-card:focus-within .arabseed-card__episode {
    opacity: 0;
}

body.arabseed-theme .arabseed-card__title {
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    color: var(--arabseed-text);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: var(--arabseed-font-card-title);
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.arabseed-theme .arabseed-card__genres {
    display: -webkit-box;
    max-width: 100%;
    margin-top: 6px;
    overflow: hidden;
    color: var(--arabseed-muted);
    font-size: 16px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

body.arabseed-theme section.arabseed-content-rail .owl-nav {
    pointer-events: none;
}

body.arabseed-theme section.arabseed-content-rail .owl-prev,
body.arabseed-theme section.arabseed-content-rail .owl-next {
    position: absolute;
    z-index: 8;
    top: 50%;
    bottom: auto;
    display: grid;
    width: 54px;
    height: 54px;
    padding: 0;
    place-items: center;
    border: 1px solid var(--arabseed-border);
    border-radius: 50%;
    background: var(--arabseed-control);
    color: var(--arabseed-text);
    font-size: 21px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%);
    backdrop-filter: blur(7px);
    transition: background 180ms ease, opacity 180ms ease, border-color 180ms ease;
}

body.arabseed-theme section.arabseed-content-rail .owl-prev {
    right: 26px;
    left: auto;
}

body.arabseed-theme section.arabseed-content-rail .owl-next {
    right: auto;
    left: 26px;
}

body.arabseed-theme section.arabseed-content-rail .owl-prev:hover,
body.arabseed-theme section.arabseed-content-rail .owl-next:hover {
    border-color: var(--arabseed-text);
    background: var(--arabseed-control-hover);
}

body.arabseed-theme section.arabseed-content-rail .owl-prev.disabled,
body.arabseed-theme section.arabseed-content-rail .owl-next.disabled {
    color: var(--arabseed-muted);
    opacity: 0.38;
    cursor: default;
}

.arabseed-content-grid__items {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px 15px;
}

.arabseed-content-grid__item {
    min-width: 0;
}

.arabseed-empty-state {
    display: flex;
    min-height: 180px;
    align-items: center;
    justify-content: center;
    padding: 28px;
    gap: 13px;
    border: 1px dashed var(--arabseed-border);
    border-radius: var(--arabseed-radius);
    background: var(--arabseed-surface);
    color: var(--arabseed-muted);
    text-align: center;
}

.arabseed-empty-state i {
    color: var(--arabseed-accent);
    font-size: 30px;
}

.arabseed-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    gap: 8px;
}

.arabseed-pagination .page-numbers {
    display: grid;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    place-items: center;
    border: 1px solid var(--arabseed-border);
    border-radius: 999px;
    background: var(--arabseed-surface);
    color: var(--arabseed-text);
    transition: background 180ms ease, border-color 180ms ease;
}

.arabseed-pagination .page-numbers:hover,
.arabseed-pagination .page-numbers.current {
    border-color: var(--arabseed-accent-active);
    background: var(--arabseed-accent-active);
    color: var(--arabseed-accent-text);
}

.arabseed-platforms__list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.arabseed-platforms__list li {
    min-width: 0;
    height: 120px;
    overflow: hidden;
    border: 1px solid var(--arabseed-border);
    border-radius: var(--arabseed-radius);
    background: var(--arabseed-surface);
}

.arabseed-platforms__list a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.arabseed-platforms__list img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.arabseed-theme footer {
    position: relative;
    z-index: 2;
    min-height: 110px;
    padding: 28px var(--arabseed-page-gutter) 38px;
    border-top: 1px solid var(--arabseed-border);
    background: var(--arabseed-header);
    color: var(--arabseed-muted);
}

.footer-menu-wrapper {
    width: 100%;
    padding: 0 0 22px;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    position: relative;
}

.footer-menu li a {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid var(--arabseed-border);
    border-radius: 999px;
    background: var(--arabseed-control);
    color: var(--arabseed-text);
    font-size: 14px;
    transition: background 180ms ease, border-color 180ms ease;
}

.footer-menu li a:hover,
.footer-menu li.current-menu-item > a,
.footer-menu li.current_page_item > a {
    border-color: var(--arabseed-accent-active);
    background: var(--arabseed-accent-active);
    color: var(--arabseed-accent-text);
}

body.arabseed-theme input,
body.arabseed-theme textarea,
body.arabseed-theme select {
    border-color: var(--arabseed-border);
    background: var(--arabseed-surface);
    color: var(--arabseed-text);
}

body.arabseed-theme input:focus,
body.arabseed-theme textarea:focus,
body.arabseed-theme select:focus {
    border-color: var(--arabseed-accent);
}

.load-more {
    border-color: var(--arabseed-accent);
    background: var(--arabseed-accent);
    color: var(--arabseed-accent-text);
}

.load-more:hover {
    border-color: var(--arabseed-accent-active);
    background: var(--arabseed-accent-active);
    color: var(--arabseed-accent-text);
}

.spinner {
    border-color: var(--arabseed-subtle-border);
    border-top-color: var(--arabseed-accent);
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    .arabseed-content-grid__items {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .arabseed-hero__rail {
        grid-template-columns: 145px minmax(0, 1fr);
        gap: 18px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    :root {
        --arabseed-header-height: 84px;
        --arabseed-page-gutter: 28px;
    }

    body.arabseed-theme header.site-header {
        gap: 18px;
    }

    .site-header__brand {
        min-width: 126px;
    }

    .site-header__brand .logo {
        font-size: 29px;
    }

    .site-header__navigation > ul {
        gap: 14px;
    }

    .site-header__navigation a {
        font-size: 13px;
    }

    .site-header__search.is-open {
        width: 280px;
    }

    body.arabseed-theme section.arabseed-hero {
        min-height: 690px;
    }

    .arabseed-hero__content {
        bottom: 185px;
        width: min(470px, 51vw);
    }

    .arabseed-hero__title {
        min-height: 65px;
        margin-bottom: 14px;
    }

    .arabseed-hero__title img {
        max-width: 370px;
        max-height: 120px;
    }

    .arabseed-hero__description {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }

    .arabseed-hero__cast {
        margin-bottom: 17px;
    }

    .arabseed-button {
        min-width: 180px;
        height: 52px;
        padding: 0 20px;
        font-size: 14px;
    }

    .arabseed-hero__rail {
        inset-inline: 28px;
        bottom: 14px;
        grid-template-columns: 125px minmax(0, 1fr);
        gap: 12px;
        min-height: 130px;
    }

    .arabseed-hero__rail-heading h2 {
        font-size: 17px;
    }

    .arabseed-hero__rail-item {
        flex-basis: 140px;
    }

    .arabseed-content-grid__items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .arabseed-platforms__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    .arabseed-hero__slide,
    .arabseed-hero__content,
    .arabseed-hero__slide.is-active .arabseed-hero__content,
    .arabseed-hero__rail-item,
    .arabseed-hero__rail-item::after,
    .arabseed-button,
    .arabseed-card,
    .arabseed-card__poster,
    .arabseed-card__shade,
    .arabseed-card__details {
        transition: none;
        animation: none;
    }
}

.arabseed-brand-hub {
    width: min(1180px, calc(100% - (var(--arabseed-page-gutter) * 2)));
    margin: 0 auto;
    padding: 48px 0 64px;
    color: var(--arabseed-text);
}

.arabseed-brand-hub__intro {
    padding: clamp(28px, 4vw, 56px);
    border: 1px solid var(--arabseed-border);
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, var(--arabseed-overlay-light), transparent 38%),
        var(--arabseed-section);
}

.arabseed-brand-hub__kicker {
    margin: 0 0 9px;
    color: var(--arabseed-red);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: 15px;
}

.arabseed-brand-hub h2 {
    margin: 0 0 14px;
    color: var(--arabseed-text);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.2;
}

.arabseed-brand-hub p {
    max-width: 780px;
    margin: 0;
    color: var(--arabseed-muted);
    font-size: 17px;
    line-height: 1.9;
}

.arabseed-brand-hub__actions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 26px;
    gap: 10px;
}

.arabseed-brand-hub__actions a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid var(--arabseed-border);
    border-radius: 999px;
    background: var(--arabseed-control);
    color: var(--arabseed-text);
    transition: background 180ms ease, transform 180ms ease;
}

.arabseed-brand-hub__actions a:first-child {
    background: var(--arabseed-red);
    color: var(--arabseed-accent-text);
}

.arabseed-brand-hub__actions a:hover {
    background: var(--arabseed-control-hover);
    transform: translateY(-2px);
}

.arabseed-brand-hub__actions a:first-child:hover {
    background: var(--arabseed-accent-active);
    color: var(--arabseed-accent-text);
}

.arabseed-brand-hub__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
    gap: 16px;
}

.arabseed-brand-hub__features article {
    min-width: 0;
    padding: 26px;
    border: 1px solid var(--arabseed-border);
    border-radius: 18px;
    background: var(--arabseed-surface);
}

.arabseed-brand-hub__features i {
    margin-bottom: 14px;
    color: var(--arabseed-text);
    font-size: 30px;
}

.arabseed-brand-hub__features h3 {
    margin: 0 0 8px;
    color: var(--arabseed-text);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: 21px;
}

.arabseed-brand-hub__features p {
    font-size: 14px;
    line-height: 1.75;
}

/* Shared hero layout: background and slide transitions are layered; content is grid-flow. */
body.arabseed-theme section.arabseed-hero {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: clamp(720px, 100svh, 1080px);
    height: auto;
    overflow: hidden;
}

body.arabseed-theme .arabseed-hero__slides {
    position: relative;
    inset: auto;
    min-height: 0;
    height: auto;
}

body.arabseed-theme .arabseed-hero__slide {
    position: absolute;
    inset: 0;
    display: block;
    min-height: 0;
    padding: clamp(110px, 10vw, 160px) 0 42px;
}

body.arabseed-theme .arabseed-hero__backdrop,
body.arabseed-theme .arabseed-hero__gradient {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

body.arabseed-theme .arabseed-hero__backdrop img {
    filter: blur(22px) brightness(.34) saturate(1.05);
    opacity: .65;
    transform: scale(1.08);
}

body.arabseed-theme .arabseed-hero__gradient {
    background: linear-gradient(90deg, rgba(18, 18, 30, .94) 0%, rgba(18, 18, 30, .72) 46%, rgba(18, 18, 30, .28) 100%);
}

body.arabseed-theme .arabseed-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(300px, 28vw, 450px);
    align-items: center;
    width: min(1500px, calc(100% - 48px));
    height: 100%;
    margin-inline: auto;
    gap: clamp(40px, 6vw, 100px);
    direction: rtl;
    min-width: 0;
}

body.arabseed-theme .arabseed-hero__content {
    position: relative;
    z-index: 2;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    max-width: 760px;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow-wrap: anywhere;
    text-align: right;
}

body.arabseed-theme .arabseed-hero__poster {
    position: relative;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    width: 100%;
    max-width: 450px;
    aspect-ratio: 2 / 3;
    height: auto;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--arabseed-border);
    border-radius: 20px;
    box-shadow: 0 24px 70px var(--arabseed-overlay-strong);
    transform: none;
}

body.arabseed-theme .arabseed-hero__poster:hover,
body.arabseed-theme .arabseed-hero__poster:focus-visible {
    transform: none;
}

body.arabseed-theme .arabseed-hero__poster img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.arabseed-theme .arabseed-hero__title,
body.arabseed-theme .arabseed-hero__metadata,
body.arabseed-theme .arabseed-hero__description,
body.arabseed-theme .arabseed-hero__cast,
body.arabseed-theme .arabseed-hero__actions {
    position: static;
    width: auto;
    max-width: 100%;
    transform: none;
    margin-inline: 0;
}

body.arabseed-theme .arabseed-hero__title {
    display: block;
    width: 100%;
    min-height: 0;
    margin-block: 0 16px;
}

body.arabseed-theme .arabseed-hero__title > span {
    display: block;
    width: 100%;
    overflow: visible;
    overflow-wrap: anywhere;
    white-space: normal;
}

body.arabseed-theme .arabseed-hero__description {
    max-width: 760px;
}

body.arabseed-theme .arabseed-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

body.arabseed-theme .arabseed-hero__actions .arabseed-button {
    width: auto;
    min-width: min(100%, 320px);
    max-width: 100%;
}

body.arabseed-theme .arabseed-hero__rail {
    position: relative;
    inset: auto;
    z-index: 5;
    width: min(1500px, calc(100% - 48px));
    min-height: 145px;
    margin: 0 auto;
}

body.arabseed-theme .arabseed-hero__rail-item {
    height: 132px;
    padding: 5px 6px 13px;
}

body.arabseed-theme .arabseed-hero__rail-item img {
    width: 72px;
    height: 104px;
    max-height: none;
    object-fit: cover;
    border-radius: 7px;
}

@media (max-width: 767px) {
    html body.arabseed-theme section.arabseed-hero {
        display: block;
        width: 100vw;
        max-width: 100vw;
        height: auto;
        min-height: 0;
        max-height: none;
        padding-block: 20px 32px;
        overflow: hidden;
    }

    html body.arabseed-theme .arabseed-hero__slides {
        position: relative;
        inset: auto;
        display: block;
        width: 100%;
        height: auto;
        min-height: 0;
    }

    html body.arabseed-theme .arabseed-hero__slide {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        height: auto;
        min-height: 0;
        padding: calc(var(--arabseed-header-height) + 20px) 16px 0;
    }

    html body.arabseed-theme .arabseed-hero__slide.is-active {
        position: relative;
        inset: auto;
        min-height: 0;
    }

    html body.arabseed-theme .arabseed-hero__inner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        height: auto;
        min-width: 0;
        gap: 0;
    }

    html body.arabseed-theme .arabseed-hero__poster {
        position: relative;
        order: 1;
        inset: auto;
        flex: 0 0 auto;
        width: min(72vw, 280px);
        aspect-ratio: 2 / 3;
        height: auto;
        margin: 0 auto 20px;
        transform: none;
    }

    html body.arabseed-theme .arabseed-hero__content {
        position: relative;
        order: 2;
        inset: auto;
        z-index: 2;
        display: flex;
        flex: 0 0 auto;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        max-width: none;
        min-width: 0;
        height: auto;
        padding: 0;
        overflow: visible;
        text-align: right;
    }

    html body.arabseed-theme .arabseed-hero__title,
    html body.arabseed-theme .arabseed-hero__metadata,
    html body.arabseed-theme .arabseed-hero__description,
    html body.arabseed-theme .arabseed-hero__cast,
    html body.arabseed-theme .arabseed-hero__actions {
        position: static;
        width: auto;
        max-width: 100%;
        transform: none;
        margin-inline: 0;
    }

    html body.arabseed-theme .arabseed-hero__title {
        display: block;
        min-height: 0;
        margin-block: 0 10px;
        font-size: clamp(20px, 5.2vw, 25px);
        line-height: 1.5;
        overflow-wrap: anywhere;
    }

    html body.arabseed-theme .arabseed-hero__title > span {
        display: block;
        width: auto;
        max-width: 100%;
        font-size: inherit;
        line-height: inherit;
        white-space: normal;
        overflow: visible;
        overflow-wrap: anywhere;
    }

    html body.arabseed-theme .arabseed-hero__metadata {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 6px 10px;
        margin-bottom: 0;
        font-size: 12px;
        line-height: 1.8;
    }

    html body.arabseed-theme .arabseed-hero__description {
        display: -webkit-box;
        max-width: 100%;
        margin-block: 12px 0;
        overflow: hidden;
        font-size: 14px;
        line-height: 1.8;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    html body.arabseed-theme .arabseed-hero__cast {
        display: flex;
        flex-wrap: wrap;
        max-height: none;
        gap: 5px 12px;
        margin-block: 10px 0;
        overflow: visible;
        font-size: 13px;
        line-height: 1.7;
    }

    html body.arabseed-theme .arabseed-hero__cast ul {
        display: flex;
        flex-wrap: wrap;
        min-width: 0;
        overflow: visible;
    }

    html body.arabseed-theme .arabseed-hero__actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 48px;
        align-items: stretch;
        gap: 10px;
        margin-block: 18px 0;
    }

    html body.arabseed-theme .arabseed-hero__actions .arabseed-button {
        width: 100%;
        min-width: 0;
        max-width: none;
    }

    html body.arabseed-theme .arabseed-hero__rail {
        position: relative;
        inset: auto;
        display: block;
        width: calc(100% - 32px);
        min-height: 0;
        margin: 20px auto 0;
    }

    html body.arabseed-theme .arabseed-hero__rail-heading {
        display: none;
    }

    html body.arabseed-theme .arabseed-hero__rail-track {
        display: flex;
        width: 100%;
        min-height: 0;
        padding: 0 0 4px;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    html body.arabseed-theme .arabseed-hero__rail-item {
        flex: 0 0 72px;
        width: 72px;
        height: 100px;
        padding: 0 0 8px;
    }

    html body.arabseed-theme .arabseed-hero__rail-item img {
        width: 72px;
        height: 100px;
        max-height: none;
        object-fit: cover;
    }
}

/* Preserve the poster/info treatment on the single-program hero. */
body.arabseed-theme main.arabseed-single {
    position: relative;
}

body.arabseed-theme main.arabseed-single > .arabseed-single__intro {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 42vw;
    padding: 8vw 54vw 4vw 5vw;
}

body.arabseed-theme main.arabseed-single .arabseed-single__poster {
    position: absolute;
    inset-block-start: 8vw;
    inset-inline-start: 14vw;
    width: min(25vw, 360px);
    aspect-ratio: 2 / 3;
    height: auto;
    overflow: hidden;
    border: 1px solid var(--arabseed-border);
    border-radius: var(--arabseed-radius);
    box-shadow: 0 24px 70px var(--arabseed-overlay-strong);
}

body.arabseed-theme main.arabseed-single .arabseed-single__poster img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.arabseed-theme main.arabseed-single .arabseed-single__title {
    display: block;
    min-height: 0;
    margin: 0 0 18px;
    color: var(--arabseed-text);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: clamp(30px, 3.2vw, 58px);
    line-height: 1.2;
}

@media (max-width: 767px) {
    html body.arabseed-theme main.arabseed-single > .arabseed-single__intro {
        min-height: 0;
        padding: calc(var(--arabseed-header-height) + 20px) 16px calc(70px + 20px);
    }

    html body.arabseed-theme main.arabseed-single .arabseed-single__poster {
        position: relative;
        inset: auto;
        width: min(65vw, 270px);
        margin: 0 auto 20px;
    }

    body.arabseed-theme main.arabseed-single .arabseed-single__title {
        margin: 0 0 14px;
        font-size: clamp(25px, 7vw, 34px);
        text-align: right;
    }
}

/* Single-post backdrop: dark, blurred atmosphere behind the readable content. */
html body.arabseed-theme main.arabseed-single > .arabseed-single__backdrop {
    background: var(--arabseed-bg);
}

html body.arabseed-theme main.arabseed-single > .arabseed-single__backdrop img {
    opacity: .22;
    filter: blur(30px) brightness(.24) saturate(.78);
    transform: scale(1.12);
}

html body.arabseed-theme main.arabseed-single > .arabseed-single__backdrop::before {
    background: linear-gradient(0deg, rgba(22, 22, 34, .96) 0%, rgba(22, 22, 34, .64) 42%, rgba(22, 22, 34, .38) 100%);
}

@media (min-width: 768px) {
    html body.arabseed-theme main.arabseed-single .arabseed-single__title {
        font-size: clamp(26px, 2.4vw, 42px);
        line-height: 1.25;
    }

    html body.arabseed-theme main.arabseed-single > .arabseed-single__backdrop img {
        opacity: .16;
        filter: blur(34px) brightness(.18) saturate(.72);
        transform: scale(1.14);
    }

    html body.arabseed-theme main.arabseed-single > .arabseed-single__backdrop::before {
        background: linear-gradient(0deg, rgba(22, 22, 34, .98) 0%, rgba(22, 22, 34, .72) 44%, rgba(22, 22, 34, .46) 100%);
    }
}
