/*
 Theme Name:   Koraxon Blog
 Template:     astra
 Version:      1.0.0
*/

/* Base Dark Theme Setup */
input[type="text"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="reset"], 
input[type="tel"], 
input[type="date"], 
input[type="date"], 
input[type="radio"],
input[type="range"],
input[type="color"],
input[type="file"],
input[type="time"],
input[type="datetime-local"],
body select, 
body textarea {
    height: auto;
    width: auto;
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    color: inherit;
    box-sizing: border-box;
    transition: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Override Astra's specific height rule */
input[type="text"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="reset"], 
input[type="tel"], 
input[type="date"], 
input[type="radio"],
input[type="range"],
input[type="color"],
input[type="file"],
input[type="time"],
input[type="datetime-local"],
body select {
    height: auto;
}

/* Override Astra's specific font and padding rules */
input[type="text"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="reset"], 
input[type="tel"], 
input[type="date"], 
body select, 
body textarea {
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    width: auto;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
}

button:hover, button:focus, button:active, button:focus-visible,
input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active, input[type="text"]:focus-visible,
input[type="email"]:hover, input[type="email"]:focus, input[type="email"]:active, input[type="email"]:focus-visible,
input[type="number"]:hover, input[type="number"]:focus, input[type="number"]:active, input[type="number"]:focus-visible,
input[type="url"]:hover, input[type="url"]:focus, input[type="url"]:active, input[type="url"]:focus-visible,
input[type="password"]:hover, input[type="password"]:focus, input[type="password"]:active, input[type="password"]:focus-visible,
input[type="search"]:hover, input[type="search"]:focus, input[type="search"]:active, input[type="search"]:focus-visible,
input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="reset"]:focus-visible,
input[type="radio"]:hover, input[type="radio"]:focus, input[type="radio"]:active, input[type="radio"]:focus-visible,
input[type="range"]:hover, input[type="range"]:focus, input[type="range"]:active, input[type="range"]:focus-visible,
input[type="color"]:hover, input[type="color"]:focus, input[type="color"]:active, input[type="color"]:focus-visible,
input[type="file"]:hover, input[type="file"]:focus, input[type="file"]:active, input[type="file"]:focus-visible,
input[type="time"]:hover, input[type="time"]:focus, input[type="time"]:active, input[type="time"]:focus-visible,
input[type="datetime-local"]:hover, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="datetime-local"]:focus-visible,
textarea:hover, textarea:focus, textarea:active, textarea:focus-visible,
a:hover, a:focus, a:active, a:focus-visible{
    outline: unset;
    box-shadow: unset;
    border: unset;
    background: unset;
    color: unset;
    text-decoration: unset;
}

/* Override any remaining Astra form styles */
body .ast-form-styles input,
body .ast-form-styles select,
body .ast-form-styles textarea,
body .ast-form-styles button {
    height: auto;
    width: auto;
    font-size: inherit;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    color: inherit;
}

/* Override WordPress core form styles */
body .wp-core-ui input,
body .wp-core-ui select,
body .wp-core-ui textarea,
body .wp-core-ui button {
    height: auto;
    width: auto;
    font-size: inherit;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    color: inherit;
}
*, html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  margin: 0 !important;
  padding: 0 !important;
}

body {
  background-color: #111715;
  color: #e5e7eb;
  font-family: 'Inter', sans-serif;
  position: relative;
  overflow-x: hidden;
}

/* Background Layers */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(ellipse at 50% 30%, rgba(34, 197, 94, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(34, 197, 94, 0.05) 0%, transparent 40%),
    radial-gradient(ellipse at 20% 80%, rgba(34, 197, 94, 0.08) 0%, transparent 40%);
  z-index: -3;
  pointer-events: none;
}

/* Grid Pattern */
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(rgba(34, 197, 94, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 197, 94, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: -2;
  pointer-events: none;
}

/* Static Particles Layer */
.particles-container {
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.7;
}

.particle {
  position: absolute;
  width: 2px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

.particle:nth-child(1) { top: 15%; left: 10%; width: 3px; height: 3px; }
.particle:nth-child(2) { top: 25%; left: 25%; width: 2px; height: 2px; }
.particle:nth-child(3) { top: 35%; left: 45%; width: 4px; height: 4px; }
.particle:nth-child(4) { top: 20%; left: 65%; width: 2px; height: 2px; }
.particle:nth-child(5) { top: 40%; left: 80%; width: 3px; height: 3px; }
.particle:nth-child(6) { top: 55%; left: 15%; width: 5px; height: 5px; }
.particle:nth-child(7) { top: 65%; left: 35%; width: 2px; height: 2px; }
.particle:nth-child(8) { top: 75%; left: 55%; width: 4px; height: 4px; }
.particle:nth-child(9) { top: 45%; left: 70%; width: 3px; height: 3px; }
.particle:nth-child(10) { top: 85%; left: 25%; width: 2px; height: 2px; }
.particle:nth-child(11) { top: 30%; left: 85%; width: 4px; height: 4px; }
.particle:nth-child(12) { top: 70%; left: 85%; width: 3px; height: 3px; }
.particle:nth-child(13) { top: 10%; left: 50%; width: 5px; height: 5px; }
.particle:nth-child(14) { top: 50%; left: 5%; width: 2px; height: 2px; }
.particle:nth-child(15) { top: 90%; left: 45%; width: 4px; height: 4px; }
.particle:nth-child(16) { top: 5%; left: 75%; width: 3px; height: 3px; }
.particle:nth-child(17) { top: 60%; left: 95%; width: 2px; height: 2px; }
.particle:nth-child(18) { top: 80%; left: 10%; width: 5px; height: 5px; }
.particle:nth-child(19) { top: 95%; left: 65%; width: 3px; height: 3px; }
.particle:nth-child(20) { top: 15%; left: 90%; width: 4px; height: 4px; }
.particle:nth-child(21) { top: 35%; left: 5%; width: 2px; height: 2px; }
.particle:nth-child(22) { top: 70%; left: 65%; width: 3px; height: 3px; }
.particle:nth-child(23) { top: 25%; left: 40%; width: 5px; height: 5px; }
.particle:nth-child(24) { top: 55%; left: 85%; width: 2px; height: 2px; }
.particle:nth-child(25) { top: 85%; left: 35%; width: 4px; height: 4px; }
.particle:nth-child(26) { top: 45%; left: 20%; width: 3px; height: 3px; }
.particle:nth-child(27) { top: 65%; left: 75%; width: 2px; height: 2px; }
.particle:nth-child(28) { top: 20%; left: 30%; width: 5px; height: 5px; }
.particle:nth-child(29) { top: 75%; left: 45%; width: 3px; height: 3px; }
.particle:nth-child(30) { top: 40%; left: 60%; width: 4px; height: 4px; }
.particle:nth-child(31) { top: 12%; left: 15%; width: 2px; height: 2px; }
.particle:nth-child(32) { top: 28%; left: 35%; width: 4px; height: 4px; }
.particle:nth-child(33) { top: 42%; left: 55%; width: 3px; height: 3px; }
.particle:nth-child(34) { top: 18%; left: 75%; width: 5px; height: 5px; }
.particle:nth-child(35) { top: 38%; left: 85%; width: 2px; height: 2px; }
.particle:nth-child(36) { top: 58%; left: 18%; width: 4px; height: 4px; }
.particle:nth-child(37) { top: 68%; left: 38%; width: 3px; height: 3px; }
.particle:nth-child(38) { top: 78%; left: 58%; width: 5px; height: 5px; }
.particle:nth-child(39) { top: 48%; left: 72%; width: 2px; height: 2px; }
.particle:nth-child(40) { top: 88%; left: 28%; width: 4px; height: 4px; }
.particle:nth-child(41) { top: 32%; left: 88%; width: 3px; height: 3px; }
.particle:nth-child(42) { top: 72%; left: 88%; width: 5px; height: 5px; }
.particle:nth-child(43) { top: 8%; left: 52%; width: 2px; height: 2px; }
.particle:nth-child(44) { top: 52%; left: 8%; width: 4px; height: 4px; }
.particle:nth-child(45) { top: 92%; left: 48%; width: 3px; height: 3px; }
.particle:nth-child(46) { top: 7%; left: 78%; width: 5px; height: 5px; }
.particle:nth-child(47) { top: 62%; left: 98%; width: 2px; height: 2px; }
.particle:nth-child(48) { top: 82%; left: 12%; width: 4px; height: 4px; }
.particle:nth-child(49) { top: 97%; left: 68%; width: 3px; height: 3px; }
.particle:nth-child(50) { top: 17%; left: 92%; width: 5px; height: 5px; }

/* Headings */
h1, h2, h3, h4, h5 {
  color: #f3f4f6;
  font-weight: 600;
}

/* Primary Neon Highlight */
a, .highlight {
  color: #D1FF00;
  text-decoration: none;
}
a:hover {
  color: #fef08a;
}

/* Remove background in containers */
.site-content,
.ast-container,
.ast-separate-container {
  background-color: transparent;
  box-shadow: none;
}
.site-content{
  position: relative;
  top: -80px;
  padding-top: 70px;
  background-color: #151515;
}
.single-post .site-content{
  background-color: transparent;
}
.neon-bg {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100vh;
  /* background-color: #0b0f14; یا هر رنگ تیره‌ای که بخوای */
  overflow: hidden;
  z-index: 0;
}

.neon-spot {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(162,255,0,0.7) 0%, rgba(0,0,0,0) 70%);
  filter: blur(100px);
  opacity: 0.6;
  z-index: 1;
  /* animation: pulse 6s ease-in-out infinite; */
}

/* موقعیت‌های مختلف */
.spot-1 {
  top: -40vh;
    left: 14%;
    width: 80px;
    height: 145vh;
    transform: rotate(35deg);
    background: #c7f206;
    z-index: 4;
    filter: blur(40px);
}

.spot-2 {
  top: -50px;
    right: -70%;
    width: 100vw;
    height: 80vh;
    background: #06dcf2a1;
    z-index: 65;
    filter: blur(100px);
}

.spot-3 {
  top: -20%;
    left: -5%;
    width: 100px;
    height: 120vh;
    transform: rotate(25deg);
    background: #c7f206;
    z-index: 5;
    filter: blur(30px);
}

/* انیمیشن برای نوسان */
/* @keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.9;
  }
} */
.grid-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image:
  radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, rgb(0 0 0 / 70%) 80%), linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size:
    100% 100%,
    50px 50px,
    50px 50px;
  pointer-events: none;
  opacity: 1;
}

/* Hero Section with Glow Effect */
.koraxon-hero {
  padding: 20px 24px 20px;
  text-align: center;
  color: #e5e7eb;
  max-width: 1200px;
  margin: auto;
  z-index: 10;
  position: relative;
  min-height: calc(100vh - 45px);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  color: white;
  background: linear-gradient(135deg, #ffffff 0%, #444444 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}

.hero-content p {
  font-size: 14px;
  color: #9ca3af;
  margin-bottom: 15px;
}

.koraxon-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
  padding: 3px 20px;
  /* background: rgba(14, 16, 20, 0.7);
  border-radius: 10px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); */
}

/* Category buttons with glowing borders */
.category-btn {
  background: rgba(14, 16, 20, 0.8);
  border: 1px solid rgba(209, 255, 0, 0.3);
  color: #e5e7eb;
  padding: 5px 30px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(209, 255, 0, 0.2), inset 0 0 20px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  text-decoration: none;
  font-family: inherit;
  position: relative;
}
a.category-btn:after {
  content: '';
  position: absolute;
  width: 60%;
  left: 20%;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(45deg, transparent, #d1ff02, transparent);
}
a,category-btn:hover{
  border: 1px solid rgba(209, 255, 0, 0);
}

.category-btn i {
  font-size: 14px;
  color: #e5e7eb;
}

.category-btn:hover:not(.active) {
  background-color: rgba(209, 255, 0, 0.1);
  border: 1px solid #D1FF00;
  color: #D1FF00;
  box-shadow: 0 0 20px rgba(209, 255, 0, 0.4), inset 0 0 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.category-btn:hover:after {
  display: none;
}

.category-btn.active {
  background-color: #D1FF00;
  color: #0e1014;
  border: 1px solid #D1FF00;
  font-weight: 600;
  box-shadow: 0 0 25px rgba(209, 255, 0, 0.8), inset 0 0 15px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.category-btn.active i {
  color: #0e1014;
}

/* Featured Content Section */
.koraxon-featured-content {
  max-width: 1050px;
  margin: auto;
  padding: 0 24px;
  z-index: 10;
  position: relative;
  will-change: transform;
  transform: translateZ(0);
  overflow: hidden;
}

.content-container {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  justify-content: center;
  z-index: 10;
  min-height: 300px; /* Ensure consistent height for slideshow */
  /*overflow: hidden; Hide overflow from absolute positioned slides */
  will-change: transform;
  transform: translateZ(0);
}

.nav-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  flex-shrink: 0;
  min-width: 48px;
  min-height: 48px;
  box-sizing: border-box;
  padding:0;
  will-change: transform;
  transform: translateZ(0);
}
.next-article .nav-arrow{
  float: right;
}

.nav-arrow:hover {
  border: 1px solid #D1FF00;
  color: #D1FF00;
  transform: scale(1.1) translateZ(0);
}

.nav-arrow i {
  font-size: 16px;
  font-weight: bold;
}
.nav-arrow:active, .nav-arrow:focus, .nav-arrow:focus-visible{
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.featured-article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 20px;
  border-radius: 20px;
  padding: 10px;
  flex: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px) translateZ(0);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
  pointer-events: none;
  will-change: opacity, transform, visibility;
  /* Smooth swipe transitions */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.featured-article.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) translateZ(0);
  pointer-events: auto;
  position: relative;
}

/* Slideshow transition animations */

.featured-article .article-image img,
.featured-article .credit-card-image {
  transition: opacity 0.4s ease, transform 0.4s ease;
  will-change: opacity, transform;
  transform: translateZ(0);
}

.featured-article .article-meta .author,
.featured-article .article-meta .date,
.featured-article .article-title,
.featured-article .article-excerpt,
.featured-article .read-time,
.featured-article .engagement-metrics .likes,
.featured-article .engagement-metrics .views {
  transition: opacity 0.3s ease, transform 0.3s ease;
  will-change: opacity, transform;
  transform: translateZ(0);
}

.featured-article .article-tags {
  transition: opacity 0.3s ease;
  will-change: opacity;
  transform: translateZ(0);
}

.featured-article .article-tags .tag {
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: inline-block;
}

/* Slideshow indicators animations */
.slideshow-indicators {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  z-index: 10;
}

.slideshow-indicators .indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
}

