.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Afacad";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Afacad";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Afacad";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Afacad";--e-global-typography-accent-font-weight:500;background-color:#00062C;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===================== */
/* 🎬 Season Tabs Styling */
/* ===================== */
.vk-series-tabs .vk-tab-titles {
  display: flex;
  gap: 25px;
  border-bottom: 2px solid #333;
  margin-bottom: 25px;
  padding: 0;
}

.vk-series-tabs .vk-tab-title {
  list-style: none;
  padding: 12px 18px;
  cursor: pointer;
  font-weight: 600;
  color: #aaa;
  transition: all 0.3s ease;
  border-radius: 6px 6px 0 0;
}

.vk-series-tabs .vk-tab-title:hover {
  color: #fff;
  background: #222;
}

.vk-series-tabs .vk-tab-title.vk-tab-active {
  color: #fff;
  background: #e50914; /* Netflix red */
}

/* ===================== */
/* 🎬 Episode Grid Styling */
/* ===================== */
.vk-series-tabs .vk-episodes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.vk-series-tabs .vk-episode-card {
  background: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.vk-series-tabs .vk-episode-card:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0,0,0,0.5);
}

/* ===================== */
/* 🎬 Episode Thumbnail */
/* ===================== */
.vk-series-tabs .vk-ep-thumb {
  position: relative;
  height: 140px;
  background: #333 url('https://via.placeholder.com/300x170?text=Thumbnail') center/cover no-repeat;
}

.vk-series-tabs .vk-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: #fff;
  background: rgba(0,0,0,0.6);
  padding: 8px 14px;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.vk-series-tabs .vk-episode-card:hover .vk-play-overlay {
  background: #e50914;
}

/* ===================== */
/* 🎬 Episode Meta Info */
/* ===================== */
.vk-series-tabs .vk-ep-meta {
  padding: 15px;
}

.vk-series-tabs .vk-ep-title {
  font-size: 15px;
  margin: 0 0 8px;
}

.vk-series-tabs .vk-ep-title a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}

.vk-series-tabs .vk-ep-title a:hover {
  color: #e50914;
}

.vk-series-tabs .vk-ep-desc {
  font-size: 13px;
  color: #bbb;
  margin: 0;
}/* End custom CSS */