.more-like-item {
  display: flex !important;
  align-items: flex-start;
  gap: 15px;
}

/* LTR (default layout: image left, content right) */
html[dir="ltr"] .more-like-item {
  flex-direction: row !important;
  text-align: left;
}

/* RTL (reverse: image right, content left) */
html[dir="rtl"] .more-like-item {
  flex-direction: row-reverse !important;
  text-align: right;
}

/* Optional tweaks */
.more-like-image {
  flex-shrink: 0;
  width: 150px;
}

.more-like-content {
  flex: 1;
}
.vjs-poster img{
  object-fit: cover !important;
  border-radius: 20px !important;
}
.cast-card .cast-title{
  bottom:0 !important;
  right: unset !important;
  position:relative !important;
}
.cast-card::before {
  background: transparent;
}
.JmmaUxVlYI svg{
  width:15px;
  height: 15px;;
}
.subscribtn{
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  width: 150px;
  display: flex;
  bottom: 10px;
  right: 20px;
  position: absolute;
}
.subscribtn a{
  display: flex;
  color: #000;
}


.slick-nav .ph-caret-right{
  display:none !important;
}
.overflow-hidden{
  overflow: visible !important;
}
.section-wraper{
  overflow: hidden !important;
}

#topchannel-section .card-style-slider{
  padding: 0 15px;
}
.stack-layer{
  transform: unset !important;
  right: 0 !important;
  left: 0 !important;
  margin:auto;
}
.stack-layer-2{
  width:90%;
  top:-6px !important;
}
.stack-layer-3{
  width:80%;
  opacity: 0.3;
  top:-12px !important;
}

.tvshow-stacked-card:hover .stack-layer-2,
.tvshow-stacked-card:hover .stack-layer-3 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
}
.iq-card .image-box{
  aspect-ratio: unset !important;
}
.footer-top .container{
  max-width: 1600px !important;
}


.card-style-slider .slick-slide{
	padding: 0 3px !important;
}

.container-fluid{
	padding:0 40px !important;
}
.container-fluid.padding-right-0{
	padding-right:40px !important;
}


.slick-banner .slick-arrow-prev,
.main-banner .slick-arrow-prev {
  right: 90px !important;
  left: auto !important;
}

.slick-banner .slick-arrow-next,
.main-banner .slick-arrow-next {
  right: 20px !important;
  left: auto !important;
}

html[dir="rtl"] .slick-banner .slick-arrow-prev,
html[dir="rtl"] .main-banner .slick-arrow-prev {
  left: 20px !important;
  right: auto !important;
}

html[dir="rtl"] .slick-banner .slick-arrow-next,
html[dir="rtl"] .main-banner .slick-arrow-next {
  left: 90px !important;
  right: auto !important;
}
html[dir="rtl"] .ph-caret-left::before {
  content: "\e13a"; 
}
#myListsDropdown{
  border:unset;
  padding:10px;
  background:#343434;
}
#continue-watch-section{
  display:none;
}

html[dir="rtl"] .ph-caret-right::before {
  content: "\e138"; 
}
.ph::before {
  font-family: "Phosphor";  
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 992px) {
  .iq-card .image-box {
    width: 100% !important;
  }
}

/* Hide video player progress bar and time controls - only show volume and play/pause */
.video-js .vjs-progress-control,
.video-js .vjs-time-control,
.video-js .vjs-current-time,
.video-js .vjs-time-divider,
.video-js .vjs-duration,
.video-js .vjs-remaining-time {
  display: none !important;
}

/* Keep only play/pause and volume controls visible */
.video-js .vjs-play-control,
.video-js .vjs-volume-panel {
  display: flex !important;
}

/* Movie tab content styling */
.tab-content-wrapper {
  position: relative;
  min-height: 400px;
}

.movie-tab-content {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  pointer-events: none;
}

.movie-tab-content.active {
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  pointer-events: auto !important;
}

/* More Like This List View */
.more-like-list-view {
  padding: 20px 0;
}

.more-like-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.more-like-item {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.more-like-item:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(5px);
}

html[dir="rtl"] .more-like-item:hover,
[dir="rtl"] .more-like-item:hover {
  transform: translateX(-5px);
}

.more-like-link {
  display: flex;
  flex-direction: row;
  gap: 20px;
  text-decoration: none;
  color: inherit;
  padding: 15px;
}

/* RTL: Image on right, content on left */
html[dir="rtl"] .more-like-link,
[dir="rtl"] .more-like-link,
body[dir="rtl"] .more-like-link {
  flex-direction: row-reverse !important;
}

/* Force RTL for Arabic language 
html[lang="ar"] .more-like-link,
html[lang^="ar"] .more-like-link {
  flex-direction: row-reverse !important;
}

html[dir="rtl"] .more-like-link {
  flex-direction: row-reverse !important;
  text-align: right;
}
  */

.more-like-image {
  flex-shrink: 0;
  width: 200px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.more-like-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.more-like-item:hover .more-like-image img {
  transform: scale(1.05);
}

.rating-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.8);
  padding: 4px 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #ffd700;
}

html[dir="rtl"] .rating-badge,
[dir="rtl"] .rating-badge {
  right: auto;
  left: 8px;
}

.more-like-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.more-like-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

.more-like-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #999;
  font-size: 14px;
}

.more-like-meta span:not(:last-child)::after {
  content: "•";
  margin-left: 12px;
}

html[dir="rtl"] .more-like-meta span:not(:last-child)::after,
[dir="rtl"] .more-like-meta span:not(:last-child)::after {
  margin-left: 0;
  margin-right: 12px;
}

.more-like-description {
  color: #ccc;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.more-like-genres {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.genre-tag {
  background: rgba(255, 255, 255, 0.1);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  color: #e0a800;
}

/* Responsive */
@media (max-width: 768px) {
  .more-like-link {
    flex-direction: column !important;
  }
  
  .more-like-image {
    width: 100%;
    height: 200px;
  }
}


@media (max-width: 1919.98px) {
  header .navbar .iq-nav-menu li {
      /*margin-top:10px;*/
  }
  header .nav-link{
    padding: .4rem .8rem !important;
  }
}