.slideshow-indicators .indicator:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

.slideshow-indicators .indicator.active {
  transform: scale(1.2);
  background: #22c55e;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.5);
}

/* Navigation arrows hover effects */
.nav-arrow {
  transition: all 0.3s ease;
}

.nav-arrow:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(34, 197, 94, 0.3);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-arrow:active {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(34, 197, 94, 0.3);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.article-image {
  position: relative;
  background: transparent;
  border-radius: 16px;
  width: 444px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 10px;
  /* Swipe functionality */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y pinch-zoom;
  cursor: grab;
  will-change: transform;
  transform: translateZ(0);
}

.article-image:active {
  cursor: grabbing;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.read-time {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 2;
}

.credit-card-image {
  width: 200px;
  height: 120px;
  background: linear-gradient(135deg, #ffd700 0%, #ffed4e 30%, #8b5cf6 60%, #a855f7 100%);
  border-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(255, 215, 0, 0.4), 0 0 20px rgba(139, 92, 246, 0.3);
  transform: perspective(1000px) rotateY(-15deg) rotateX(5deg);
}

.credit-card-image::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(135deg, #8b5cf6, #a855f7);
  border-radius: 0 0 12px 12px;
}

.credit-card-image::after {
  content: '';
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  background: #ff6b9d;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 107, 157, 0.6);
}

.article-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article-details .article-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  gap: 8px;
  text-align: left;
}

.article-meta {
  display: flex;
  gap: 4px;
  color: #9ca3af;
  font-size: 14px;
}

.article-title {
  font-size: 22px;
  font-weight: 700;
  color: white;
  line-height: 24px;
}

.article-excerpt {
  color: #9ca3af;
  line-height: 18px;
  font-size: 14px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 54px; /* 3 lines × 18px line-height */
}

/* Discover More button with glow */
.discover-btn {
  /* background: rgba(14, 16, 20, 0.9); */
  color: white;
  border: 1px solid rgba(209, 255, 0, 0.4);
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  align-self: flex-start;
  box-shadow: 0 0 15px rgba(209, 255, 0, 0.3), inset 0 0 20px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
}

.discover-btn:hover {
  background: rgba(209, 255, 0, 0.1);
  color: #D1FF00;
  border: 1px solid #D1FF00;
  box-shadow: 0 0 20px rgba(209, 255, 0, 0.5), inset 0 0 20px rgba(0, 0, 0, 0.2);
}

.article-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* Tags with glowing borders */
.tag:not(body) {
  background: #1f1f1f;
  color: #5c5c5c;
  padding: 1px 20px;
  border-radius: 16px;
  font-size: 12px;
  border: 1px solid #5c5c5c;
  line-height: 16px;
  box-shadow: 0 0 10px rgb(92 92 92);
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.tag:not(body):hover {
  background: #2a2a2a;
  color: #7a7a7a;
  border: 1px solid #7a7a7a;
  box-shadow: 0 0 15px rgb(122 122 122);
  text-decoration: none;
}

/* Engagement Metrics - Updated for smaller, subtle design */
.engagement-metrics {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-left: 12px;
  padding-left:15px;
}

.engagement-metrics .likes,
.engagement-metrics .views {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #9ca3af;
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  cursor: pointer;
}

.engagement-metrics .likes:hover {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.engagement-metrics .likes.liked {
  color: #ff6b6b;
  background: rgba(255, 107, 107, 0.1);
  border: 1px solid rgba(255, 107, 107, 0.2);
}

.engagement-metrics .likes.already-liked {
  color: #ff6b6b;
  background: rgba(255, 107, 107, 0.15);
  border: 1px solid rgba(255, 107, 107, 0.3);
  cursor: not-allowed;
}

.engagement-metrics .likes.already-liked:hover {
  transform: none;
}

.engagement-metrics .views {
  cursor: default;
  opacity: 0.7;
}

.engagement-metrics .views:hover {
  transform: none;
}

.engagement-metrics i {
  font-size: 11px;
  color: inherit;
}

/* Container for discover button and engagement metrics */
.discover-btn-container {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  /* margin-top: 10px;
    margin-bottom: 10px; */
}

/* Remove old engagement metrics styles */
.engagement-metrics .likes i {
  color: inherit;
}

.engagement-metrics .views i {
  color: inherit;
}

/* Posts Grid */
.koraxon-posts {
  max-width: 1200px;
  margin: 60px auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 32px;
  padding: 0 24px;
  z-index: 10;
  position: relative;
}

.koraxon-post-card {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s;
}

.koraxon-post-card:hover {
  /* transform: translateY(-5px); */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(209, 255, 0, 0.2);
}

.koraxon-post-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.placeholder-image {
  width: 100%;
  height: 200px;
  background: linear-gradient(90deg, #374151, #4b5563);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
}

.card-content {
  padding: 24px;
}

.koraxon-post-card h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.3;
}

.koraxon-post-card p {
  color: #9ca3af;
  margin-bottom: 20px;
  line-height: 1.5;
}

.read-more {
  display: inline-block;
  background: linear-gradient(135deg, #D1FF00, #b5e000);
  color: #000;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  transition: all 0.3s;
}

.read-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(209, 255, 0, 0.3);
}

/* Blog Grid Section */
.koraxon-blog-grid {
  max-width: 1200px;
    margin: 60px auto;
    padding: 10px 24px;
    z-index: 10;
    position: relative;
}

.section-title {
  font-size: 32px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #e5e7eb;
    position: relative;
    text-align: left;
    margin-bottom: 25px;
    text-shadow: 0 0 20px rgba(209, 255, 0, 0.3);
}
h2.section-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 95px;
  background: #d1ff02;
  box-shadow: 0px 0px 7px #d1ff02;
}
.blog-posts {
  display: flex;
    width: 100%;
  gap: 30px;
  margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.blog-posts .blog-post-card{
  width: 320px;
}
.blog-posts .post-image{
  height: 180px;
}
.blog-posts .post-image img{
  height: auto;
  width: auto;
  object-fit: unset;
}
.blog-posts .category-tag{
  background: rgb(209 255 2);
  color: #000000;
}

.blog-post-card {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
  will-change: transform;
  transform: translateZ(0);
}

.blog-post-card:hover {
  /* transform: translateY(-5px); */
  box-shadow: 0 10px 30px rgba(209, 255, 0, 0.1);
  border: 1px solid rgba(209, 255, 0, 0.2);
}

.post-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 15px;
}

.post-image img {
  width: 100%;
  /* height: 200px; */
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
  will-change: transform;
  transform: translateZ(0);
}

.blog-post-card:hover .post-image img,
.latest-post-card:hover .post-image img {
  transform: scale(1.05) translateZ(0);
}

.placeholder-illustration {
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.placeholder-illustration::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  animation: shimmer 2s infinite;
  will-change: transform;
  transform: translateZ(0);
}

@keyframes shimmer {
  0% { transform: translateX(-100%) translateZ(0); }
  100% { transform: translateX(100%) translateZ(0); }
}

.post-categories {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  gap: 8px;
}

.category-tag {
  background: rgba(0, 0, 0, 0.7);
  color: #9c9c9c;
  padding: 2px 7px;
  border-radius: 15px;
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
  backdrop-filter: blur(10px);
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  will-change: transform;
  transform: translateZ(0);
}

.category-tag:hover {
  background: rgba(209, 255, 0, 0.2);
  color: #d1ff02;
  border: 1px solid rgba(209, 255, 0, 0.3);
  transform: translateY(-1px) translateZ(0);
  box-shadow: 0 2px 8px rgba(209, 255, 0, 0.2);
}

.post-content {
  padding: 5px 10px;
}

.post-meta {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
  font-size: 13px;
  color: #9ca3af;
}

.post-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 30px;
}

.post-title a {
  color: #e5e7eb;
  text-decoration: none;
  transition: color 0.3s ease;
}

.post-title a:hover {
  color: #d1ff02;
}

.post-excerpt {
  color: #9ca3af;
  line-height: 1.6;
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 20px;
}

.discover-more-btn {
  display: inline-block;
  background: rgba(209, 255, 0, 0.1);
  color: #d1ff02;
  padding: 8px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid rgba(209, 255, 0, 0.2);
}

.discover-more-btn:hover, .discover-more-btn:active {
  background: rgba(209, 255, 0, 0.2);
  transform: translateY(-2px);
  border: 1px solid rgba(209, 255, 0, 0.2);
}

.no-posts {
  text-align: center;
  color: #9ca3af;
  font-size: 16px;
  grid-column: 1 / -1;
  padding: 40px;
}

/* Special Post Section */
.special-post-section {
  max-width: 1000px;
    margin: 20px auto 0px;
    padding: 0 24px;
    z-index: 10;
    position: relative;
}

.special-post-card {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  /* height: 400px; */
}

.special-post-card:hover {
  /* transform: translateY(-5px); */
  box-shadow: 0 10px 30px rgba(209, 255, 0, 0.1);
  border: 1px solid rgba(209, 255, 0, 0.2);
}

.special-post-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  height: 300px;
}

.special-post-image img {
  /* width: 100%;
  height: 100%;
  object-fit: cover; */
  border-radius: 16px;
  transition: transform 0.3s ease;
}

.special-post-card:hover .special-post-image img {
  transform: scale(1.03);
}

.special-placeholder-illustration {
  width: 100%;
  height: 300px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.special-placeholder-illustration::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  animation: shimmer 2s infinite;
}

.special-post-categories {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  gap: 10px;
  z-index: 2;
}

.special-post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 20px;
  background: linear-gradient(to top, rgb(17 21 20) 0%, rgb(43 52 0) 40%, rgb(59 73 0) 60%, rgba(255, 255, 255, 0) 100%);
  color: white;
}

.special-post-meta {
  display: flex;
  gap: 10px;
  font-size: 12px;
  color: #e5ff71;
    margin-top: 10px;
}

.special-post-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
  color: white;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 3.6em;
}

.special-post-title a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.special-post-title a:hover {
  color: #d1ff02;
}

.special-post-excerpt {
  color: #cbcbcb;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 4.8em;
}

.special-discover-btn {
  display: inline-block;
  background: rgba(209, 255, 0, 0.9);
  color: #333;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 1px solid rgba(209, 255, 0, 0.2);
}

.special-discover-btn:hover {
  background: rgba(209, 255, 0, 1);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(209, 255, 0, 0.3);
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.pagination-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-link {
  display: inline-block;
  padding: 8px 15px;
  color: #e5e7eb;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
}

.page-link:hover {
  background: rgba(209, 255, 0, 0.1);
  color: #d1ff02;
}

.page-link.active {
  background: rgba(209, 255, 0, 0.2);
  color: #d1ff02;
  border-bottom: 2px solid #d1ff02;
}

.page-dots {
  color: #9ca3af;
  padding: 8px 5px;
}

/* Newsletter Signup Section */
.newsletter-signup {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 60px 24px;
  text-align: center;
  z-index: 10;
  position: relative;
}

.signup-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #e5e7eb;
  margin-bottom: 20px;
  text-shadow: 0 0 20px rgba(209, 255, 0, 0.3);
}

.signup-content p {
  font-size: 18px;
  color: #9ca3af;
  margin-bottom: 40px;
  line-height: 1.6;
}

.newsletter-form {
  max-width: 500px;
  margin: 0 auto;
}

.form-group {
  display: flex;
  gap: 15px;
  align-items: center;
}

