.dark-mode .nav-main {
    background-color: #1e293b !important;
    border-bottom: 2px solid #334155;
}
.dark-mode {
    background-color: #0f172a;
    color: silver;
}
.btn-custom, .pagination li.active a, .page-gallery .filters .active::after {
    background: linear-gradient(0deg, #F7D00A 0%, #ECD666 100%);
    color: #222 !important;
    font-weight: 800;
}
.dark-mode .sidebar-widget .tag-list li a {
    background-color: #1e293b;
    border: 1px solid #334155;
    color: #cdcdcd;
}
.dark-mode .post-content .post-tags ul li a {
    background-color: #1e293b;
    border: 1px solid #334155;
    color: #cdcdcd;
}
.dark-mode .search-form {
    background-color: #1e293b !important;
}
.dark-mode .form-input {
    color: #fdfdfd !important;
    background-color: #0f172a !important;
}
.dark-mode #nav-top, .dark-mode .reaction-num-votes, .dark-mode .dark-mode .modal-newsletter .btn
Specificity: (0,2,0)
 {
    background-color: #0f172a !important;
}
.dark-mode #footer {
    background-color: #1e293b;
}
.footer-copyright {
    border-top: 1px solid #334155;
    padding: 40px 0;
}
.post-text {
  position: relative;
  max-height: 180px;              /* látható rész */
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.post-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to top, #0f172a, #1e293b00); /* 🔹 sötét halványodás */
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.post-text.expanded {
  max-height: 9999px;
}

.post-text.expanded::after {
  opacity: 0; /* eltűnik a fade */
}

.read-more-btn {
  display: inline-block;
  background-color: #1e293b;
  color: #f8fafc;
  border: none;
  border-radius: 6px;
  padding: 6px 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.read-more-btn:hover {
  background-color: #334155;
  transform: translateY(-1px);
}
.cta-hero {
  background: linear-gradient(90deg, #0f172a, #1e293b);
  padding: 60px 20px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

.cta-hero-inner {
  max-width: 700px;
  margin: 0 auto;
  color: #f1f5f9;
}

.cta-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #f8fafc;
}

.cta-hero-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffd200;
  color: #222222!important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 14px 36px;
  border-radius: 9999px;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(255, 210, 0, 0.4);
}

.cta-hero-button:hover {
  background: #ffe44d;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 210, 0, 0.6);
}

.cta-arrow {
  transition: transform 0.3s ease;
}

.cta-hero-button:hover .cta-arrow {
  transform: translateX(5px);
}

@media (max-width: 576px) {
  .cta-title {
    font-size: 1.3rem;
  }
  .cta-hero-button {
    padding: 12px 26px;
    font-size: 0.95rem;
  }
}
.dark-mode .header-mobile {
    background-color: #1e293b !important;
    border-bottom: 2px solid #334155;
}
.post-content .post-title {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}

.video-grid {
  margin-bottom: 3rem;
}

.video-card {
  background: #1e293b;
  border-radius: 10px;
  padding: 10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.video-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.video-thumb img {
  transition: transform 0.3s ease;
}

.video-thumb:hover img {
  transform: scale(1.05);
}

.video-duration {
  position: absolute;
  bottom: 8px;
  right: 10px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 6px;
  border-radius: 4px;
}

.video-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #ffd200;
  color: #0f172a;
  font-weight: 700;
  font-size: 0.7rem;
  padding: 3px 7px;
  border-radius: 4px;
  text-transform: uppercase;
}

.video-info {
  padding: 8px 2px 0;
}

.video-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #f8fafc;
  line-height: 1.3;
  margin-bottom: 4px;
}

.video-title a {
  color: inherit;
  text-decoration: none;
}

.video-title a:hover {
  color: #ffd200;
}

.watch-btn {
  font-weight: 600;
  font-size: 0.9rem;
  background: #ffd200;
  color: #0f172a;
  border-radius: 9999px;
  padding: 6px 12px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.watch-btn:hover {
  background: #ffe44d;
}
.dark-mode #nav-top, .dark-mode .reaction-num-votes, .dark-mode .dark-mode .modal-newsletter .btn {
    background-color: #0f172a !important;
}
/* 🎯 Mobilon a cím 1 sorra rövidítve, ...-tel */
.video-title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;        /* csak 1 sor */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

/* ✨ Kicsit nagyobb kijelzőn (tablet, desktop) visszaállítjuk több sorra */
@media (min-width: 576px) {
  .video-title a {
    -webkit-line-clamp: 2;      /* 2 sor desktopon */
  }
}
.pagination li a {
    box-shadow: none !important;
    outline: none !important;
    width: auto;
    height: 40px;
    min-width: 40px;
    padding: 2px 8px;
    display: flex
;
    justify-content: center;
    align-items: center;
    color: #ccc !important;
    border: 1px solid #334155;
    border-radius: 2px !important;
    font-size: 14px;
}
.pagination li a:hover { 
    background-color: #1e293b;
 }
 .video-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}

.play-icon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  padding: 14px;
  opacity: 1;
  transition: all 0.3s ease;
}

.video-thumb:hover .play-icon-overlay {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}
.premium-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  display: inline-block;
  background-color: #ffd200;
  color: #222;
  font-weight: 700;
  padding: 4px 9px;
  font-size: 0.75rem;
  border-radius: 10px;
  text-transform: uppercase;
  line-height: 1;
  opacity: 0.95;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  white-space: nowrap;
}
.post-tags ul {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* max 4 sor */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 6.5em;
}

