.cookies-card {
  width: 520px;
  padding: 30px;
  color: #1e2337;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all 0.5s;
  background: #d1d1d1;
  border-radius: 5px;
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}

/* SEO için semantic HTML korurken görsel tutarlılığı sağlamak için */
.empty-state-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: inherit;
}

@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}

button .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}


.select2-dropdown .select2-title {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.select2-dropdown .select2-subtitle {
  font-size: 12px;
  margin-bottom: 0px !important;
}

.select2-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
}

.select2-parent {
  position: relative;
}

span.selection {
  display: block;
}

.select2-container--default .select2-selection--single {
  border-color: rgb(255 255 255 / 10%) !important;
  border-width: 1px !important;
  height: 38px !important;
  background-color: #2b2f39 !important;
}

.input-group .select2-container--default .select2-selection--single {
  border-radius: 0 4px 4px 0 !important;
  border-left: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px !important;
}

.select2 .dropdown-wrapper {
  display: none;
}

.select2-dropdown {
  background-color: #131722;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: rgb(255 255 255 / 10%) !important;
  padding: 6px 20px;
  border-radius: 4px;
  background: #1b1b3f;
  color: #fff !important;
  transition: all 0.3s ease;
}

/* Select2 dropdown search focus - mavi border */
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
  border-color: hsl(220, 55%, 40%) !important;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2),
    0 0 15px rgba(37, 99, 235, 0.4) !important;
  background-color: rgba(255, 255, 255, 0.05);
}

.btn-close-white {
  background-color: rgb(255 255 255 / 10%);
  border-radius: 50%;
  height: 32px;
  width: 32px;
  filter: unset;
}

/* Movie Small Component Styles */
.movie-small {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.movie-small:last-child {
  border-bottom: 0;
}

.movie-small__thumb {
  width: 80px;
  height: 120px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}

.movie-small__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.movie-small__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  /* Flex item'ların taşmasını önler */
  overflow: hidden;
  /* İçeriğin taşmasını önler */
}

/* SADECE ana sayfadaki Trend ve En Sevilenler bölümü için özel stil */
.movie-section .movie-small-list .movie-small .movie-small__content h3.trending-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  max-width: 100%;
}

.movie-section .movie-small-list .movie-small .movie-small__content h3.trending-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 100%;
  width: 100%;
  font-weight: 600;
}

/* Film/Dizi ve Search sayfalarındaki kartlardaki başlıklar - küçük font, 3 satır sınırı */
.row .movie-item .movie-content .title,
.row .movie-card .movie-content .title,
.movie-item .movie-content h4.title,
.movie-card .movie-content h4.title {
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-height: 4.2em;
  margin-bottom: 8px;
}

.row .movie-item .movie-content .title a,
.row .movie-card .movie-content .title a,
.movie-item .movie-content h4.title a,
.movie-card .movie-content h4.title a {
  white-space: normal;
  overflow: hidden;
  display: inline;
  color: #fff;
  transition: color 0.3s ease;
}

.row .movie-item .movie-content .title a:hover,
.row .movie-card .movie-content .title a:hover,
.movie-item .movie-content h4.title a:hover,
.movie-card .movie-content h4.title a:hover {
  color: hsl(var(--base));
}

/* Film/Dizi kartları - tarih ve kategori satırı */
.movie-item .movie-content .movie-info-row,
.movie-card .movie-content .movie-info-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.movie-item .movie-content .movie-info-row .movie-year,
.movie-card .movie-content .movie-info-row .movie-year {
  color: rgba(255, 255, 255, 0.8);
}

.movie-item .movie-content .movie-info-row .movie-category-text,
.movie-card .movie-content .movie-info-row .movie-category-text {
  color: rgba(255, 255, 255, 0.6);
}

.movie-item .movie-content .movie-info-row .movie-year::after,
.movie-card .movie-content .movie-info-row .movie-year::after {
  content: "·";
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.5);
}

.movie-small__content a.text-small.base--color {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.movie-small__content a.text-small.base--color:hover {
  color: rgb(46, 83, 158) !important;
  transform: translateX(5px);
}

.movie-card__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 8px 0;
}

.movie-card__meta li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.color--primary {
  color: hsl(var(--base)) !important;
}