.newsletter-form input[type="email"] {
  flex: 1;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  color: #e5e7eb;
  font-size: 16px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.newsletter-form input[type="email"]::placeholder {
  color: #9ca3af;
}

.newsletter-form input[type="email"]:focus {
  outline: none;
  border: 1px solid rgba(209, 255, 0, 0.5);
  box-shadow: 0 0 20px rgba(209, 255, 0, 0.2);
}

.signup-btn {
  padding: 15px 30px;
  background: #d1ff02;
  color: #0e1014;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.signup-btn:hover {
  background: #b8e600;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(209, 255, 0, 0.3);
}

/* Footer Styles */
.koraxon-footer {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 10;
  position: relative;
  margin-top: -80px;
}

.footer-top {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-logo .logo-icon {
  width: 40px;
  height: 40px;
  background: #d1ff02;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0e1014;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 0 20px rgba(209, 255, 0, 0.3);
}

.footer-logo .logo-text {
  color: #d1ff02;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(209, 255, 0, 0.5);
}

.footer-newsletter {
  flex: 1;
  max-width: 400px;
  text-align: center;
}

.footer-newsletter p {
  color: #e5e7eb;
  margin-bottom: 15px;
  font-size: 14px;
}

.footer-newsletter-form .form-group {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-newsletter-form input[type="email"] {
  flex: 1;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  color: #e5e7eb;
  font-size: 14px;
  backdrop-filter: blur(10px);
}

.footer-newsletter-form input[type="email"]::placeholder {
  color: #9ca3af;
}

.footer-signup-btn {
  padding: 10px 20px;
  background: #d1ff02;
  color: #0e1014;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer-signup-btn:hover {
  background: #b8e600;
  transform: translateY(-2px);
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer-nav-links {
  display: flex;
  list-style: none;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.footer-nav-links a {
  color: #e5e7eb;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-nav-links a:hover {
  color: #d1ff02;
}

.footer-utility {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-utility .icon-link {
  color: #9ca3af;
  font-size: 16px;
  transition: color 0.3s ease;
}

.footer-utility .icon-link:hover {
  color: #d1ff02;
}

.footer-utility .btn-open-app {
  background: #d1ff02;
  color: #0e1014;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.footer-utility .btn-open-app:hover {
  background: #b8e600;
  transform: translateY(-2px);
}

.footer-separator {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.footer-main {
  padding: 60px 0 40px;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.footer-left {
  max-width: 400px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.footer-brand .logo-icon {
  width: 40px;
  height: 40px;
  background: #d1ff02;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0e1014;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 0 20px rgba(209, 255, 0, 0.3);
}

.footer-brand .logo-text {
  color: #d1ff02;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(209, 255, 0, 0.5);
}

.footer-tagline {
  color: #e5e7eb;
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 16px;
}

.social-links {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.social-link {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e5e7eb;
  text-decoration: none;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
}

.social-link:hover {
  border: 1px solid #d1ff02;
  color: #d1ff02;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(209, 255, 0, 0.2);
}

.copyright {
  color: #9ca3af;
  font-size: 14px;
  margin: 0;
}

.footer-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.footer-column h3 {
  color: #e5e7eb;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

.footer-column h3::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #d1ff02;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 4px;
}

.footer-links a {
  color: #9ca3af;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  border: 1px solid transparent;
}

.footer-links a:hover {
  color: #d1ff02;
  border: 1px solid transparent;
}
.mobile-menu{
  display: none;
}
/* Responsive Footer */
@media (max-width: 1100px) {
  .discover-btn{
    padding: 5px 15px;
    font-size: 12px;
        display: block;
  }
  .koraxon-categories{
    gap: 5px;
  }
  .category-btn{
    padding: 2px 10px;
    font-size: 11px;
  }
  .article-title{
    font-size: 18px;
  }
  .article-details{
    gap: 10px;
  }
  .post-content{
    padding: 8px;
  }
  .discover-btn-container{
    margin: 0 auto 10px;
        min-width: 100%;
        display: block;
  }
  .discover-more-btn{
    padding: 3px 5px;
    white-space: nowrap;
    font-size: 12px;
    width: 80%;
    max-width:300px;
    text-align: center;
  }
  .latest-post-card .discover-more-btn{
    align-items: center;
  }
  .engagement-metrics{
    margin-left: 0px;
        gap: 20px;
        width: 100%;
        margin-top: 10px;
    align-items: center;
    justify-content: center;
  }
  .latest-post-card .post-title{
    font-size: 18px;
    font-weight: 600;
    color: #e5e7eb;
    margin-bottom: 10px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    min-height: 30px;
  }
  .latest-post-card .post-excerpt{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    min-height: 30px;
  }
  .latest-post-card .discover-more-btn{
    display: block;
    margin: auto;
    max-width: 80%;
  }
}
@media (max-width: 1050px) {
  .latest-posts-container{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:20px;
  }
  .latest-post-card .post-excerpt{
    display: none;
  }
  .latest-post-card .post-content{
    padding: 3px;
  }
  .latest-post-card .post-meta{
    margin-bottom: 2px;
  }
  .latest-post-card .post-title{
    font-size: 1rem;
    margin-bottom: 3px;
  }
  .latest-post-card .discover-more-btn{
    padding: 4px 20px;
  }
}
@media (max-width: 768px) {
  .footer-top-content {
    flex-direction: column;
    text-align: center;
  }
  
  .footer-nav {
    flex-direction: column;
    gap: 20px;
  }
  
  .footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .footer-right {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .footer-newsletter-form .form-group {
    flex-direction: column;
    gap: 10px;
  }
}

/* Responsive Design */
@media (max-width: 968px) {
  .koraxon-featured-content{
    width:100%;
  }
  .content-container {
    margin-bottom: 20px;
  }
  .featured-article{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
  }
  .featured-article.active{
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    position: relative;
  }
  .article-details{
    max-width: 444px;
    width: 444px;
  }
  .article-details .article-content{
    text-align: center;
  }
  .article-meta{
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }
  span.author {
    font-weight: bold;
    color: #c2c2c2;
  }
  .article-excerpt{
    display: none;
  }
  .koraxon-blog-grid {
    margin: 10px auto;
    padding: 5px 24px;
  }
}
@media (max-width: 768px) {
  .koraxon-hero{
    justify-content: flex-start;
    gap: 30px;
    min-height: calc(100vh - 70px);
  }
  .nav-links {
    gap: 16px;
  }
  .discover-btn{
    width: 50%;
    margin: auto;
    text-align: center;
  }
  .discover-btn-container{
    margin: 5px auto;
  }
  .article-details{
    /* height: 240px; */
  }
  .article-tags{
    align-items: center;
    justify-content: center;
  }
  .featured-article {
    /* grid-template-columns: 1fr;
    gap: 24px; */
    gap: 5px;
  }
  
  .hero-content h1 {
    font-size: 32px;
  }
  
  .article-title {
    font-size: 20px;
  }
  
  .content-container {
    padding-bottom: 20px;
    /* flex-direction: column; */
  }
  .article-details .article-content{
    gap: 2px;
  }
  .koraxon-featured-content{
    padding: 0px;
    margin: 0;
  }
  .article-image{
    width: 355px;
    height: 200px;
  }

  .blog-posts {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .form-group {
    flex-direction: column;
    gap: 15px;
  }
  
  .signup-content h2 {
    font-size: 28px;
  }
  
  .signup-content p {
    font-size: 16px;
  }
  .article-meta{
    margin-top: -5px;
  }
  
  /* Mobile text control */
  .post-title {
    font-size: 18px;
    -webkit-line-clamp: 2;
    min-height: 30px;
  }
  
  .post-excerpt {
    font-size: 13px;
    -webkit-line-clamp: 3;
    min-height: 30px;
  }
  
  .special-post-title {
    font-size: 24px;
    -webkit-line-clamp: 2;
    max-height: 3.2em;
  }
  
  .special-post-excerpt {
    font-size: 14px;
    -webkit-line-clamp: 3;
    max-height: 4.2em;
  }
  
  .special-post-content {
    padding: 20px;
  }
  .koraxon-header{
    padding: 5px;
  }
}

@media (max-width: 600px) {
  .logo-text{
    display: none;
  }
}

@media (max-width: 480px) {
  .koraxon-featured-content {
    padding: 0px;
    margin: 0;
  }
  .koraxon-categories {
    align-items: center;
  }
  .nav-arrow{
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
  }
  .nav-arrow i {
    font-size: 12px;
    font-weight: bold;
  }
  
  .post-title {
    font-size: 16px;
    -webkit-line-clamp: 2;
    min-height: 30px;
  }
  
  .post-excerpt {
    font-size: 12px;
    -webkit-line-clamp: 3;
    min-height: 30px;
  }
  
  .special-post-title {
    font-size: 20px;
    -webkit-line-clamp: 2;
    max-height: 2.8em;
  }
  
  .special-post-excerpt {
    font-size: 13px;
    -webkit-line-clamp: 3;
    max-height: 3.9em;
  }
  
  .special-post-content {
    padding: 15px;
  }
  .header-icons{
    gap: 10px;
  }
  .header-right{
    gap: 10px;
  }
}

/* Responsive adjustments for categories */
@media (max-width: 768px) {
  .koraxon-categories {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    gap: 10px;
    padding-top:0;
  }
}

@media (max-width: 480px) {

}

/* Slideshow indicators */
.slideshow-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 0px;
}

.indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s;
}

.indicator.active {
  background: #D1FF00;
  transform: scale(1.2);
}

/* Latest Posts & Sidebar Section */
.latest-posts-section {
  max-width: 1200px;
    margin: 25px auto 10px;
    padding: 10px 24px;
    z-index: 10;
    position: relative;
}

.latest-content-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
}

.latest-posts-column {
  display: flex;
  flex-direction: column;
  min-height: 600px; /* Fixed height to maintain layout */
  position: relative; /* For loader positioning */
}

.latest-posts-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-height: 400px; /* Minimum height for posts area */
  height: auto;
  position: relative;
  opacity:1;
  transform: translateY(0px) translateZ(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
  will-change: opacity, transform;
}

/* Loading state */
.latest-posts-container.loading {
  pointer-events: none;
  overflow: hidden;
}

.latest-posts-container.loading::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2px);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.latest-posts-container.loading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 3px solid rgba(209, 255, 2, 0.3);
  border-top: 3px solid #d1ff02;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 11;
}

/* Loader Styles */
.loading-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 10;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(209, 255, 0, 0.2);
  border-top: 3px solid #d1ff02;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loading-text {
  color: #d1ff02;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}

.latest-posts-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.latest-posts-row:nth-child(odd) {
  /* First row - Image focused */
  grid-template-rows: 200px;
}

.latest-posts-row:nth-child(even) {
  /* Second row - Content focused */
  grid-template-rows: 150px;
}

.latest-post-card {
  display: flex;
  /* background: rgba(255, 255, 255, 0.02); */
  border-radius: 15px;
  overflow: hidden;
  height: 168.75px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
  will-change: transform;
  transform: translateZ(0);
}

.latest-post-card:hover {
  /* transform: translateY(-3px); */
  box-shadow: 0 8px 25px rgba(209, 255, 0, 0.1);
  border: 1px solid rgba(209, 255, 0, 0.2);
}

.latest-post-card .post-image {
  width: 300px;
  height:100%;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}

.latest-post-card .post-image img {
  /* width: 100%; */
  height: 100%;
  /* object-fit: cover; */
}

.latest-post-card .post-categories {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.latest-post-card .category-tag {
  background: rgba(209, 255, 0, 0.1);
  color: #d1ff02;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  border: 1px solid rgba(209, 255, 0, 0.2);
}

.latest-post-card .category-tag:hover {
  background: rgba(209, 255, 0, 0.2);
  transform: translateY(-2px);
  border: 1px solid rgba(209, 255, 0, 0.2);
}

.latest-post-card .post-content {
  padding: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap:0;
  height: 100%;
  width:300px;
}

.latest-post-card .post-meta {
  display: flex;
  gap: 5px;
  font-size: 0.85rem;
  color: #9ca3af;
  margin-bottom: 5px;
}

.latest-post-card .post-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #e5e7eb;
  margin-bottom: 10px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  min-height: 30px;
}

.latest-post-card .post-title a {
  color: #e5e7eb;
  text-decoration: none;
  transition: color 0.3s ease;
}

.latest-post-card .post-title a:hover {
  color: #d1ff02;
}

.latest-post-card .post-excerpt {
  color: #9ca3af;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  min-height: 20px;
}

.latest-post-card .discover-more-btn {
  align-self: flex-start;
  background: transparent;
  color: #d1ff02;
  padding: 8px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
  transition: all 0.3s ease;
  border: 1px solid rgba(209, 255, 0, 0.2);
  max-width: 50%;
}

.latest-post-card .discover-more-btn:hover {
  background: rgba(209, 255, 0, 0.2);
  transform: translateY(-2px);
  border: 1px solid rgba(209, 255, 0, 0.2);
}

.discover-more-btn .discover-more-btn{
  display: block;
  margin: auto;
}
@media (max-width: 1100px) {
  .latest-posts-container{
    display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 30px;
        min-height: 400px;
  }
  .latest-post-card {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
  }
  .latest-post-card .post-image{
    margin: auto;
  }
  .latest-post-card .post-content{
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .latest-post-card .post-title{
    text-align: center;
  }
  .latest-post-card .post-excerpt{
    text-align: center;
  }
  .latest-post-card .post-meta{
    
  }
}

.latest-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.pagination-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pagination-controls .page-link {
  display: inline-block;
  padding: 8px 15px;
  color: #e5e7eb;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.pagination-controls .page-link:hover:not(:disabled) {
  background: rgba(209, 255, 0, 0.1);
  color: #d1ff02;
  border: 1px solid rgba(209, 255, 0, 0.3);
}

.pagination-controls .page-link.active {
  background: rgba(209, 255, 0, 0.2);
  color: #d1ff02;
  border: 1px solid rgba(209, 255, 0, 0.5);
}

.pagination-controls .page-link:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pagination-info {
  color: #9ca3af;
  font-size: 14px;
}

.loading {
  text-align: center;
  color: #9ca3af;
  font-size: 16px;
  padding: 40px;
}

/* Sidebar Styles */
.sidebar-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.categories-widget,
.most-viewed-widget {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 15px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.widget-title {
  font-size: 18px;
  font-weight: 700;
  color: #e5e7eb;
  margin-bottom: 10px;
  position: relative;
}

.widget-title::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #d1ff02;
}

.categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.categories-list li {
  margin-bottom: 3px;
}

.categories-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9ca3af;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  padding: 3px 0;
}

.categories-list a:hover {
  color: #d1ff02;
  transform: translateX(5px);
  border: 1px solid transparent;
}

.categories-list i {
  width: 16px;
  color: #d1ff02;
}

.most-viewed-post {
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.most-viewed-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.most-viewed-post .post-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 30px;
}

.most-viewed-post .post-title a {
  color: #e5e7eb;
  text-decoration: none;
  transition: color 0.3s ease;
  border: 1px solid transparent;
}

.most-viewed-post .post-title a:hover {
  color: #d1ff02;
  border: 1px solid transparent;
}

.most-viewed-post .post-excerpt {
  color: #9ca3af;
  line-height: 1.4;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 20px;
  margin-bottom: 0;
}

/* Responsive Design for Latest Posts */
@media (max-width: 1050px) {
  .latest-content-grid{
    grid-template-columns: 1.5fr 1fr;
  }
}
@media (max-width: 768px) {
  .latest-content-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .latest-posts-column{
    order: -1;
  }
  
  .latest-posts-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .latest-post-card {
    height: auto;
    min-height: 200px;
  }
  
  .latest-post-card .post-image {
    height: 150px;
  }
  
  .latest-post-card .post-content {
    padding: 20px;
  }
  
  .latest-post-card .post-title {
    font-size: 18px;
  }
  
  .latest-post-card .post-excerpt {
    font-size: 14px;
  }
  
  .sidebar-column {
    order: 1;
  }
  
  .categories-widget,
  .most-viewed-widget {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .latest-post-card .post-title {
    font-size: 16px;
  }
  
  .latest-post-card .post-excerpt {
    font-size: 13px;
  }
  
  .latest-post-card .post-content {
    padding: 15px;
  }
  
  .categories-widget,
  .most-viewed-widget {
    padding: 15px;
  }
}

/* Footer Styles */
.koraxon-footer {
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Footer Top Section */


/* Footer Separator Line */
.footer-separator-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
}

/* Footer Main Content */
.footer-main {
  padding: 40px 0;
}

.footer-content-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Company Section */
.footer-company {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.company-logo .logo-text {
  font-size: 2.2rem;
  font-weight: 700;
  color: #d1ff02;
  text-decoration: none;
}
.company-logo a{
  border: 1px solid transparent;
}
.company-logo a:hover {
  border: 1px solid transparent;
}
.company-description {
  color: #9ca3af;
  font-size: 0.95rem;
  line-height: 1.5;
  max-width: 400px;
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.social-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: rgba(209, 255, 2, 0.2);
  color: #d1ff02;
  transform: translateY(-2px);
}

.copyright {
  color: #9ca3af;
  font-size: 0.85rem;
  margin-top: 20px;
}

/* Resources & About Sections */
.footer-section-title {
  color: #e5e7eb;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 4px;
}

.footer-links a {
  color: #9ca3af;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #d1ff02;
}

/* Responsive Footer */
@media (max-width: 768px) {
  .footer-top-content {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  
  .footer-newsletter {
    margin: 0;
    max-width: 100%;
  }
  
  .footer-nav-utilities {
    flex-direction: column;
    gap: 15px;
  }
  
  .footer-content-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .company-description {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .footer-top-content {
    padding: 0 20px;
  }
  
  .footer-content-grid {
    padding: 0 20px;
  }
  
  .newsletter-form .form-group {
    flex-direction: column;
    gap: 10px;
  }
  
  .signup-btn {
    width: 100%;
  }
}

/* Mobile Menu Button */
/* Mobile Menu Button */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 25px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1000;
}
.menu-icon {
  display: flex;
  flex-wrap: wrap;
  width: 20px;
  height: 20px;
  gap: 2px;
  position: relative;
  top: 3px;
}
  
.menu-icon span {
  width: 8px;
  height: 8px;
  background: #d1ff02;
  border-radius: 50%;
  transition: all 0.3s ease;
  transform-origin: center;
}
  /* Mobile Menu Styles */
.mobile-menu-toggle {
  display: none;
  cursor: pointer;
  z-index: 1000;
}
/* Show mobile menu toggle on small screens */
@media (max-width: 1050px) {
  .main-menu{
      display: none;
  }
  .koraxon-header{
      padding: 0px 10px;
      padding-top: 30px;
  }
  .mobile-menu-toggle {
      display: block;
  }
  .koraxon-header {
      justify-content: space-between;
  }
}

@media (max-width: 600px) {
  .mobile-menu-toggle {
      display: block;
  }
  .koraxon-header {
      justify-content: space-between;
  }
}

/* Mobile Responsive Styles */
@media (max-width: 1024px) {
  .koraxon-header {
    padding: 5px 20px;
    padding-top: 20px;
  }
  
  .header-inner {
    max-width: 100%;
  }
  
  .nav-links {
    gap: 20px;
  }
  
  .logo-text {
    font-size: 20px;
  }
  
  .btn-open-app {
    padding: 8px 16px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .koraxon-header {
    padding: 5px 15px;
    padding-top: 15px;
    height: 70px;
  }
  
  .header-inner {
    position: relative;
  }
  
  /* Hide desktop menu */
  .main-menu {
    display: none;
  }
  
  /* Show mobile menu button */
  .mobile-menu-toggle {
    display: flex;
  }
  
  /* Mobile menu styles */
  .mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(14, 16, 20, 0.98);
    backdrop-filter: blur(20px);
    z-index: 999;
    transition: left 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .mobile-menu.active {
    left: 0;
  }
  
  .mobile-menu .nav-links {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  
  .mobile-menu .nav-links li a {
    font-size: 18px;
    padding: 15px 0;
    display: block;
  }
  
  .mobile-menu .dropdown-menu {
    position: static;
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
    margin-top: 10px;
  }
  
  .mobile-menu .dropdown-menu li {
    margin: 10px 0;
  }
  
  .mobile-menu .dropdown-menu a {
    color: #9ca3af;
    font-size: 16px;
  }
  
  /* Header right adjustments */
  .header-right {
    gap: 10px;
  }
  
  .header-icons {
    gap: 8px;
  }
  
  .icon-link {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  
  .btn-open-app {
    padding: 6px 12px;
    font-size: 11px;
  }
  
  .logo-text {
    font-size: 18px;
  }
  
  .logo-icon {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .koraxon-header {
    padding: 5px 10px;
    padding-top: 10px;
    height: 60px;
  }
  
  .logo-text {
    font-size: 16px;
  }
  
  .logo-icon {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
  
  .header-icons {
    gap: 5px;
  }
  
  .icon-link {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  
  .btn-open-app {
    padding: 5px 10px;
    font-size: 10px;
  }
  
  .mobile-menu .nav-links {
    gap: 25px;
  }
  
  .mobile-menu .nav-links li a {
    font-size: 16px;
  }
  
  .mobile-menu .dropdown-menu a {
    font-size: 14px;
  }
}

/* Mobile menu overlay close button */
.mobile-menu-close {
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #D1FF00;
  font-size: 24px;
  cursor: pointer;
  z-index: 1001;
}

/* Prevent body scroll when mobile menu is open */
body.mobile-menu-open {
  overflow: hidden;
}

/* Single Blog Post Styles */
.single-post{
  background-color: #000000;
}
.breadcrumb-container {
  padding: 30px 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
}
.single .breadcrumb-container{
  padding: 10px 0 30px;
}

.breadcrumb-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  color: white;
  padding-left: 20px;
}

.breadcrumb-nav a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
  border: 1px solid transparent;
}

.breadcrumb-nav a:hover {
  color: #D1FF00;
  border: 1px solid transparent;
}

.breadcrumb-separator {
  color: #6b7280;
}

.current-page {
  color: #D1FF00;
  font-weight: 500;
}

/* Article Header */
.article-header {
  padding: 10px 0 10px;
  text-align: center;
  position: relative;
}

.article-category-tag {
  display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 3px 16px;
    background: rgb(0 0 0 / 30%);
    border: 1px solid #8b8b8b7a;
    border-radius: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #a9a9a9;
    font-weight: 500;
    width: 250px;
    justify-content: center;
    position: relative;
}
.article-category-tag:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 2px;
  bottom: -2px;
  left: 25%;
  background: #a9a9a9;
}

.article-category-tag i {
  font-size: 12px;
}

.article-main-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 5px;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
    color: white;
    background: linear-gradient(135deg, #ffffff 0%, #444444 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    margin-top: 30px;
    width: 80%;
    max-width: 800px;
}
.single .article-main-title{
  margin-top: 10px;
}

.article-lead {
  font-size: 18px;
  color: #9ca3af;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* Article Content */
.article-content {
  padding: 20px 0;
  position: relative;
}

.content-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.main-content {
  /* background: rgba(255, 255, 255, 0.02); */
  border-radius: 16px;
  padding: 20px 30px;
  /* border: 1px solid rgba(255, 255, 255, 0.05); */
}

.article-body {
  color: #e5e7eb;
  line-height: 1.8;
  font-size: 16px;
}

.article-body h2,
.article-body h3,
.article-body h4 {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 600;
}

.article-body h2 {
  font-size: 28px;
}

.article-body h3 {
  font-size: 24px;
}

.article-body h4 {
  font-size: 20px;
}

.article-body p {
  margin-bottom: 20px;
}

.article-body ul,
.article-body ol {
  margin-bottom: 20px;
  padding-left: 20px;
}

.article-body li {
  margin-bottom: 8px;
}

.article-body strong {
  color: #D1FF00;
  font-weight: 600;
}

.article-body a {
  color: #D1FF00;
  text-decoration: underline;
  text-decoration-color: rgba(209, 255, 0, 0.3);
}

.article-body a:hover {
  text-decoration-color: #D1FF00;
}

/* Article Meta */
.single-post .article-meta {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.meta-info {
  margin-bottom: 0px;
}

.update-date {
  color: #9ca3af;
  font-size: 14px;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-tags .tag {
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  font-size: 12px;
  color: #9ca3af;
}

/* Article Sidebar */
.article-sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: sticky;
  top: 100px;
  height: fit-content;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.article-sidebar::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.sidebar-widget {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 12px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.widget-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.widget-title::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #D1FF00;
  margin-top: 8px;
}

.categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-list li {
  margin-bottom: 3px;
}

.categories-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9ca3af;
  text-decoration: none;
  padding: 3px 0;
  transition: all 0.3s ease;
}

.categories-list a:hover {
  color: #D1FF00;
  transform: translateX(5px);
}

.categories-list i {
  font-size: 14px;
  width: 16px;
}

.most-viewed-post {
  margin-bottom: 0px;
}

.most-viewed-post:last-child {
  margin-bottom: 0;
}

.most-viewed-post .post-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.4;
  min-height: 30px;
}

.most-viewed-post .post-title a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.most-viewed-post .post-title a:hover {
  color: #D1FF00;
}

.most-viewed-post .post-excerpt {
  font-size: 12px;
  color: #9ca3af;
  line-height: 1.3;
  margin-bottom: 8px;
  max-height: 48px;
}

.most-viewed-post .post-date {
  font-size: 12px;
  color: #6b7280;
}

/* Article Navigation */
.article-navigation {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.nav-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
}

.nav-box {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.nav-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(209, 255, 0, 0.05), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.nav-box:hover::before {
  opacity: 1;
}

.nav-box:hover {
  border: 1px solid rgba(209, 255, 0, 0.3);
  transform: translateY(-2px);
}

.nav-label {
  display: block;
  font-size: 12px;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.nav-arrow {
  font-size: 32px;
  color: #D1FF00;
  margin-bottom: 15px;
  font-weight: 300;
}

.nav-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.nav-title a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-title a:hover {
  color: #D1FF00;
}

/* Article Engagement */
.article-engagement {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.engagement-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
}

.view-comments {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}

.view-comments::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #D1FF00;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.view-comments:hover::after {
  transform: scaleX(1);
}

.likes-count {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #D1FF00;
  font-weight: 500;
}

.likes-count i {
  font-size: 16px;
}

/* Responsive Design for Single Post */
@media (max-width: 1024px) {
  .content-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .article-sidebar {
    position: static;
    max-height: none;
    overflow-y: visible;
  }
  
  .article-main-title {
    font-size: 36px;
  }
  
  .main-content {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .article-header {
    padding: 40px 0 30px;
  }
  .single .article-header {
    padding: 10px 0 10px;
  }
  
  .article-main-title {
    font-size: 28px;
  }
  
  .article-lead {
    font-size: 16px;
  }
  
  .nav-grid{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .nav-box{
    padding: 5px;
    width: 45%;
  }
  
  .engagement-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  
  .breadcrumb-nav {
    font-size: 12px;
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .nav-grid{
    flex-direction: column;
  }
  .nav-box{
    width: 90%;
  }
}

@media (max-width: 480px) {
  .article-main-title {
    font-size: 24px;
  }
  
  .article-lead {
    font-size: 14px;
  }
  
  .main-content {
    padding: 20px;
  }
  
  .article-body {
    font-size: 14px;
  }
  
  .article-body h2 {
    font-size: 22px;
  }
  
  .article-body h3 {
    font-size: 20px;
  }
  
  .nav-box {
    padding: 20px;
  }
  
  .nav-title {
    font-size: 16px;
  }
}

/* Article Featured Image */
.article-featured-image {
  margin: 30px 5%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 0px 17px #d1ff02;
  position: relative;
}
.single-post .article-featured-image{
  margin: 30px auto;
  width: 80%;
    max-width: 800px;
    box-shadow: unset;
}

.article-featured-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  transition: transform 0.3s ease;
}

.article-featured-image:hover img {
  transform: scale(1.02);
}

/* Search Modal Styles */
.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.search-modal.active {
  opacity: 1;
  visibility: visible;
}

.search-overlay {
  width: 100%;
  height: 100%;
  background: rgba(14, 16, 20, 0.95);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.search-container {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}

.search-modal.active .search-container {
  transform: translateY(0);
}

.search-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.search-header h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.search-close {
  background: none;
  border: none;
  color: #9ca3af;
  font-size: 20px;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.search-close:hover {
  color: #D1FF00;
  background: rgba(209, 255, 0, 0.1);
}

.search-input-group {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.search-input-group:focus-within {
  border: 1px solid #D1FF00;
  box-shadow: 0 0 20px rgba(209, 255, 0, 0.2);
}

.search-input {
  flex: 1;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 16px;
  outline: none;
  padding: 0;
}

.search-input::placeholder {
  color: #9ca3af;
}

.search-submit {
  background: #D1FF00;
  border: none;
  color: #0e1014;
  padding: 12px 16px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-left: 12px;
}

.search-submit:hover {
  background: #b8e600;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(209, 255, 0, 0.3);
}

.search-suggestions h4 {
  color: #9ca3af;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.suggestion-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
    justify-content: center;
}

.suggestion-tag {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  color: #9ca3af;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.suggestion-tag:hover {
  background: rgba(209, 255, 0, 0.1);
  border: 1px solid #D1FF00;
  color: #D1FF00;
  transform: translateY(-2px);
}

/* Body scroll prevention when search is open */
body.search-open {
  overflow: hidden;
}

/* Responsive Search Modal */
@media (max-width: 768px) {
  .search-container {
    padding: 30px 20px;
    margin: 20px;
  }
  
  .search-header h3 {
    font-size: 20px;
  }
  
  .search-input-group {
    padding: 12px;
  }
  
  .search-input {
    font-size: 14px;
  }
  
  .search-submit {
    padding: 10px 12px;
    font-size: 14px;
  }
  
  .suggestion-tags {
    gap: 8px;
  }
  
  .suggestion-tag {
    padding: 6px 12px;
    font-size: 12px;
  }
}

/* Search Results Page Styles */
.search-results-header {
  padding: 10px 30px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
}

.search-header-content {
  max-width: 800px;
  margin: 0 auto;
}

.search-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.search-subtitle {
  font-size: 18px;
  color: #9ca3af;
  margin: 0;
}

.search-results-content {
  padding: 20px 0;
  position: relative;
}

.search-results-grid {
  display: grid;
  gap: 30px;
  margin-bottom: 40px;
}

.search-result-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 25px;
  transition: all 0.3s ease;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 25px;
  align-items: start;
}

.search-result-card:hover {
  border: 1px solid rgba(209, 255, 0, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.result-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 150px;
}

.result-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.search-result-card:hover .result-image img {
  transform: scale(1.05);
}

.result-categories {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 5px;
}

.result-categories .category-tag {
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 10px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.result-categories .category-tag:hover {
  background: #D1FF00;
  color: #0e1014;
}

.result-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.result-meta {
  display: flex;
  gap: 10px;
  color: #9ca3af;
  font-size: 14px;
}

.result-title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
  margin: 0;
}

.result-title a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.result-title a:hover {
  color: #D1FF00;
}

.result-excerpt {
  color: #9ca3af;
  line-height: 1.6;
  margin: 0;
}

.search-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.pagination-links {
  display: flex;
  gap: 10px;
  align-items: center;
}

.pagination-links a,
.pagination-links span {
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #9ca3af;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pagination-links a:hover {
  background: rgba(209, 255, 0, 0.1);
  border: 1px solid #D1FF00;
  color: #D1FF00;
}

.pagination-links .current {
  background: #D1FF00;
  color: #0e1014;
  border: 1px solid #D1FF00;
}

/* No Results */
.no-results {
  text-align: center;
  padding: 60px 20px;
}

.no-results-icon {
  font-size: 64px;
  color: #9ca3af;
  margin-bottom: 30px;
}

.no-results h2 {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 15px;
}

.no-results p {
  color: #9ca3af;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.no-results .search-suggestions h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 15px;
}

/* Search Sidebar */
.search-sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sidebar-search-form .search-input-group {
  margin-bottom: 0;
}

.popular-post {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.popular-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.popular-post .post-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.4;
  min-height: 30px;
}

.popular-post .post-title a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.popular-post .post-title a:hover {
  color: #D1FF00;
}

.popular-post .post-excerpt {
  font-size: 14px;
  color: #9ca3af;
  line-height: 1.5;
  margin-bottom: 8px;
}

.popular-post .post-date {
  font-size: 12px;
  color: #6b7280;
}

/* Responsive Search Results */
@media (max-width: 1024px) {
  .search-result-card {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .result-image {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .search-title {
    font-size: 18px;
  }
  
  .search-subtitle {
    font-size: 16px;
  }
  
  .search-results-header {
    padding: 15px 30px;
  }
  
  .search-results-content {
    padding: 40px 0;
  }
  
  .search-result-card {
    padding: 20px;
  }
  
  .result-title {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .search-title {
    font-size: 16px;
  }
  
  .search-subtitle {
    font-size: 14px;
  }
  
  .search-result-card {
    padding: 15px;
  }
  
  .result-title {
    font-size: 16px;
  }
  
  .result-excerpt {
    font-size: 14px;
  }
}

/* Category Archive Page Styles */
.category-archive-header {
  padding: 60px 0 0px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
}

.category-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.category-info {
  text-align: left;
  flex: 1;
}

.category-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.category-description {
  font-size: 18px;
  color: #9ca3af;
  margin-bottom: 15px;
  line-height: 1.6;
}

.category-stats {
  display: flex;
  gap: 20px;
  align-items: center;
}

.post-count {
  background: rgba(209, 255, 0, 0.1);
  color: #D1FF00;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid rgba(209, 255, 0, 0.2);
}

.category-icon {
  width: 80px;
  height: 80px;
  background: rgba(209, 255, 0, 0.1);
  border: 2px solid rgba(209, 255, 0, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #D1FF00;
  margin-left: 40px;
}

.category-posts-content {
  padding: 60px 0;
  position: relative;
}

.category-posts-grid {
  display: grid;
  gap: 30px;
  margin-bottom: 40px;
}

.category-post-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 25px;
  transition: all 0.3s ease;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 25px;
  align-items: start;
}

.category-post-card:hover {
  border: 1px solid rgba(209, 255, 0, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.category-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* Category Sidebar */
.category-sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: sticky;
  top: 100px;
}

.category-info-widget {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 25px;
}

.category-details {
  text-align: center;
}

.category-icon-large {
  width: 60px;
  height: 60px;
  background: rgba(209, 255, 0, 0.1);
  border: 2px solid rgba(209, 255, 0, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #D1FF00;
  margin: 0 auto 20px;
}

.category-details h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.category-details p {
  color: #9ca3af;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.category-details .category-stats {
  justify-content: center;
}

/* Tag Archive Page Styles */
.tag-archive-header {
  padding: 60px 0 0px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
}

.tag-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.tag-info {
  text-align: left;
  flex: 1;
}

.tag-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.tag-description {
  font-size: 18px;
  color: #9ca3af;
  margin-bottom: 15px;
  line-height: 1.6;
}

.tag-stats {
  display: flex;
  gap: 20px;
  align-items: center;
}

.tag-icon {
  width: 80px;
  height: 80px;
  background: rgba(209, 255, 0, 0.1);
  border: 2px solid rgba(209, 255, 0, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #D1FF00;
  margin-left: 40px;
}

.tag-posts-content {
  padding: 60px 0;
  position: relative;
}

.tag-posts-grid {
  display: grid;
  gap: 30px;
  margin-bottom: 40px;
}

.tag-post-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 25px;
  transition: all 0.3s ease;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 25px;
  align-items: start;
}

.tag-post-card:hover {
  border: 1px solid rgba(209, 255, 0, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.tag-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* Tag Sidebar */
.tag-sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: sticky;
  top: 100px;
}

.tag-info-widget {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 25px;
}

.tag-details {
  text-align: center;
}

.tag-icon-large {
  width: 60px;
  height: 60px;
  background: rgba(209, 255, 0, 0.1);
  border: 2px solid rgba(209, 255, 0, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #D1FF00;
  margin: 0 auto 20px;
}

.tag-details h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.tag-details p {
  color: #9ca3af;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.tag-details .tag-stats {
  justify-content: center;
}

/* Tags Cloud */
.tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  color: #9ca3af;
  text-decoration: none;
  font-size: 12px;
  transition: all 0.3s ease;
}

.tag-link:hover {
  background: rgba(209, 255, 0, 0.1);
  border: 1px solid #D1FF00;
  color: #D1FF00;
  transform: translateY(-2px);
}

.tag-count {
  color: #6b7280;
  font-size: 10px;
}

/* Responsive Category & Tag Archives */
@media (max-width: 900px) {
  
  .category-icon,
  .tag-icon {
    margin-left: 0;
  }

  .category-posts-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 40px;
  }
  
  .category-post-card,
  .tag-post-card {
    gap: 20px;
        width: 320px;
        display: flex;
        flex-direction: column;
        padding: 0;
  }
  .category-post-card,
  .tag-post-card {
    padding: 20px;
    gap:0;
  }
  .category-post-card .post-image,
  .tag-post-card .post-image{
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .category-title,
  .tag-title {
    font-size: 28px;
  }
  
  .category-description,
  .tag-description {
    font-size: 16px;
  }
  
  .category-archive-header,
  .tag-archive-header {
    padding: 40px 0 30px;
  }
  
  .category-posts-content,
  .tag-posts-content {
    padding: 40px 0;
  }
  
  .category-post-card,
  .tag-post-card {
    padding: 20px;
    gap:0;
  }
  .category-post-card .post-image,
  .tag-post-card .post-image{
    margin-bottom: 0px;
  }
  
  .category-post-card .post-title,
  .tag-post-card .post-title {
    font-size: 18px;
  }
  
  .tags-cloud {
    gap: 8px;
  }
  
  .tag-link {
    padding: 6px 10px;
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .category-title,
  .tag-title {
    font-size: 24px;
  }
  
  .category-description,
  .tag-description {
    font-size: 14px;
  }
  
  .category-post-card,
  .tag-post-card {
    padding: 15px;
  }
  
  .category-post-card .post-title,
  .tag-post-card .post-title {
    font-size: 16px;
  }
  
  .category-post-card .post-excerpt,
  .tag-post-card .post-excerpt {
    font-size: 14px;
  }
}

/* ========================================
   KORAXON HEADER STYLES - EXACT FROM KORAXON.COM
   ======================================== */

/* Preloader */
/* Preloader Styles */
/* .preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.8s ease-out, visibility 0.8s ease-out;
}

.preloader.preloader-hidden {
  opacity: 0;
  visibility: hidden;
}

.preloader-content {
  text-align: center;
  color: white;
}

.preloader-logo svg {
  width: 200px;
  height: 200px;
  position: relative;
  left: -12px;
}

.preloader-logo path {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: logoDraw 2s ease-out infinite;
  fill: transparent;
  stroke: #DEFA39;
  stroke-width: 0.3;
}

.preloader-text {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #DEFA39;
  letter-spacing: 0;
  opacity: 0;
  animation: textFadeIn 1.8s ease-out infinite;
  animation-delay: 0.2s;
}

@keyframes logoDraw {
  0% {
      stroke-dashoffset: 100;
      fill: transparent;
  }
  75% {
      stroke-dashoffset: 20;
  }
  100% {
      stroke-dashoffset: 0;
      fill: #DEFA39;
  }
}

@keyframes textFadeIn {
  0% {
      opacity: 0;
      transform: translateY(10px);
      letter-spacing: 15px;
  }
  100% {
      opacity: 1;
      transform: translateY(0);
      letter-spacing: 0px;
  }
}

.fill-animation {
    animation: fillAnimation 2s ease-in-out infinite;
}

@keyframes fillAnimation {
    0%, 100% { fill: #DEFA39; }
    50% { fill: #b9cab6; }
} */

/* Preloader CSS moved to inline styles in header.php for better performance */

/* Koraxon Header */
.koraxon-header {
    position: sticky;
    top: 0px;
    z-index: 999;
    height:80px;
    background-color: transparent;
    border-bottom: none;
    padding: 5px 40px;
    padding-top:30px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    will-change: transform, background-color;
    transform: translateZ(0);
}

/* Search Modal Styles */
.search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    will-change: opacity, visibility;
    transform: translateZ(0);
}

.search-modal.active {
    opacity: 1;
    visibility: visible;
}

.search-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(1200px 600px at 50% 0%, rgba(209,255,2,0.08), transparent 60%), rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(14px) saturate(120%);
}

.search-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.98);
    width: min(1200px, 92%);
    background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
    border: 1px solid rgba(209, 255, 2, 0.12);
    border-radius: 28px;
    padding: 28px 28px 22px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    will-change: transform;
    box-shadow: 0 0 0 1px rgba(209,255,2,0.06), 0 30px 80px rgba(0,0,0,0.45), inset 0 0 40px rgba(209,255,2,0.04);
    backdrop-filter: blur(5px);
}

.search-modal.active .search-modal-content {
    transform: translate(-50%, -50%) scale(1);
    border: 1px solid rgba(209, 255, 2, 0.18);
}

.search-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.search-modal-header h3 {
    color: #d1ff02;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.search-modal-close {
    background: none;
    border: none;
    color: #9ca3af;
    font-size: 20px;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
    will-change: transform;
    transform: translateZ(0);
}

.search-modal-close:hover {
    color: #d1ff02;
    background: rgba(209, 255, 2, 0.1);
    transform: scale(1.1) translateZ(0);
}

.search-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.search-tab {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #9ca3af;
    padding: 12px 20px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    will-change: transform, background-color, border-color;
    transform: translateZ(0);
}

.search-tab.active {
    background: rgba(209, 255, 2, 0.1);
    border: 1px solid #d1ff02;
    color: #d1ff02;
}

.search-tab:hover {
    background: rgba(209, 255, 2, 0.05);
    border: 1px solid rgba(209, 255, 2, 0.3);
    transform: translateY(-2px) translateZ(0);
}

.search-input-container {
    margin-bottom: 25px;
}

.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    /* background: rgba(13, 15, 20, 0.6);
    border: 1px solid rgba(209, 255, 2, 0.12); */
    padding: 18px 20px;
    /* transition: all 0.25s ease;
    will-change: border-color, box-shadow, background-color;
    box-shadow: inset 0 0 0 1px rgba(209,255,2,0.06), 0 8px 30px rgba(0,0,0,0.35); */
}
.search-input-wrapper input[type="text"].search-input{
  background: rgba(13, 15, 20, 0.6);
  border: 1px solid rgba(209, 255, 2, 0.12);
  border-radius: 999px;
  transition: all 0.25s ease;
  will-change: border-color, box-shadow, background-color;
  box-shadow: inset 0 0 0 1px rgba(209,255,2,0.06), 0 8px 30px rgba(0,0,0,0.35);
}

.search-input-wrapper input[type="text"].search-input:focus-within,
.search-input-wrapper input[type="text"].search-input:hover,
.search-input-wrapper input[type="text"].search-input:active,
.search-input-wrapper input[type="text"].search-input:focus,
.search-input-wrapper input[type="text"].search-input:-internal-autofill-selected {
    border: 1px solid #d1ff02;
    background: rgba(13, 15, 20, 0.75);
    box-shadow: 0 0 0 4px rgba(209, 255, 2, 0.08), 0 12px 40px rgba(0,0,0,0.45);
    color: white !important;
}

.search-icon {
    color: #aab1b9;
    font-size: 20px;
    margin-right: 12px;
}

.search-input {
    flex: 1;
    background: none;
    border: none;
    color: #e8f0e6;
    font-size: 20px;
    padding: 6px 0;
    outline: none;
}

.search-input::placeholder {
    color: #9ca3af;
}

.search-submit {
    background: linear-gradient(180deg, #d1ff02, #b6e100);
    color: #0e1014;
    border: none;
    border-radius: 999px;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.25s ease;
    will-change: transform;
    transform: translateZ(0);
    box-shadow: 0 6px 20px rgba(209,255,2,0.25);
}

.search-submit:hover {
    background: #b8e600;
    transform: scale(1.05) translateZ(0);
}

.search-results:not(body) {
    max-height: 380px;
    overflow-y: auto;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: 18px;
    
    /* Custom scrollbar styles */
    scrollbar-width: thin;
    scrollbar-color: rgba(209, 255, 2, 0.3) rgba(255, 255, 255, 0.05);
}

/* Webkit scrollbar styles (Chrome, Safari, Edge) */
.search-results:not(body)::-webkit-scrollbar {
    width: 6px;
}

.search-results:not(body)::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
    margin: 4px 0;
}

.search-results:not(body)::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(209, 255, 2, 0.4), rgba(209, 255, 2, 0.2));
    border-radius: 3px;
    border: 1px solid rgba(209, 255, 2, 0.1);
    transition: all 0.3s ease;
}

.search-results:not(body)::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(209, 255, 2, 0.6), rgba(209, 255, 2, 0.4));
    box-shadow: 0 0 8px rgba(209, 255, 2, 0.3);
}

.search-results:not(body)::-webkit-scrollbar-thumb:active {
    background: linear-gradient(180deg, rgba(209, 255, 2, 0.8), rgba(209, 255, 2, 0.6));
}

.search-result-item {
    padding: 16px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    cursor: pointer;
    transition: all 0.25s ease;
    will-change: background-color, transform;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item:hover {
    background: rgba(209, 255, 2, 0.06);
}

.search-result-item:hover .search-result-thumbnail {
    transform: scale(1.05);
}

.search-result-image {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-result-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
    will-change: transform;
}

.search-result-thumbnail-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(209, 255, 2, 0.1), rgba(255, 255, 255, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
}

.search-result-content {
    flex: 1;
    min-width: 0;
}

.search-result-categories {
    display: flex;
    gap: 6px;
    margin-bottom: 8px;
    flex-wrap: wrap;
    display: none;
}

.search-result-category {
    background: rgba(209, 255, 2, 0.1);
    color: #d1ff02;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.search-result-title {
    color: #e9ff7a;
    font-size: 16px;
    font-weight: 700;
    /* margin-bottom: 6px; */
    line-height: 1.3;
}

.search-result-excerpt {
    color: #9ca3af;
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    max-width: 600px;
}
.search-result-whitepaper .search-result-excerpt, .search-result-faq .search-result-excerpt{
  display: none;
}
.search-result-item.search-result-whitepaper, .search-result-item.search-result-faq{
  align-items: center;
    justify-content: space-between;
}

.search-result-item.search-result-faq {
    align-items: flex-start;
    border-left: 3px solid rgba(168, 85, 247, 0.3);
    padding-left: 25px;
}

.search-result-item.search-result-faq:hover {
    border-left-color: #a855f7;
    background: rgba(168, 85, 247, 0.08);
}

.search-result-faq .search-result-title {
    color: #c084fc;
}

/* .search-result-faq .search-result-meta {
    color: #a855f7;
    font-weight: 600;
} */

.search-result-meta {
    color: #6b7280;
    font-size: 12px;
}

.search-loading {
    text-align: center;
    padding: 40px 20px;
    color: #9ca3af;
}

.loading-spinner {
    width: 30px;
    height: 30px;
    border: 3px solid rgba(209, 255, 2, 0.2);
    border-top: 3px solid #d1ff02;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
}

.no-results {
    text-align: center;
    padding: 40px 20px;
    color: #9ca3af;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .search-modal-content {
        width: 95%;
        padding: 20px 10px;
    }
    
    .search-tabs {
        flex-direction: column;
    }
    
    .search-modal-header h3 {
        font-size: 20px;
    }
    .search-input-wrapper{
      padding: 18px 10px;
    }
}
@media (max-width: 490px) {
  .search-modal-content {
      width: 95%;
      padding: 20px 5px;
  }
  .search-input-wrapper{
    padding: 18px 5px;
  }
}
.koraxon-header.scrolled {
    background-color: rgba(14, 16, 20, 0.25);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    top: -20px;
}
@media (max-width: 600px) {
  .koraxon-header{
    padding: 30px 5px 5px;
  }
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

/* Logo */
.logo a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border: 1px solid transparent;
}
.logo a:hover {
  border: 1px solid transparent;
}

/* Logo Icon Styles */
.logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    position: relative;
    top: 0px;
    background-image: url(./static/logo.svg);
    background-size: contain;
    background-color: transparent;
}

.logo-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.logo-text {
    font-size: 24px;
    font-weight: 700;
    color: #D1FF00;
    letter-spacing: 0.5px;
    text-shadow: 0 0 10px rgba(209, 255, 0, 0.5);
}

/* Main Menu Navigation */
.nav-links {
    list-style: none;
    display: flex;
    gap: 30px;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-links li a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0;
    position: relative;
    transition: color 0.3s;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
    border: 0px solid transparent;
}

.nav-links li a:hover {
    color: #D1FF00;
    text-shadow: 0 0 12px rgba(209, 255, 0, 0.6);
    border: 0px solid transparent;
}

.nav-links li a.active {
    color: #D1FF00;
    text-shadow: 0 0 12px rgba(209, 255, 0, 0.6);
    border: 0px solid transparent;
}

.nav-links li a.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #d1ff0073;
    transform: scaleX(1);
    transition: transform 0.3s ease-out;
    box-shadow: 0 0 10px rgba(209, 255, 0, 0.8);
}

.nav-links .dropdown-menu li a{
    padding: 5px;
}

/* Dropdown for Sources */
.dropdown {
    position: relative;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dropdown-toggle i {
    font-size: 12px;
    transition: transform 0.3s;
}

.dropdown:hover .dropdown-toggle i {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(14, 16, 20, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 8px 0;
    min-width: 150px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    list-style: none;
    padding: 2px 5px;
    border-bottom: 1px solid #8b8b8b40;
    box-sizing: content-box;
    overflow: hidden;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-menu a {
    display: block;
    padding: 8px 16px;
    color: #e5e7eb;
    text-decoration: none;
    transition: background 0.3s;
}

.dropdown-menu a:hover {
    background: rgba(209, 255, 0, 0.1);
    color: #D1FF00;
}

/* Right-side icons and button */
.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-icons {
    display: flex;
    gap: 16px;
}

.icon-link {
    color: #9ca3af;
    font-size: 20px;
    transition: color 0.3s;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

.icon-link:hover {
    color: #D1FF00;
    text-shadow: 0 0 12px rgba(209, 255, 0, 0.6);
    border: 1px solid transparent;
}

.btn-open-app {
    background-color: #D1FF00;
    color: #0e1014;
    padding: 6px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
    box-shadow: 0 0 20px rgba(209, 255, 0, 0.6), 0 4px 15px rgba(0, 0, 0, 0.3);
}

.btn-open-app:hover {
    background-color: #aaff00;
    color: #000;
    box-shadow: 0 0 25px rgba(209, 255, 0, 0.8), 0 6px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
    border: 1px solid transparent;
}

.btn-open-app i {
    font-size: 14px;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  will-change: transform;
  transform: translateX(100%) translateZ(0);
  max-width: 320px;
  height: calc(100vh - 90px);
  background: rgba(14, 16, 20, 0.95);
  backdrop-filter: blur(20px);
  z-index: 9999;
  transition: transform 0.5s ease;
  display: flex;
  flex-direction: column;
}

.mobile-menu-overlay.active {
  transform: translateX(0) translateZ(0);
}

/* Dark overlay behind mobile menu */
.mobile-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  cursor: pointer;
}

.mobile-menu-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}

/* Mobile Menu Header */
.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
}

.mobile-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-logo .logo-text {
  color: #DEFA39;
  font-weight: 600;
  font-size: 1.2rem;
}

.mobile-menu-close {
  cursor: pointer;
}

.mobile-menu-close .menu-icon {
  transform: rotate(45deg);
}

/* Mobile Menu Navigation */
.mobile-menu-nav {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 250px);
}
.mobile-menu-nav::-webkit-scrollbar {
  width: 6px;
}

.mobile-menu-nav::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 3px;
}

.mobile-menu-nav::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #365d32 0%, #DEFA39 50%, #365d32 100%);
  border-radius: 3px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-nav::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #DEFA39 0%, #365d32 50%, #DEFA39 100%);
  box-shadow: 0 0 10px rgba(222, 250, 57, 0.4);
  transform: scaleX(1.2);
}

.mobile-menu-nav::-webkit-scrollbar-corner {
  background: transparent;
}

/* Firefox Scrollbar */
.mobile-menu-nav {
  scrollbar-width: thin;
  scrollbar-color: #defa3940 transparent;
}

.mobile-menu-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-nav li {
  margin-bottom: 2px;
}

.mobile-menu-nav a {
  color: white;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px 0;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.mobile-menu-nav a i {
  margin-right: 10px;
  width: 16px;
  text-align: center;
  font-size: 0.8rem;
}

.mobile-menu-nav a:hover {
  color: #DEFA39;
  padding-left: 5px;
  border: 1px solid transparent;
}

.mobile-menu-nav a:hover i {
  transform: scale(1.1);
}
.mobile-menu-nav a.active {
  color: #d1ff02;
  background-color: #d1ff0240;
  padding-left: 5px;
}

.mobile-menu-nav .arrow {
  /* color: #DEFA39; */
  font-weight: bold;
  margin-left:20px;
}

/* Mobile Submenu Section */
.mobile-submenu-section {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-submenu-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-submenu-section li {
  margin: 0;
  padding: 0;
}

.mobile-submenu-section a {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.8rem;
  border-bottom: none;
}

.mobile-submenu-section a:hover {
  color: #DEFA39;
  background: rgba(222, 250, 57, 0.1);
}

.mobile-submenu-section a.active {
  color: #DEFA39;
  background: rgba(222, 250, 57, 0.15);
}

/* Mobile Menu Footer */
.mobile-menu-footer {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}

.mobile-menu-footer p {
  color: #b0b0b0;
  font-size: 0.5rem;
  margin: 5px 0;
  text-align: center;
}

/* Mobile Menu Search */
.mobile-menu-search {
  padding: 10px 0px 0px;
    margin: 10px auto;
    border-top: 1px solid #26272a;
}

.mobile-search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 5px;
  transition: all 0.3s ease;
}

.mobile-search-input-wrapper:focus-within,
.mobile-search-input-wrapper.focused {
  border: 1px solid #d1ff02;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 3px rgba(209, 255, 2, 0.1);
}

.mobile-search-icon {
  color: #9ca3af;
  font-size: 14px;
  margin-right: 8px;
  flex-shrink: 0;
}

.mobile-search-input {
  flex: 1;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 14px;
  outline: none;
  padding: 0;
  margin-right: 8px;
}

.mobile-search-input::placeholder {
  color: #9ca3af;
}

.mobile-search-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #ffffff;
  font-size: 12px;
  padding: 8px 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
}

.mobile-search-btn:hover, .mobile-search-btn:active {
  background: rgba(209, 255, 2, 0.1);
  border: 1px solid #d1ff02;
  color: #d1ff02;
}

.mobile-search-blog {
  background: linear-gradient(135deg, rgba(209, 255, 2, 0.1), rgba(209, 255, 2, 0.05));
  border: 1px solid rgba(209, 255, 2, 0.2);
}

.mobile-search-blog:hover, .mobile-search-blog:active {
  background: linear-gradient(135deg, rgba(209, 255, 2, 0.2), rgba(209, 255, 2, 0.1));
}

.mobile-search-site {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.mobile-search-site:hover, .mobile-search-site:active {
  background: linear-gradient(135deg, rgba(209, 255, 2, 0.1), rgba(209, 255, 2, 0.05));
  border: 1px solid #d1ff02;
  color: #d1ff02;
}

.page_pre_items {
  overflow: hidden;
  overflow-x: hidden;
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.img_page__1{
  position: absolute;
  top:0;
  left:0;
  width: auto;
  height: 80%;
}
.img_page__1 svg{
  width: 100%;
  height: 100%;
}
.img_page__2{
  position: absolute;
  top:0;
  left:0;
  width: auto;
  height: 40%;
}
.img_page__2 svg{
  width: 100%;
  height: 100%;
}
.img_page__3{
  position: absolute;
  top:0;
  right:0;
  width: auto;
  height: 100%;
}

/* Whitepaper Mobile Toggle */
.whitepaper-mobile-toggle-header {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
}
#ast-scroll-top{
  background-color: #d1ff02;
  color: #000000;
  font-size: 15px;
  border-radius: 50%;
  box-shadow: 0px 0px 20px #d1ff02;
}

/* ========================================
   EXISTING STYLES CONTINUE BELOW
   ======================================== */

/* ========================================
   ENHANCED SEARCH PAGE STYLES
   ======================================== */

/* Enhanced Search Results Page Styles */
.search-results-header {
  padding: 10px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}

.search-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.search-info {
    flex: 1;
}

.search-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.search-query {
    color: #d1ff02;
    text-shadow: 0 0 20px rgba(209, 255, 2, 0.5);
}

.search-subtitle {
    font-size: 18px;
    color: #9ca3af;
    margin: 0;
}

.search-actions-header {
    flex-shrink: 0;
}

.btn-search-modal {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(180deg, #d1ff02, #b6e100);
    color: #0e1014;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.25s ease;
    will-change: transform;
    transform: translateZ(0);
    box-shadow: 0 6px 20px rgba(209,255,2,0.25);
}

.btn-search-modal:hover {
    background: #b8e600;
    transform: scale(1.05) translateZ(0);
    color: #0e1014;
    text-decoration: none;
}

.btn-search-modal i {
    font-size: 12px;
}

/* Search Breadcrumb */
.search-breadcrumb {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.breadcrumb-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #9ca3af;
}

.breadcrumb-content a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-content a:hover {
    color: #d1ff02;
}

.breadcrumb-separator {
    color: #6b7280;
}

.breadcrumb-current {
    color: #ffffff;
    font-weight: 600;
}

/* Search Page Input */
.search-page-input {
    padding: 10px 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    max-width: 1200px;
    margin: 0 auto;
}

.search-page-input .search-input-container {
    margin: 0 auto;
    padding: 0 20px;
}

.search-page-input .search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(13, 15, 20, 0.6);
    border: 1px solid rgba(209, 255, 2, 0.12);
    border-radius: 999px;
    padding: 6px 20px;
    transition: all 0.25s ease;
    will-change: border-color, box-shadow, background-color;
    box-shadow: inset 0 0 0 1px rgba(209,255,2,0.06), 0 8px 30px rgba(0,0,0,0.35);
}

.search-page-input .search-input-wrapper:focus-within {
    border: 1px solid #d1ff02;
    background: rgba(13, 15, 20, 0.75);
    box-shadow: 0 0 0 4px rgba(209, 255, 2, 0.08), 0 12px 40px rgba(0,0,0,0.45);
}

.search-page-input .search-icon {
    color: #aab1b9;
    font-size: 20px;
    margin-right: 12px;
}

.search-page-input .search-input {
    flex: 1;
    background: none;
    border: none;
    color: #e8f0e6;
    font-size: 18px;
    padding: 6px 0;
    outline: none;
}

.search-page-input .search-input::placeholder {
    color: #9ca3af;
}

.search-clear {
    background: none;
    border: none;
    color: #9ca3af;
    font-size: 16px;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-clear:hover {
    color: #d1ff02;
    background: rgba(209, 255, 2, 0.1);
}

/* Enhanced Search Results Grid */
.search-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.search-result-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    will-change: transform;
    transform: translateZ(0);
}

.search-result-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(209, 255, 2, 0.2);
    transform: translateY(-5px) translateZ(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.result-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.result-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.search-result-card:hover .result-thumbnail {
    transform: scale(1.05);
}

.result-thumbnail-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(209, 255, 2, 0.1), rgba(255, 255, 255, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.3);
    font-size: 48px;
}

.result-categories {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.result-category {
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
}

.result-content {
    padding: 20px;
}

.result-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 12px;
}

.result-title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.result-title a:hover {
    color: #d1ff02;
}

.result-excerpt {
    color: #9ca3af;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.result-meta {
    display: flex;
    gap: 15px;
    color: #6b7280;
    font-size: 12px;
}

.result-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.result-meta i {
    font-size: 10px;
}

/* Enhanced Search Pagination */
.search-pagination {
    text-align: center;
    margin-top: 50px;
}

.pagination-links {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.pagination-links a,
.pagination-links span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #9ca3af;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pagination-links a:hover {
    background: rgba(209, 255, 2, 0.1);
    border: 1px solid #d1ff02;
    color: #d1ff02;
    transform: translateY(-2px);
}

.pagination-links .current {
    background: #d1ff02;
    color: #0e1014;
    border: 1px solid #d1ff02;
}

/* Custom Pagination Styles for page-numbers */
.page-numbers {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-numbers li {
    margin: 0;
    padding: 0;
}

.page-numbers a,
.page-numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #9ca3af;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.page-numbers a:hover {
    background: rgba(209, 255, 2, 0.1);
    border: 1px solid #d1ff02;
    color: #d1ff02;
    transform: translateY(-2px);
}

.page-numbers .current {
    background: #d1ff02;
    color: #0e1014;
    border: 1px solid #d1ff02;
}

.page-numbers .prev,
.page-numbers .next {
    min-width: 44px;
}

.page-numbers .prev i,
.page-numbers .next i {
    font-size: 12px;
}

.page-numbers .disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.page-numbers .disabled:hover {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #9ca3af;
    transform: none;
}

/* Search Actions */
.search-actions {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.view-all-results {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(180deg, #d1ff02, #b6e100);
    color: #0e1014;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.25s ease;
    will-change: transform;
    transform: translateZ(0);
    box-shadow: 0 6px 20px rgba(209,255,2,0.25);
}

.view-all-results:hover {
    background: #b8e600;
    transform: scale(1.05) translateZ(0);
    color: #0e1014;
    text-decoration: none;
}

.view-all-results i {
    font-size: 12px;
}

/* Responsive Design */
@media (max-width: 768px) {
    
    .search-title {
        font-size: 18px;
    }
    
    .search-subtitle {
        font-size: 16px;
    }
    
    .search-results-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 20px;
    }
    
    .result-image {
        height: 180px;
    }
    
    .result-content {
        padding: 15px;
    }
    
    .result-title {
        font-size: 16px;
    }
    
    .result-excerpt {
        font-size: 13px;
    }
    
    .result-meta {
        font-size: 11px;
    }
    
    .search-page-input .search-input {
        font-size: 16px;
    }
    
    .breadcrumb-content {
        font-size: 13px;
        gap: 8px;
    }
}

@media (max-width: 600px) {
  .search-results-header{
    padding: 10px;
  }
  .search-page-input .search-input-container{
    padding: 0 10px;
  }
}

.search .blog-post-card{
  width: 320px;
  background: transparent;
  border: 1px solid transparent;
}
.search .search-results-grid{
  display: flex;
    width: 100%;
    gap: 30px;
    margin-bottom: 30px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.search .content-grid{
  display: block;
}
.search .discover-more-btn:hover, .category-post-card .discover-more-btn:hover, .tag-post-card .discover-more-btn:hover{
  border: 1px solid gray;
}
.search-query > span{
  font-size:12px
}
.search .no-results{
  background: transparent;
  padding: 0 20px;
}
.content-area.primary{
  position: relative;
    z-index: 100;
    background: transparent;
}
.error-404.not-found{
  background: transparent;
  min-height: 70vh;
}

/* ========================================
   AUDIO PLAYER STYLES
   ======================================== */

.audio-player-section {
    margin: 30px 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.audio-description {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.6;
}

.custom-audio-player {
    background: #1A1D1F;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #25E06B;
    box-shadow: 0 0 20px rgba(37, 224, 107, 0.2);
}

.audio-player-container {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.audio-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.control-btn {
    background: transparent;
    border: 1px solid #25E06B;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #25E06B;
    position: relative;
}

.control-btn:hover {
    background: #25E06B;
    color: #1A1D1F;
    transform: scale(1.05);
}

.play-pause-btn {
    width: 60px;
    height: 60px;
    background: #25E06B;
    color: #1A1D1F;
    border: none;
}

.play-pause-btn:hover {
    background: #1ED760;
    transform: scale(1.1);
}

.control-btn svg {
    width: 20px;
    height: 20px;
}

.play-pause-btn svg {
    width: 24px;
    height: 24px;
}

.control-btn span {
    position: absolute;
    bottom: -20px;
    font-size: 10px;
    font-weight: 600;
}

.audio-progress {
    flex: 1;
    min-width: 200px;
}

.time-display {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
}

.progress-bar {
    position: relative;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    cursor: pointer;
}

.progress-fill {
    height: 100%;
    background: #25E06B;
    border-radius: 2px;
    width: 0%;
    transition: width 0.1s ease;
}

.progress-handle {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: #25E06B;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
}

.progress-handle:hover {
    transform: translate(-50%, -50%) scale(1.2);
}

.volume-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.volume-btn {
    background: transparent;
    border: 1px solid #25E06B;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #25E06B;
}

.volume-btn:hover {
    background: #25E06B;
    color: #1A1D1F;
}

.volume-slider {
    width: 80px;
}

.volume-range {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    outline: none;
    -webkit-appearance: none;
}

.volume-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    background: #25E06B;
    border-radius: 50%;
    cursor: pointer;
}

.volume-range::-moz-range-thumb {
    width: 12px;
    height: 12px;
    background: #25E06B;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

/* Audio Player Mobile Responsive */
@media (max-width: 768px) {
    .audio-player-container {
        flex-direction: column;
        gap: 15px;
    }
    
    .audio-controls {
        justify-content: center;
    }
    
    .audio-progress {
        width: 100%;
        min-width: auto;
    }
    
    .volume-controls {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .custom-audio-player {
        padding: 15px;
    }
    
    .control-btn {
        width: 45px;
        height: 45px;
    }
    
    .play-pause-btn {
        width: 55px;
        height: 55px;
    }
    
    .volume-slider {
        width: 60px;
    }
}
.error-404.not-found h1{
  font-size: 20px;
}
.error-404.not-found p{
  font-size: 14px;
}
.error404 .page-header .page-title{
  color: white;
}
.error404.ast-separate-container #primary{
  margin-bottom: 0;
}
.error404 .particles-container{
  opacity: 0.7;
  height: 100vh;
}
.archive .page_pre_items{
  height: 100%;
}
.archive .particles-container{
  opacity: 0.7;
  height: 100vh;
}
.search .page_pre_items{
  height: 100vh;
}
.search .particles-container{
  opacity: 0.7;
  height: 100vh;
}


/* audio and video player styles */
/* Custom Media Players CSS */

/* Audio Player Section */
.koraxon-audio-player-section {
  margin: 30px 0;
  padding: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.audio-description {
  color: white;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.custom-audio-player {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 15px;
  backdrop-filter: blur(10px);
}

.custom-audio-player audio {
  display: none;
}

.audio-controls {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* Video Player Section */
.koraxon-video-player-section {
  margin: 30px 0;
  padding: 20px;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.video-player-section{
  margin: 30px auto;
  max-width: 1000px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}

.video-title {
  color: white;
  font-size: 24px;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.custom-video-player {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.custom-video-player video {
  width: 100%;
  height: auto;
  display: block;
}

.video-controls {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  flex-wrap: wrap;
}

/* Common Controls */
.play-pause-btn {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-pause-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.play-pause-btn.playing {
  background: rgba(255, 255, 255, 0.4);
}

.progress-container {
  flex: 1;
  min-width: 200px;
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #00d4ff, #0099cc);
  border-radius: 4px;
  width: 0%;
  transition: width 0.1s ease;
  position: relative;
}

.progress-bar::after {
  content: '';
  position: absolute;
  right: -4px;
  top: -2px;
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.progress-container:hover .progress-bar::after {
  opacity: 1;
}

.time-display {
  color: white;
  font-size: 14px;
  font-weight: 500;
  min-width: 100px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.volume-control {
  display: flex;
  align-items: center;
  gap: 8px;
}

.volume-slider {
  width: 80px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
}

.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.volume-slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.fullscreen-btn {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-size: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fullscreen-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .koraxon-audio-player-section,
  .koraxon-video-player-section {
      margin: 20px 0;
      padding: 15px;
  }
  
  .audio-controls,
  .video-controls {
      gap: 10px;
  }
  
  .progress-container {
      min-width: 150px;
  }
  
  .time-display {
      min-width: 80px;
      font-size: 12px;
  }
  
  .volume-slider {
      width: 60px;
  }
  
  .video-title {
      font-size: 20px;
  }
}

@media (max-width: 480px) {
  .audio-controls,
  .video-controls {
      flex-direction: column;
      align-items: stretch;
  }
  
  .progress-container {
      min-width: auto;
  }
  
  .volume-control {
      justify-content: center;
  }
}


/* ====== Audio Player (Koraxon style) ====== */
/* Shell */
.ulast-audio-shell{
  display:flex; align-items:center; gap:14px;
  padding:14px 18px;
  background:rgba(15,21,27,.55);
  border:1px solid rgba(168,190,120,.18);
  border-radius:28px;
  backdrop-filter:saturate(120%) blur(3px);
  box-shadow:0 0 0 1px rgba(47,234,133,.08) inset, 0 0 32px rgba(47,234,133,.08);
  max-width: 1000px;
  margin: 0 auto;
}
.ulast-audio-shell_in{
  display:flex; align-items:center; gap:14px;
  width: 22%;
  justify-content: center;
}
.ulast-audio-shell_in2{
  width: 46%;
}
.ulast-audio audio{display:none}

/* Buttons */
.ulast-audio-btn{
  position:relative; display:inline-flex; align-items:center; justify-content:center;
  border:1px solid rgba(95,115,130,.25);
  background:rgba(26,32,39,.6); color:#cfe6d9;
  border-radius:999px; height:40px; min-width:40px; padding:0 12px;
  font-weight:800; font-size:14px; letter-spacing:.02em;
  cursor:pointer; transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.ulast-audio-btn:hover{border: 1px solid rgba(47,234,133,0); box-shadow: 0px 0px 0px transparent; background: rgb(87 215 154 / 18%);}
.ulast-audio-btn:active, .ulast-audio-btn:focus{border: 1px solid rgba(47,234,133,0); transform:translateY(1px)}
.ulast-audio-btn--play{
  width:44px; min-width:44px; height:44px; padding:0; border: 1px solid rgba(47,234,133,0);
  box-shadow:0 0 26px rgba(47,234,133,.35); background:rgba(13,19,23,.55);
}

/* Seek icons + badge */
.ulast-audio-btn--seek{width:44px; min-width:44px; height:44px; padding:0; border: 1px solid transparent; background: transparent; transition: all 0.3s ease;}
.ulast-ico-seek{display:block}
.ulast-badge{
  position:absolute; right:-4px; bottom:-4px;
  background:#2fea85; color:#0e151a; font-weight:800; font-size:11px; line-height:1;
  padding:3px 6px; border-radius:999px; box-shadow:0 0 14px rgba(47,234,133,.45);
}
.ulast-ico-play{display:block; width: 100%; height: 90%;}
.ulast-ico-pause{display:none}
.ulast-audio.is-playing .ulast-ico-play{display:none}
.ulast-audio.is-playing .ulast-ico-pause{display:block}

.ulast-ico-play > path{
  transform: translate(-2px, 0px);
}

/* Time */
.ulast-audio-time{font-weight:700; font-size:14px; letter-spacing:.02em; color:#d9e4ef; opacity:.9; min-width:56px; text-align:center}
.ulast-audio-time--remain{opacity:.7}

/* Progress track + bubbles */
.ulast-audio-track{
  position:relative; flex:1 1 auto; height:10px; min-width:160px;
  background:linear-gradient(180deg,#202a33,#1a232c);
  border-radius:10px; border:1px solid rgba(81,99,115,.35);
  cursor:pointer; box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.ulast-audio-progress{
  position:absolute; left:0; top:0; bottom:0; width:0%; height: 100%;
  background:linear-gradient(90deg,#2fea85,#66f2b2);
  border-radius:10px; overflow:hidden;
  box-shadow:0 0 18px rgba(47,234,133,.45), inset 0 0 10px rgba(0,0,0,.25);
}
/* floating bubbles inside the filled part */
.ulast-audio-progress:after{
  content:""; position:absolute; inset:-8px -20px -8px -20px; pointer-events:none;
  background:
    radial-gradient(6px 6px at 10% 60%, rgba(255,255,255,.35), transparent 60%),
    radial-gradient(4px 4px at 35% 35%, rgba(255,255,255,.25), transparent 60%),
    radial-gradient(5px 5px at 60% 70%, rgba(255,255,255,.2), transparent 60%),
    radial-gradient(3px 3px at 85% 45%, rgba(255,255,255,.25), transparent 60%);
  mix-blend-mode:screen; opacity:.35; animation:ulast-bubbles 2.4s linear infinite;
}
@keyframes ulast-bubbles{
  0%{ transform:translateX(-20%) }
  50%{ transform:translateX(0) }
  100%{ transform:translateX(20%) }
}

/* Thumb + pulse */
.ulast-audio-thumb{
  position:absolute; top:50%; left:0%;
  width:16px; height:16px; border-radius:50%;
  background:#0e151a; border:2px solid #2fea85;
  transform:translate(-50%,-50%); box-shadow:0 0 14px rgba(47,234,133,.55);
  pointer-events:auto; animation:ulast-pulse 2s ease-in-out infinite;
  z-index: 10;
}
@keyframes ulast-pulse{
  0%,100%{ box-shadow:0 0 10px rgba(47,234,133,.45), 0 0 0 0 rgba(47,234,133,.18) }
  50%{ box-shadow:0 0 18px rgba(47,234,133,.7), 0 0 0 8px rgba(47,234,133,.06) }
}

/* Volume button + popup */
.ulast-audio-thumb{
  position:absolute; top:50%; left:0%;
  width:16px; height:16px; border-radius:50%;
  background:#0e151a; border:2px solid #2fea85;
  transform:translate(-50%,-50%); box-shadow:0 0 14px rgba(47,234,133,.55);
  pointer-events:auto; animation:ulast-pulse 2s ease-in-out infinite;
}
@keyframes ulast-pulse{0%,100%{box-shadow:0 0 10px rgba(47,234,133,.45),0 0 0 0 rgba(47,234,133,.18)}50%{box-shadow:0 0 18px rgba(47,234,133,.7),0 0 0 8px rgba(47,234,133,.06)}}

/* Mute + volume toggle buttons */
.ulast-audio-mute-btn,
.ulast-audio-vol-toggle{
  display:flex; align-items:center; justify-content:center;
  width:42px; height:42px; border-radius:999px;
  background:rgba(26,32,39,.6); border:1px solid rgba(95,115,130,.25);
  color:#2eea85; font-weight:900; cursor:pointer; padding:0;
}
.ulast-audio-vol-toggle{
  position: relative;
}

/* Volume toggle button icon */
/* .ulast-audio-vol-toggle::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232eea85'%3E%3Cpath d='M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
} */
.ulast-audio-mute-btn:hover,
.ulast-audio-vol-toggle:hover{border: 1px solid rgba(47,234,133,0); box-shadow: 0px 0px 0px transparent; background: rgb(87 215 154 / 18%);}
.ulast-audio-vol-toggle:active, .ulast-audio-vol-toggle:focus{border: 1px solid rgba(47,234,133,0); box-shadow: 0px 0px 0px transparent; background: rgb(87 215 154 / 18%);}
.ulast-audio[data-vol="mute"] .ulast-ico-vol-wave{opacity:0}
.ulast-audio[data-vol="low"]  .ulast-ico-vol-wave--2{opacity:0}
.ulast-audio[data-vol="mute"] .ulast-ico-vol-x{opacity:1; transform: translate(-5px, 0px) scale(1.2);}

path.ulast-ico-vol-wave{
  transform: translate(-5px, -4px) scale(1.35);
}

/* Volume popup (anchored to the toggle) */
.ulast-audio-vol-pop{
  position:absolute; right: 2px; bottom: 0px; z-index: 100; /* sits above the toggle pair */
  background:rgba(9,13,18,.97);
  border:1px solid rgba(47,234,133,.28);
  border-radius:14px; padding:12px;
  box-shadow:0 12px 40px rgba(0,0,0,.45), 0 0 22px rgba(47,234,133,.25);
  transform:scale(.92); transform-origin:bottom right;
  opacity:0; visibility:hidden; transition:opacity .16s ease, transform .16s ease;
}
.ulast-audio.show-volume .ulast-audio-vol-pop{opacity:1; visibility:visible; transform:scale(1)}

/* Vertical volume track — same style language as the main progress bar */
.ulast-audio-vtrack{
  position:relative; width:12px; height:130px; cursor:pointer;
  background:linear-gradient(180deg,#202a33,#1a232c);
  border-radius:10px; border:1px solid rgba(81,99,115,.35);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.ulast-audio-vprogress{
  position:absolute; left:0; right:0; bottom:0; height:100%;
  background:linear-gradient(180deg,#66f2b2,#2fea85);
  border-radius:10px; overflow:hidden;
  box-shadow:0 0 18px rgba(47,234,133,.45), inset 0 0 10px rgba(0,0,0,.25);
}
.ulast-audio-vprogress:after{
  content:""; position:absolute; inset:-20px -8px -20px -8px; pointer-events:none;
  background:
    radial-gradient(6px 6px at 60% 10%, rgba(255,255,255,.35), transparent 60%),
    radial-gradient(4px 4px at 35% 45%, rgba(255,255,255,.25), transparent 60%),
    radial-gradient(5px 5px at 70% 70%, rgba(255,255,255,.2), transparent 60%),
    radial-gradient(3px 3px at 45% 85%, rgba(255,255,255,.25), transparent 60%);
  mix-blend-mode:screen; opacity:.35; animation:ulast-bubbles-vert 2.4s linear infinite;
}
@keyframes ulast-bubbles-vert{0%{transform:translateY(20%)}50%{transform:translateY(0)}100%{transform:translateY(-20%)}}

.ulast-audio-vthumb{
  position:absolute; left:50%; bottom:100%;
  width:16px; height:16px; border-radius:50%;
  background:#0e151a; border:2px solid #2fea85; transform:translate(-50%,50%);
  box-shadow:0 0 14px rgba(47,234,133,.55); pointer-events:auto;
}

/* Accessibility & focus */
.ulast-audio-shell :is(button,.ulast-audio-track,.ulast-audio-vtrack):focus-visible{
  outline:2px solid #2fea85; outline-offset:2px; border: 1px solid #2fea85;
}

/* Respect reduced motion */
@media (prefers-reduced-motion:reduce){
  .ulast-audio-progress:after,
  .ulast-audio-vprogress:after,
  .ulast-audio-thumb,
  .ulast-audio-eq i{animation:none}
}

/* Playback rate */
.ulast-audio-rate{
  border:1px solid rgba(95,115,130,.25);
  background:rgba(26,32,39,.6);
  color:#d9f7ea; font-weight:800; letter-spacing:.01em; font-size:13px;
  padding:8px 10px; border-radius:12px; cursor:pointer;
}
.ulast-audio-rate:hover, .ulast-audio-rate:active, .ulast-audio-rate:focus{border: 1px solid rgba(47,234,133,0); box-shadow: 0px 0px 0px transparent; background: rgb(87 215 154 / 18%);}

/* EQ (lightweight CSS animation) */
.ulast-audio-eq{display:flex; gap:3px; width:48px; height:14px; margin-left:2px; margin-right:2px; position: absolute; right: 20px;}
.ulast-audio-eq i{flex:1; background:#2fea85; opacity:.75; border-radius:2px; transform-origin:bottom center; transform:scaleY(.25)}
.ulast-audio.is-playing .ulast-audio-eq i{animation:ulast-eq 900ms ease-in-out infinite}
.ulast-audio.is-playing .ulast-audio-eq i:nth-child(2){animation-delay:.1s}
.ulast-audio.is-playing .ulast-audio-eq i:nth-child(3){animation-delay:.2s}
.ulast-audio.is-playing .ulast-audio-eq i:nth-child(4){animation-delay:.3s}
.ulast-audio.is-playing .ulast-audio-eq i:nth-child(5){animation-delay:.6s}
.ulast-audio.is-playing .ulast-audio-eq i:nth-child(6){animation-delay:.4s}
.ulast-audio.is-playing .ulast-audio-eq i:nth-child(7){animation-delay:.5s}
.ulast-audio.is-playing .ulast-audio-eq i:nth-child(8){animation-delay:.7s}
@keyframes ulast-eq{
  0%{transform:scaleY(.25)}
  25%{transform:scaleY(.9)}
  50%{transform:scaleY(.4)}
  75%{transform:scaleY(.75)}
  100%{transform:scaleY(.25)}
}
.ulast-audio-btn--seek:hover,
.ulast-audio-btn--seek:active,
.ulast-audio-btn--seek:focus{
  border: 1px solid rgba(47,234,133,0); box-shadow: 0px 0px 0px transparent; background: rgb(87 215 154 / 0%);
}
.ulast-audio-btn--seek:hover{
  transform: scale(0.9);
}
.ulast-audio-btn--back span.ulast-badge {
  left: -4px;
  right: auto;
}


/* Responsive */
@media (max-width:900px){
  .ulast-audio-shell{
    flex-direction: column;
    max-width: 600px;
    padding: 30px 28px;
  }
  .ulast-audio-shell_in {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
    order: 2;
    width: 100%;
    position: relative;
  }
  .ulast-audio-shell_in1{
    justify-content: start;
    width: auto;
    margin-left: 0;
    left: -50%;
    transform: translateX(50%);
  }
  .ulast-audio-shell_in2{
    order: 1;
  }
  .ulast-audio-shell_in.ulast-audio-shell_in3{
    position: absolute;
    top: 70px;
    justify-content: end;
    width: auto;
    right: 25px;
  }
  .ulast-audio-eq{
    position: absolute;
    right: -80px;
    width: 48px;
  }
  .ulast-audio-vol-toggle{
    display: none;
  }
}

@media (max-width:600px){
  .ulast-audio-shell{
    flex-direction: column;
    max-width: 600px;
    padding: 10px 28px;
  }
  .ulast-audio-shell_in {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
    order: 2;
    width: 100%;
    position: relative;
  }
  .ulast-audio-shell_in1{
    justify-content: center;
    width: 100%;
    margin-left: 0;
    left: 0;
    transform: translateX(0%);
    order: 3;
  }
  .ulast-audio-shell_in2{
    order: 2;
  }
  .ulast-audio-shell_in.ulast-audio-shell_in3{
    position: relative;
    top: 0px;
    justify-content: center;
    width: 100%;
    right: 0;
    order: 1;
  }
  .ulast-audio-eq{
    position: absolute;
    right: 0;
    width: 48px;
  }
}

/* Loading states for audio player */
.ulast-audio-btn--play[data-loading="true"] .ulast-ico-play,
.ulast-audio-btn--play[data-loading="true"] .ulast-ico-pause {
  display: none;
}

.ulast-audio-btn--play[data-loading="true"] .ulast-ico-loading {
  display: block !important;
}

.ulast-audio-btn--play[data-loading="true"] {
  cursor: wait;
  opacity: 0.7;
}

/* Loading animation for the spinner */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.ulast-ico-loading {
  animation: spin 1.5s linear infinite;
}

/* Disable button interactions during loading */
.ulast-audio-btn--play[data-loading="true"]:hover {
  transform: none;
  box-shadow: none;
}

/* Video player loading states */
.custom-video-player video[data-loading="true"] {
  opacity: 0.7;
  pointer-events: none;
}

/* Video player default styling */
.custom-video-player video {
  width: 100%;
  height: auto;
  min-height: 300px; /* Fallback height */
  display: block;
  border-radius: 8px;
  background: #000;
}

/* Ensure video is clickable when not loading */
.custom-video-player video[data-loading="false"] {
  pointer-events: auto;
  opacity: 1;
}

.custom-video-player video[data-loading="true"]::after {
  content: "Loading...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 10;
  pointer-events: none; /* Don't block video controls */
}

/* Buffering progress bar (like YouTube) */
.ulast-audio-buffer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  width: 0%;
  transition: width 0.3s ease;
  z-index: 1;
  pointer-events: none; /* Don't interfere with seeking */
}

/* Ensure playback progress is above buffering */
.ulast-audio-progress {
  position: relative;
  z-index: 2;
}

.ulast-audio-spark {
  z-index: 3;
  position: relative;
}

/* Loading state styling */
.ulast-audio[data-loading="true"] .ulast-audio-buffer {
  background: rgba(47, 234, 133, 0.3);
  box-shadow: 0 0 8px rgba(47, 234, 133, 0.2);
}

/* YouTube Video Section */
.youtube-video-section {
  margin: 30px auto;
  max-width: 1000px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  /* border: 1px solid rgba(47, 234, 133, 0.1); */
}

.youtube-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.youtube-video-player {
  position: relative;
  width: 100%;
}

.youtube-embed-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(47, 234, 133, 0.2);
}

.youtube-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.youtube-error {
  color: #ff6b6b;
  background: rgba(255, 107, 107, 0.1);
  padding: 15px;
  border-radius: 8px;
  border: 1px solid rgba(255, 107, 107, 0.2);
  text-align: center;
  font-weight: 500;
}

/* Responsive YouTube video */
@media (max-width: 768px) {
  .youtube-video-section {
    margin: 20px 0;
    padding: 15px;
  }
  
  .youtube-title {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  
  .youtube-embed-container {
    border-radius: 8px;
  }
  
  .youtube-embed-container iframe {
    border-radius: 8px;
  }
}

/* YouTube video hover effects */
/* .youtube-video-section:hover {
  border-color: rgba(47, 234, 133, 0.3);
  box-shadow: 0 4px 20px rgba(47, 234, 133, 0.1);
}

.youtube-embed-container:hover {
  border-color: rgba(47, 234, 133, 0.4);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
} */



/* YouTube iframe focus states for accessibility */
.youtube-embed-container iframe:focus {
  outline: 2px solid #2fea85;
  outline-offset: 2px;
}

/* YouTube fallback message for blocked regions */
.youtube-fallback {
  text-align: center;
  padding: 40px 20px;
  background: linear-gradient(135deg, rgba(255, 107, 107, 0.1) 0%, rgba(255, 69, 0, 0.1) 100%);
  border: 2px solid rgba(255, 107, 107, 0.3);
  border-radius: 16px;
  color: #ff6b6b;
  box-shadow: 0 8px 32px rgba(255, 107, 107, 0.2);
  backdrop-filter: blur(10px);
}

.youtube-fallback p {
  margin: 12px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.youtube-fallback p:first-child {
  font-size: 18px;
  font-weight: 600;
  color: #ff5252;
  text-shadow: 0 2px 4px rgba(255, 107, 107, 0.3);
}

.youtube-fallback p:last-child {
  font-size: 14px;
  opacity: 0.8;
}

/* Responsive adjustments for fallback */
@media (max-width: 768px) {
  .youtube-fallback {
    padding: 30px 15px;
  }
  
  .youtube-fallback p:first-child {
    font-size: 16px;
  }
}

/* YouTube VPN Fallback Message */
.youtube-vpn-fallback {
  text-align: center;
  padding: 40px 20px;
  background: linear-gradient(135deg, rgba(255, 107, 107, 0.1) 0%, rgba(255, 69, 0, 0.1) 100%);
  border: 2px solid rgba(255, 107, 107, 0.3);
  border-radius: 16px;
  color: #ff6b6b;
  box-shadow: 0 8px 32px rgba(255, 107, 107, 0.2);
  backdrop-filter: blur(10px);
}

.youtube-vpn-fallback .vpn-icon {
  font-size: 48px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(255, 107, 107, 0.3));
}

.youtube-vpn-fallback h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px 0;
  color: #ff5252;
  text-shadow: 0 2px 4px rgba(255, 107, 107, 0.3);
}

.youtube-vpn-fallback p {
  margin: 12px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.youtube-vpn-fallback p strong {
  color: #ff4444;
  font-weight: 600;
}

.youtube-vpn-fallback .vpn-tips {
  margin-top: 25px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 107, 107, 0.2);
}

.youtube-vpn-fallback .vpn-tips p {
  margin: 8px 0;
  font-size: 14px;
  opacity: 0.9;
  text-align: left;
}

.youtube-vpn-fallback .vpn-tips p:before {
  content: "→ ";
  color: #ff4444;
  font-weight: bold;
}

/* Responsive adjustments for VPN fallback */
@media (max-width: 768px) {
  .youtube-vpn-fallback {
    padding: 30px 15px;
  }
  
  .youtube-vpn-fallback h3 {
    font-size: 20px;
  }
  
  .youtube-vpn-fallback .vpn-icon {
    font-size: 36px;
  }
  
  .youtube-vpn-fallback .vpn-tips {
    padding: 15px;
  }
}