.post-tags ul.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}
/* 🎨 SEO szövegblokk stílus */
.category-seo-text {
  background: #1e293b;
  border-radius: 12px;
  padding: 2rem 2.5rem;
  color: #eee;
  line-height: 1.7;
  font-size: 1.05rem;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  margin-top: 2rem;
}

.category-seo-text:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 35px rgba(255, 215, 0, 0.1);
}

/* 🟡 Címek */
.category-seo-text h2 {
  color: #ffd54f;
  font-size: 1.9rem;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(255, 213, 79, 0.3);
  margin-bottom: 1.2rem;
  border-bottom: 2px solid rgba(255, 213, 79, 0.2);
  padding-bottom: 0.5rem;
}

.category-seo-text h3 {
  color: #ffcc80;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 1.8rem;
  margin-bottom: 0.8rem;
}

/* 📜 Bekezdések */
.category-seo-text p {
  margin-bottom: 1rem;
  color: #ddd;
}

/* ✅ Lista */
.category-seo-text ul {
  margin-top: 1rem;
  padding-left: 1.2rem;
  list-style: none;
}

.category-seo-text ul li {
  margin-bottom: 1rem;
  position: relative;
}

.category-seo-text ul li::before {
  content: "🔥";
  position: absolute;
  left: -1.6rem;
  top: 0.1rem;
  font-size: 1.1rem;
  color: #ff9800;
}

/* 🌫️ Animált megjelenés */
.category-seo-text {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease forwards;
}

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

/* 📱 Mobil optimalizálás */
@media (max-width: 768px) {
  .category-seo-text {
    padding: 1.5rem;
    font-size: 1rem;
  }
  .category-seo-text h2 {
    font-size: 1.5rem;
  }
  .category-seo-text h3 {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
        max-width: 1320px;
    }
}
.dark-mode .nav-main .navbar-nav .nav-link:hover {
    color: #ffd200!important;
}
.video-title a:hover { 
    color: #ffd200!important;
 }
 .post-item-small .title a:hover { 
    color: #ffd200!important;
  }
  .footer-copyright .nav-footer ul li a:hover { 
    color: #ffd200!important;
   }
.footer-social-links ul li a {
    width: 46px;
    height: 46px;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-right: 4px;
    border-radius: 50%;
    font-size: 18px;
    background-color: #0f172a;
}
.footer-social-links ul li a:hover { 
    background-color: #ffd200!important;
 }
 .footer-social-links ul li a i:hover { 
    color: #0f172a!important;
  }
  .dark-mode .mega-menu {
    background-color: #1e293b;
    border-top: 1px solid #334155;
}
.dark-mode .mega-menu .menu-left {
    background-color: #1e293b;
}
.dark-mode a:hover { 
    color: #ffd200;
 }
 .hits { 
    font-weight:700;
  }
  
   /* Alap stílus */
.video-vote {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.video-vote button {
  background: none;
  border: none;
  color: #fff !important;
  font-size: 1.1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.3s ease, transform 0.2s ease;
}

.video-vote button:hover {
  transform: scale(1.1);
}

.video-vote .btn-like:hover {
  color: #00ff99 !important; /* zöldes */
}

.video-vote .btn-dislike:hover {
  color: #ff4444 !important; /* piros */
}

.video-vote i {
  font-size: 1.2rem;
  line-height: 1;
}

.video-vote span {
  font-size: 0.9rem;
}
.dark-mode .nav-mobile {
    background-color: #0f172a !important;
}
.related-categories {
  text-align: center;
}

.category-card {
  text-decoration: none;
  color: inherit;
  display: block;
  background: linear-gradient(145deg, #0f172a, #1e293b);
  border-radius: 1rem;
  padding: 1.5rem 2rem;
  width: 220px;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(255, 193, 7, 0.4);
  background: linear-gradient(145deg, #ffc107, #ff9800);
  color: #000;
}

.category-card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category-card .icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.category-card .name {
  font-size: 1.1rem;
  font-weight: 600;
}

.category-card .btn {
  background: #000;
  color: #ffc107;
  border: none;
  transition: 0.3s ease;
}

.category-card:hover .btn {
  background: #000;
  color: #fff;
}
.scrollup i {
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: block;
    text-align: center;
    background-color: #1e293b;
    border-radius: 2px;
    z-index: 999999;
}
/* 🌟 Kiemelt (affiliate/premium) menüelem */
.highlight-menu {
  background: linear-gradient(0deg, #F7D00A 0%, #ECD666 100%);
  border-radius: 8px;
  padding: 4px 12px;
  margin: 0 4px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.highlight-menu a.nav-link {
  color: #3a2c00 !important;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.highlight-menu:hover {
  transform: translateY(-1px);
  filter: brightness(1.1);
}

highlight-menu a.nav-link .join:hover {
  color: #222 !important;
}

/* 🖤 Dark mode támogatás (ha van dark-mode class a <body>-n) */
body.dark-mode .highlight-menu {
  background: linear-gradient(0deg, #E1C609 0%, #C4B85E 100%);
}

body.dark-mode .highlight-menu a.nav-link {
  color: #222 !important;
}
.highlight-menu a.nav-link::after {
  content: "🔥";
  margin-left: 6px;
  font-size: 0.9rem;
}