/* Single Movie Component Styles */
.single-movie {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.single-movie__thumb {
  position: relative;
  width: 100%;
  max-width: 764px;
  height: 656px;
  overflow: hidden;
  border-radius: 15px;
  margin: 0 auto;
}

.single-movie__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-movie__thumb .video-btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.4s ease;
  z-index: 2;
}

.single-movie__thumb .video-btn:hover {
  background: rgba(46, 83, 158, 0.3);
  border-color: rgb(46, 83, 158);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(46, 83, 158, 0.4);
}

.single-movie__thumb .video-btn .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(46, 83, 158, 0.6);
  border: 1px solid rgba(46, 83, 158, 0.8);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  transition: all 0.4s ease;
}

.single-movie__thumb .video-btn:hover .icon {
  background: rgb(46, 83, 158);
  border-color: rgb(46, 83, 158);
  transform: scale(1.1);
}

.single-movie__thumb .video-btn span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: all 0.4s ease;
}

/* Section Header Styles */
.section-header {
  margin-bottom: 25px;
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

/* Responsive Adjustments */
@media (max-width: 1399px) and (min-width: 1200px) {
  .single-movie {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .single-movie__thumb {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 764 / 656;
    min-height: 500px;
    display: block;
  }

  .single-movie__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .single-movie__thumb .video-btn {
    bottom: 25px;
    left: 25px;
    padding: 12px 25px;
    white-space: nowrap;
  }

  .single-movie__thumb .video-btn .icon {
    width: 45px;
    height: 45px;
    font-size: 16px;
    flex-shrink: 0;
  }

  .single-movie__thumb .video-btn span {
    font-size: 15px;
  }

  /* Column genişliklerini optimize et */
  .single-movie-left {
    padding-right: 10px;
  }

  .single-movie-middle {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1199px) {
  .single-movie__thumb {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 764 / 656;
    min-height: 400px;
  }

  .single-movie__thumb .video-btn {
    bottom: 20px;
    left: 20px;
    padding: 12px 20px;
  }

  .single-movie__thumb .video-btn .icon {
    width: 42px;
    height: 42px;
    font-size: 15px;
  }

  .single-movie__thumb .video-btn span {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .single-movie__thumb {
    width: 100%;
    max-width: 764px;
    height: auto;
    aspect-ratio: 764 / 656;
    min-height: 350px;
  }

  .movie-section .movie-small-list .movie-small .movie-small__content h3.trending-title {
    font-size: 15px;
  }

  .movie-section .movie-small-list .movie-small .movie-small__content h3.trending-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .single-movie__thumb .video-btn {
    bottom: 20px;
    left: 20px;
    padding: 12px 20px;
  }

  .single-movie__thumb .video-btn .icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .single-movie__thumb .video-btn span {
    font-size: 14px;
  }

  .movie-small__thumb {
    width: 60px;
    height: 90px;
  }
}

/* Logo stilleri - Header için sabit boyut */
.site-logo {
  max-width: 200px !important;
  width: 200px;
}

.site-logo img {
  width: 200px;
  height: auto;
  max-width: 200px !important;
  object-fit: contain;
}

/* Sadece çok küçük ekranlarda (420px altı) küçült */
@media only screen and (max-width: 420px) {
  .site-logo {
    max-width: 150px !important;
    width: 150px;
  }

  .site-logo img {
    width: 150px;
    max-width: 150px !important;
    height: auto;
  }
}

/* Header menu stilleri - Beyaz yazılar + Hover geçişi */
.header-section .header-bottom-area .navbar-collapse .main-menu li a {
  color: #ffffff;
  transition: all 0.3s ease;
  position: relative;
}

.header-section .header-bottom-area .navbar-collapse .main-menu li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, hsl(220, 55%, 30%), hsl(220, 55%, 45%));
  transition: width 0.3s ease;
}

.header-section .header-bottom-area .navbar-collapse .main-menu li a:hover {
  color: hsl(220, 55%, 45%);
}

.header-section .header-bottom-area .navbar-collapse .main-menu li a:hover::after {
  width: 100%;
}

.section.section--bg {
  background: linear-gradient(180deg,
      #131722 5%,
      #0f1118 95%);
}

/* Movie thumb overlay - lacivert ton */
.movie-item:hover .movie-thumb .movie-thumb-overlay::before {
  background-color: hsl(var(--base));
}

/* Ana butonlar - İki tonlu gradient (custom.css'de style.css'i override eder) */
.btn.btn--base {
  background: linear-gradient(135deg, hsl(220, 55%, 30%) 0%, hsl(220, 55%, 25%) 100%);
  border: 2px solid hsl(220, 55%, 35%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

/* Parlama efekti */
.btn.btn--base::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
  z-index: 1;
}

.btn.btn--base:hover::before {
  left: 100%;
}

.btn.btn--base:hover,
.btn.btn--base:focus,
.btn.btn--base:focus-visible {
  background: linear-gradient(135deg, hsl(220, 55%, 40%) 0%, hsl(220, 55%, 30%) 100%);
  border-color: hsl(220, 60%, 45%);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.35);
  transform: translateY(-1px);
  color: #ffffff;
}

/* Outline butonlar */
.btn.btn-outline--base {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid hsl(220, 55%, 35%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.btn.btn-outline--base::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
  z-index: 1;
}

.btn.btn-outline--base:hover::before {
  left: 100%;
}

.btn.btn-outline--base:hover,
.btn.btn-outline--base:focus,
.btn.btn-outline--base:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: hsl(220, 60%, 45%);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.35);
  transform: translateY(-1px);
  color: #ffffff;
}

/* Banner - Görsel üzerine gradient overlay (dinamik opacity) */
.banner-section.bg-overlay-black::before {
  background: linear-gradient(135deg,
      rgba(30, 41, 59, 1) 0%,
      rgba(15, 23, 42, 1) 50%,
      rgba(30, 41, 59, 1) 100%);
  opacity: var(--overlay-opacity, 0.85);
}

.banner-content .sub-title {
  color: hsl(45, 100%, 60%);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 10px rgba(255, 193, 7, 0.3);
}

.banner-content .title {
  color: #ffffff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

/* Sadece yıldız ikonları ve özel vurgular için altın */
.color--gold,
.fas.fa-star,
.movie-card__meta .fas.fa-star {
  color: hsl(45, 100%, 58%);
}

/* Premium badge'ler - Film/Dizi etiketleri (ana sayfa ve watch sayfası) */
.movie-thumb .movie-badge,
.recommended-thumb .movie-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg,
      hsl(45, 100%, 55%) 0%,
      hsl(45, 100%, 48%) 100%);
  color: hsl(220, 20%, 12%);
  font-size: 10px;
  font-weight: 600;
  padding: 1px 10px;
  border-radius: 5px;
  text-shadow: none;
  z-index: 3;
}

/* Global geçiş efektleri */
a:not(.movie-thumb-overlay a),
button:not(.movie-thumb-overlay button),
.btn {
  transition: all 0.3s ease;
}

/* Footer arka plan görselini koyulaştır */
.footer-section.bg-overlay-black::before {
  background: linear-gradient(135deg,
      rgba(15, 23, 42, 0.95) 0%,
      rgba(10, 15, 30, 0.98) 50%,
      rgba(15, 23, 42, 0.95) 100%);
  opacity: 1;
}

.footer-section .footer-links a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.footer-section .footer-links a:hover {
  color: hsl(220, 55%, 45%);
  padding-left: 5px;
}

/* Footer widget title - border-bottom olmadan */
.footer-section .footer-widget .widget-title {
  border-bottom: none;
  padding-bottom: 0;
}

/* YouTube Widget in Footer */
.youtube-widget {
  margin-top: 15px;
}

.youtube-subscribe-btn {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.youtube-subscribe-btn:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.youtube-logo {
  background: #FF0000;
  color: #fff;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

.youtube-logo i {
  font-size: 20px;
}

.subscriber-count {
  background: #fff;
  color: #333;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
}

.youtube-link .youtube-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #FF0000;
  font-size: 28px;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-right: 15px;
}

.youtube-link .youtube-item:hover {
  color: #CC0000;
  transform: scale(1.1);
}

.youtube-link .youtube-item i {
  line-height: 1;
}

/* Footer Logo Styles - sadece boyut */
.footer-section .footer-logo .site-logo {
  max-width: 250px;
}

.footer-section .footer-logo .site-logo img {
  width: 250px;
  height: auto;
}

/* Not: Select2 için height yukarıda tanımlı */
select,
.custom-select {
  height: 38px;
  padding: 0 15px;
}

/* Textarea için özel ayarlar */
textarea,
textarea.form--control {
  height: auto;
  min-height: 100px;
  padding: 10px 15px;
  resize: vertical;
}

/* Subscribe form input focus - iletişim sayfası ile aynı renk */
.subscribe-form input[type="email"]:focus,
.subscribe-form input:focus {
  outline: none !important;
  border-color: hsl(220, 55%, 40%) !important;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2) !important;
  background-color: #0e0d12 !important;
}

/* Placeholder stilleri - Genel form elemanları için */
input::placeholder,
textarea::placeholder,
.form--control::placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

/* Subscribe form input placeholder - iletişim sayfası ile aynı renk (override) */
.subscribe-form input[type="email"]::placeholder,
.subscribe-form input::placeholder {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 1 !important;
}

/* Select option arka plan rengi */
select option,
.custom-select option {
  background: #131722;
  color: white;
  padding: 10px;
}

/* Disabled durumdaki form elemanları */
input:disabled,
select:disabled,
textarea:disabled,
.form--control:disabled,
.custom-select:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: rgba(255, 255, 255, 0.05);
}

