.container-custom {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

/* کارت‌های خبری */
.news-card {
    transition: all 0.3s ease;
    border-radius: 20px;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.horizontal-scroll {
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.horizontal-scroll::-webkit-scrollbar {
    height: 6px;
}

.horizontal-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.horizontal-scroll::-webkit-scrollbar-thumb {
    background: #3b82f6;
    border-radius: 10px;
}

/* منوی همبرگری */
#mobileMenu {
    right: 0;
    left: auto;
    transform: translateX(100%);
}

#mobileMenu.active {
    transform: translateX(0);
}

/* ارتفاع ثابت با اسکرول */
.fixed-height-scroll {
    height: 450px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.fixed-height-scroll::-webkit-scrollbar {
    width: 6px;
}

.fixed-height-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.fixed-height-scroll::-webkit-scrollbar-thumb {
    background: #3b82f6;
    border-radius: 10px;
}

/* لاین محدودیت متن */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* فوتر تیره */
.dark-footer {
    background: #1e293b;
    color: #94a3b8;
}

/* گرادیان آبی برای تگ‌ها */
.badge-blue {
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
}

/* کارت‌های باکس */
.category-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    overflow: hidden;
}

/* ارتفاع ثابت با اسکرول عمودی */
.fixed-height-scroll {
    height: 500px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.fixed-height-scroll::-webkit-scrollbar {
    width: 5px;
}

.fixed-height-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.fixed-height-scroll::-webkit-scrollbar-thumb {
    background: #3b82f6;
    border-radius: 10px;
}

.fixed-height-scroll::-webkit-scrollbar-thumb:hover {
    background: #1e40af;
}

/* لاین محدودیت متن */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}/* ارتفاع ثابت با اسکرول عمودی */
.fixed-height-scroll {
    height: 500px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.fixed-height-scroll::-webkit-scrollbar {
    width: 5px;
}

.fixed-height-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.fixed-height-scroll::-webkit-scrollbar-thumb {
    background: #3b82f6;
    border-radius: 10px;
}

.fixed-height-scroll::-webkit-scrollbar-thumb:hover {
    background: #1e40af;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}