@font-face {
  font-family: "bon-Bold";
  src: url(../fonts/700-AzarMehr-Bold.ttf);
}
@font-face {
  font-family: "IRANSansX";
  src: url(../fonts/IRANSansX-Regular.ttf);
}
* {
  font-family: "IRANSansX";
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #09090b;
  color: #f4f4f5;
  -webkit-font-smoothing: antialiased;
}

/* Hide scrollbar for horizontal scrolling lists */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Glassmorphism utilities */
.glass-panel {
  background: rgba(24, 24, 27, 0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Smooth image hover */
.img-hover-zoom {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.group:hover .img-hover-zoom {
  transform: scale(1.05);
}

/* Custom Button */
.btn-primary {
  background: linear-gradient(135deg, #f4b41a, #e87500);
  color: #09090b;
  font-weight: 700;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  box-shadow: 0 4px 20px rgba(232, 117, 0, 0.4);
  transform: translateY(-2px);
}
.prose-custom p {
  margin-bottom: 1.25rem;
  line-height: 1.8;
  color: #a1a1aa; /* zinc-400 */
}
.prose-custom ul {
  list-style-type: none;
  padding-right: 0;
  margin-bottom: 1.5rem;
}
.prose-custom ul li {
  position: relative;
  padding-right: 1.5rem;
  margin-bottom: 0.75rem;
  color: #d4d4d8; /* zinc-300 */
}
.prose-custom ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.6rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #f4b41a; /* rockstar-yellow */
  box-shadow: 0 0 8px rgba(244, 180, 26, 0.6);
}

/* Gallery Active Thumbnail State */
.thumb-active {
  border-color: #f4b41a !important;
  opacity: 1 !important;
}

/* Custom scrollbar for content if needed */
.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: #18181b;
  border-radius: 4px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #3f3f46;
  border-radius: 4px;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #52525b;
}
.f-azar {
  font-family: "bon-Bold";
}
.f-bon {
  font-family: "bon-Bold";
}
.f-iransanas {
  font-family: "IRANSansX";
}

.filter-checkbox {
  appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #3f3f46;
  border-radius: 0.375rem;
  background-color: rgba(24, 24, 27, 0.5);
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.filter-checkbox:checked {
  background-color: #f4b41a;
  border-color: #f4b41a;
}
.filter-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #09090b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Pagination Active State */
.page-item {
  transition: all 0.3s ease;
}
.page-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.page-item.active {
  background-color: #f4b41a;
  color: #09090b;
  border-color: #f4b41a;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(244, 180, 26, 0.3);
}
.article-content p {
  margin-bottom: 1.75rem;
  line-height: 2.1;
  color: #d4d4d8; /* zinc-300 */
  font-size: 1.05rem;
  text-align: justify;
}

.article-content h2 {
  font-size: 1.75rem;
  color: #ffffff;
  margin-top: 3rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0.75rem;
}

.article-content h3 {
  font-size: 1.35rem;
  color: #ffffff;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.article-content img {
  width: 100%;
  border-radius: 1rem;
  margin: 2.5rem 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.article-content blockquote {
  border-right: 4px solid #f4b41a;
  background: linear-gradient(to left, rgba(244, 180, 26, 0.05), transparent);
  padding: 1.5rem;
  border-radius: 0.75rem;
  margin: 2.5rem 0;
  color: #a1a1aa;
  font-style: italic;
  line-height: 1.9;
}

.article-content ul {
  list-style-type: none;
  padding-right: 0;
  margin-bottom: 2rem;
}

.article-content ul li {
  position: relative;
  padding-right: 1.75rem;
  margin-bottom: 0.85rem;
  color: #d4d4d8;
  line-height: 1.8;
}

.article-content ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.7rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #f4b41a;
  box-shadow: 0 0 8px rgba(244, 180, 26, 0.6);
}