/* Select arrow için özel stil */
select.custom-select,
select.form--control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
  padding-right: 40px;
}

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

  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="number"],
  select,
  textarea,
  .form--control,
  .custom-select {
    font-size: 16px;
    /* iOS zoom engellemek için */
  }
}

/* Login Button Styles - Minimalist */
.btn-login {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  font-weight: 400;
  transition: all 0.2s ease;
  border-radius: 6px;
}

.btn-login:hover {
  opacity: 0.9;
}

.btn-login i {
  font-size: 16px;
}

/* User Dropdown Menu Styles - Modern Design */
.user-dropdown {
  position: relative;
}

.user-profile-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px 6px 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.user-profile-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.user-profile-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

.user-profile-btn::after {
  display: none;
}

.user-avatar-small {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, hsl(220, 55%, 45%) 0%, hsl(220, 55%, 35%) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.avatar-initial {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}

.user-name-text {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-profile-btn .dropdown-chevron {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
  margin-left: 4px;
  flex-shrink: 0;
}

.user-profile-btn[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.25);
}

.user-profile-btn[aria-expanded="true"] .dropdown-chevron {
  transform: rotate(180deg);
  color: rgba(255, 255, 255, 0.9);
}

.user-profile-btn[aria-expanded="true"] .user-avatar-small {
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 12px rgba(37, 99, 235, 0.4);
}

.user-dropdown-menu {
  background: linear-gradient(135deg, #1a1f2e 0%, #131722 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 8px 0;
  min-width: 200px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
  margin-top: 12px !important;
  animation: dropdownFadeIn 0.3s ease;
}

@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.user-dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.user-dropdown-menu .dropdown-item:hover,
.user-dropdown-menu .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.user-dropdown-menu .dropdown-item i {
  font-size: 18px;
  width: 20px;
  text-align: center;
}

.user-dropdown-menu .dropdown-item.text-danger {
  color: #dc3545;
}

.user-dropdown-menu .dropdown-item.text-danger:hover {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}

.user-dropdown-menu .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 8px 0;
}

.user-dropdown-menu form {
  margin: 0;
}

.user-dropdown-menu form button.dropdown-item {
  width: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

/* Breadcrumb Styles - SEO Friendly */
.breadcrumb-section {
  padding: 20px 0 10px;
  background: transparent;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.4);
  content: "/";
}

.breadcrumb-item a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
  color: hsl(220, 55%, 60%);
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #fff;
  font-weight: 500;
}

/* Footer About Text - Word Wrap */
.footer-about-text {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 1.6;
}

/* Kurumsal Dropdown Menü Stilleri - Daha büyük ve okunabilir */
.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  width: 240px;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  font-size: 11px;
  padding: 12px 20px;
  white-space: nowrap;
}

/* İzlemeye Devam Et Section */
.continue-watching-slider {
  overflow: hidden;
}

/* Episode badge - sağ üst köşe */
.movie-badge--episode {
  position: absolute;
  top: 20px;
  right: 20px;
  left: auto !important;
  background: rgba(0, 0, 0, 0.7) !important;
  backdrop-filter: blur(4px);
  color: #fff !important;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  z-index: 4;
}

/* Continue watching için film/dizi başlık ve content */
.movie-content .movie-title {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.movie-content .movie-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.movie-content .movie-title a:hover {
  color: hsl(var(--base));
}