/*
Theme Name: پوسته خبری پیشرفته عصر دنا
Theme URI: https://asrdena.ir
Author: مارون استودیو
Author URI: https://maroonstudio.com
Description: یک پوسته خبری بسیار سبک، امن، کاملاً راست‌چین و مجهز به پنل تنظیمات پیشرفته کتابخانه‌ای.
Version: 1.1.5
Text Domain: tabnak-agency
Domain Path: /languages
*/

/* ==========================================================================
   ۱. بارگذاری فونت و متغیرهای رنگی پویا
   ========================================================================== */
@font-face {
    font-family: 'VazirMatn';
    src: url('inc/settings/assets/fonts/VazirMatn/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'VazirMatn';
    src: url('inc/settings/assets/fonts/VazirMatn/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
  font-family: 'asrdena';
  src:  url('assets/fonts/asrdena.eot?il45ix');
  src:  url('assets/fonts/asrdena.eot?il45ix#iefix') format('embedded-opentype'),
    url('assets/fonts/asrdena.ttf?il45ix') format('truetype'),
    url('assets/fonts/asrdena.woff?il45ix') format('woff'),
    url('assets/fonts/asrdena.svg?il45ix#asrdena') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'asrdena' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
    /* مقادیر رنگی پیش‌فرض (توسط هدر وردپرس بازنویسی می‌شوند) */
    --banner-deep-blue: #000ec2;
    --accent-red: #e52129;
    --top-blue: #1880f7;
    --dark-blue: #0b51b3;
    --bg-white: #ffffff;
    --bg-ticker-gray: #ededed;
    --text-dark: #333333;
    --text-muted: #666666;
    --text-light: #ffffff;
    --border-color: #dcdcdc;
    --font-family: 'VazirMatn', sans-serif;
    --transition-speed: 0.25s;
    --max-width: 1200px;
}

/* ==========================================================================
   ۲. ریست و استایل‌های عمومی بدنه سایت (اصلاح ارث‌بری فونت برای ادمین‌بار)
   ========================================================================== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ارث‌بری هوشمند فونت بدون تداخل با فونت‌های داش‌آیکون پیشخوان مدیریت وردپرس */
body, input, button, select, textarea {
    font-family: var(--font-family);
}

body {
    background-color: #ffffff ;
    color: var(--text-dark);
    line-height: 1.6;
    direction: rtl;
    text-align: right;
}
.container {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 15px;
}

.logo-branding a {
    display: block;
}

/* کانتینر هدر فوقانی */
.top-bar-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}

/* ایزوله‌سازی و محافظت کامل از فونت ادمین‌بار وردپرس و داش‌آیکون‌های سیستمی */
#wpadminbar, #wpadminbar * {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
#wpadminbar .ab-icon, 
#wpadminbar .ab-icon:before, 
#wpadminbar .dashicons, 
#wpadminbar .dashicons:before {
    font-family: 'dashicons' !important;
}

/* ==========================================================================
   ۳. هدر بالایی (Top Bar - ارتفاع ۳۰ پیکسلی)
   ========================================================================== */
.top-red-bar {
    height: 5px;
    background-color: var(--accent-red);
    width: 100%;
}

.header-top-body {
    background-color: var(--top-blue);
    height: 30px; /* تنظیم ارتفاع دقیق ۳۰ پیکسلی هدر فوقانی */
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    overflow: hidden;
}

.quote-section {
    display: flex;
    align-items: center;
    color: var(--text-light);
    font-size: 0.72rem;
    white-space: nowrap;
    gap: 6px;
}

.top-nav-wrapper {
    display: flex;
    align-items: stretch;
    height: 100%;
}

.curve-svg {
    height: 100%;
    width: 35px;
    display: block;
}

/* ساختار فهرست داینامیک فوقانی دسکتاپ */
.top-menu {
    display: flex;
    align-items: center;
    background-color: var(--bg-white);
    list-style: none;
    height: 100%;
    padding: 0;
}

.top-menu li {
    display: flex;
    align-items: center;
    height: 100%;
}

.top-menu li a {
    color: var(--text-dark);
    text-decoration: none;
    padding: 0 10px;
    font-size: 0.7rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 100%;
    transition: color var(--transition-speed);
}

.top-menu li a:hover {
    color: var(--top-blue);
}

.top-menu li a.contact-link {
    color: var(--accent-red);
    font-weight: 700;
}

/* ایجاد خودکار جداکننده نقطه برای آیتم‌های فهرست بدون تداخل ادمین‌بار */
.top-menu li:not(:last-child)::after {
    content: ".";
    color: #ddd;
    margin-right: 8px;
    margin-left: 8px;
    font-size: 1.1rem;
    pointer-events: none;
    line-height: 1;
}

.top-menu-separator {
    display: none;
}

/* ==========================================================================
   ۴. بنر اصلی (Main Banner Logo & Tools)
   ========================================================================== */
.main-banner {
    background-color: var(--banner-deep-blue);
    padding: 20px 0 0 0;
    color: var(--text-light);
}

.banner-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 20px;
}

.logo-branding {
    display: flex;
    align-items: center;
}

.logo-image {
    max-height: 85px;
    width: auto;
    display: block;
}

.banner-tools {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.date-display {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
    white-space: nowrap;
}

.search-box {
    display: flex;
    align-items: center;
    background-color: var(--bg-white);
    border-radius: 4px;
    overflow: hidden;
    width: 260px;
    height: 38px;
}

.search-input {
    border: none;
    outline: none;
    padding: 0 12px;
    font-size: 0.85rem;
    flex-grow: 1;
    color: var(--text-dark);
}

.search-btn {
    background-color: var(--accent-red);
    color: var(--text-light);
    border: none;
    outline: none;
    width: 45px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background var(--transition-speed);
}

.search-btn:hover {
    background-color: #be151c;
}

/* ==========================================================================
   ۵. منوی ناوبری اصلی (پویاسازی موقعیت خط قرمز)
   ========================================================================== */
.main-navigation {
    background-color: var(--banner-deep-blue);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* ==========================================================================
   استایل دکمه لاگین / حساب کاربری در منوی اصلی (سمت چپ)
   ========================================================================== */
.nav-flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.nav-user-account {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: auto; /* هدایت کامل به سمت چپ */
}

.user-account-menu {
    position: relative;
}

/* دکمه اصلی حساب کاربری */
.user-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 7px 14px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.25s ease;
    cursor: pointer;
}

.user-btn i.icon-user {
    font-size: 1rem;
}

.user-btn .dropdown-arrow {
    font-size: 0.7rem;
    transform: rotate(180deg);
    transition: transform 0.25s ease;
}

/* افکت هوور دکمه لاگین */
.user-btn:hover {
    background-color: #e52129 !important;
    border-color: #e52129 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(229, 33, 41, 0.3);
}

.user-account-menu:hover .dropdown-arrow {
    transform: rotate(0deg);
}

/* منوی کشویی کاربر (Dropdown) */
.user-dropdown-box {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    background-color: #ffffff;
    min-width: 180px;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid #b8c9f2;
    padding: 6px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1000;
}

/* نمایش منوی کشویی با رفتن موس روی دکمه */
.user-account-menu:hover .user-dropdown-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.user-dropdown-box a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 15px;
    color: #333333;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: background-color 0.2s, color 0.2s;
}

.user-dropdown-box a i {
    font-size: 0.9rem;
    color: #000ec2;
}

.user-dropdown-box a:hover {
    background-color: #f1f4ff;
    color: #000ec2;
}

.dropdown-divider {
    height: 1px;
    background-color: #e2e8f5;
    margin: 5px 0;
}

/* رنگ قرمز برای لینک خروج */
.user-dropdown-box a.logout-link {
    color: #e52129;
}

.user-dropdown-box a.logout-link i {
    color: #e52129;
}

.user-dropdown-box a.logout-link:hover {
    background-color: #fff0f0;
}

/* واکنش‌گرایی در موبایل */
@media (max-width: 768px) {
    .user-btn .user-text,
    .user-btn .user-name {
        display: none; /* در موبایل فقط آیکون نشان داده می‌شود */
    }
    
    .user-btn {
        padding: 8px 10px;
    }
}


.nav-links-list {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}

.nav-links-list li {
    position: relative;
}

.nav-links-list li a {
    display: block;
    color: var(--text-light);
    text-decoration: none;
    padding: 14px 18px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: background-color var(--transition-speed);
    position: relative; /* جهت موقعیت‌دهی اصولی خط زیر منو */
}

.nav-links-list li a:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

/* پشتیبانی کامل از فهرست‌های داینامیک وردپرس برای تب فعال */
.nav-links-list li.active > a,
.nav-links-list li.current-menu-item > a,
.nav-links-list li.current_page_item > a,
.nav-links-list li.current-menu-ancestor > a {
    font-weight: 700;
}

/* ترسیم خودکار خط قرمز در لبه زیرین لینک فعال منو */
.nav-links-list li.active > a::after,
.nav-links-list li.current-menu-item > a::after,
.nav-links-list li.current_page_item > a::after,
.nav-links-list li.current-menu-ancestor > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: var(--accent-red);
}

.menu-toggle-btn {
    display: none;
    background: none;
    border: none;
    color: var(--text-light);
    font-size: 1.4rem;
    cursor: pointer;
}

.menu-toggle-icon {
    margin-left: 0;
    font-size: 1.2rem;
}


/* ==========================================================================
   پشتیبانی و استایل‌دهی کامل زیرمنوهای کشویی (Submenu / Dropdown)
   ========================================================================== */

/* ۱. موقعیت‌دهی نسبی آیتم‌های والد */
.nav-links-list li {
    position: relative;
}

/* ۲. کادر کشویی زیرمنو (مخفی در حالت اولیه) */
.nav-links-list ul.sub-menu {
    position: absolute;
    top: 100%;
    right: 0; /* باز شدن از سمت راست مطابق با RTL */
    min-width: 200px;
    background-color: #ffffff !important; /* پس‌زمینه سفید شکیل */
    border-radius: 0 0 8px 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid #e2e8f5;
    border-top: 3px solid var(--accent-red) !important; /* خط قرمز بالایی */
    list-style: none !important;
    padding: 6px 0 !important;
    margin: 0 !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 9999;
}

/* ۳. نمایش نرم زیرمنو هنگام رفتن موس (Hover) روی والد */
.nav-links-list li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ۴. استایل آیتم‌ها و لینک‌های داخل زیرمنو */
.nav-links-list ul.sub-menu li {
    width: 100%;
    float: none;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}

.nav-links-list ul.sub-menu li a {
    color: #333333 !important; /* رنگ متن مشکی/تیره برای خوانایی روی سفید */
    padding: 10px 18px !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #f1f5f9;
    transition: background-color 0.2s, color 0.2s, padding-right 0.2s;
    text-align: right !important;
    display: block !important;
    white-space: nowrap;
    background: none !important;
}

/* حذف خط قرمز زیرین افکت منوی اصلی برای زیرمنوها */
.nav-links-list ul.sub-menu li a::after {
    display: none !important;
}

/* افکت هوور روی آیتم‌های زیرمنو */
.nav-links-list ul.sub-menu li a:hover {
    background-color: #f1f4ff !important;
    color: var(--banner-deep-blue) !important;
    padding-right: 22px !important; /* حرکت ملایم متن به چپ هنگام هوور */
}

.nav-links-list ul.sub-menu li:last-child a {
    border-bottom: none;
}
/* ۵. اضافه کردن فلش کوچک در سمت چپ منوهای دارای زیرمنو */
.nav-links-list li.menu-item-has-children > a {
    display: flex !important;
    align-items: center;
    gap: 6px;
}

.nav-links-list li.menu-item-has-children > a::before {
    content: "\e921";
    font-family: 'asrdena' !important;
    font-size: 0.6rem;
    display: inline-block;
    order: 2; /* انتقال آیکون به سمت چپ متن */
    margin-right: 2px;
    margin-left: 0;
    transform: rotate(180deg);
    transition: transform 0.2s ease;
}

.nav-links-list li.menu-item-has-children:hover > a::before {
    transform: rotate(0deg);
}


/* ==========================================================================
   ۶. منوی کشویی موبایل از راست (Off-Canvas Drawer)
   ========================================================================== */
.mobile-sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--transition-speed) ease, visibility var(--transition-speed) ease;
}

.mobile-sidebar-backdrop.active {
    opacity: 1;
    visibility: visible;
}

.mobile-sidebar {
    position: fixed;
    top: 0;
    right: -285px;
    width: 280px;
    height: 100vh;
    background-color: var(--banner-deep-blue);
    color: var(--text-light);
    z-index: 1000;
    box-shadow: -4px 0 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    padding: 20px;
    transition: right var(--transition-speed) cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
}

.mobile-sidebar.active {
    right: 0;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 15px;
}

.sidebar-logo {
    max-height: 45px;
    width: auto;
}

.sidebar-close-btn {
    background: none;
    border: none;
    color: var(--text-light);
    font-size: 1.5rem;
    cursor: pointer;
    transition: color var(--transition-speed);
}

.sidebar-close-btn:hover {
    color: var(--accent-red);
}

.sidebar-nav-links, .sidebar-utility-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sidebar-nav-links li a, .sidebar-utility-links li a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    display: block;
    padding: 8px 12px;
    border-radius: 4px;
    transition: background-color var(--transition-speed), color var(--transition-speed);
    text-align: right;
}

.sidebar-nav-links li a:hover, .sidebar-utility-links li a:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.sidebar-nav-links li.active a,
.sidebar-nav-links li.current-menu-item a {
    background-color: var(--accent-red);
    color: #ffffff;
    font-weight: 700;
}

.sidebar-utility-links .contact-link {
    color: var(--accent-red);
    font-weight: 700;
}

.sidebar-divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    margin: 20px 0;
}


/* ==========================================================================
   استایل‌های مدرن و حرفه‌ای زیرمنوی منوی کشویی موبایل
   ========================================================================== */

/* ۱. پاک‌سازی بولت‌ها و ساختار والد */
.sidebar-nav-links li,
.sidebar-utility-links li {
    list-style: none !important;
    position: relative;
    width: 100%;
}

/* ۲. کادر متمایز زیرمنوی موبایل (کادر تیره با خط راهنمای قرمز) */
.sidebar-nav-links ul.sub-menu {
    list-style: none !important;
    padding: 6px 0 !important;
    margin: 6px 0 10px 0 !important;
    background: rgba(0, 0, 0, 0.25) !important;
    border-radius: 6px;
    border-right: 3px solid var(--accent-red) !important;
    display: none; /* <--- بسته بودن اولیه زیرمنو */
    flex-direction: column;
    gap: 3px;
}

/* ۳. استایل آیتم‌های داخل زیرمنو */
.sidebar-nav-links ul.sub-menu li a {
    font-size: 0.83rem !important;
    color: rgba(255, 255, 255, 0.8) !important;
    padding: 8px 14px !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center;
    gap: 8px;
    border-radius: 0 4px 4px 0;
    transition: all 0.2s ease;
    background: transparent !important;
}

/* ۴. نقطه/بولت جذاب و کوچک اختصاصی قبل از هر زیرمنو */
.sidebar-nav-links ul.sub-menu li a::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

/* ۵. حالت هوور و آیتم فعال در موبایل */
.sidebar-nav-links ul.sub-menu li a:hover,
.sidebar-nav-links ul.sub-menu li.current-menu-item a {
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}

.sidebar-nav-links ul.sub-menu li a:hover::before,
.sidebar-nav-links ul.sub-menu li.current-menu-item a::before {
    background-color: var(--accent-red) !important;
    transform: scale(1.4);
}

/* ۶. فلش کوچک راهنما برای آیتم‌های دارای زیرمنو */
.sidebar-nav-links li.menu-item-has-children > a {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

/* فلش راهنما: رو به پایین در حالت بسته */
.sidebar-nav-links li.menu-item-has-children > a::after {
    content: "\e921";
    font-family: 'asrdena' !important;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.7);
    transition: transform 0.25s ease;
    transform: rotate(180deg); /* رو به پایین */
}

/* فلش راهنما: رو به بالا در حالت باز */
.sidebar-nav-links li.menu-item-has-children.submenu-active > a::after {
    transform: rotate(0deg) !important; /* رو به بالا هنگام باز شدن */
}

/* ==========================================================================
   ۷. کادر خبر فوری (Ticker - نسخه پویای عمودی)
   ========================================================================== */
.ticker-container {
    margin-top: 15px;
    margin-bottom: 20px;
}

.ticker-wrapper {
    display: flex;
    align-items: stretch;
    gap: 10px;
    height: 40px;
}

.ticker-label {
    background-color: var(--accent-red);
    color: var(--text-light);
    font-weight: 700;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 4px;
    white-space: nowrap;
}

.ticker-label i {
    margin-left: 6px;
}

.ticker-content-box {
    background-color: var(--bg-ticker-gray);
    flex-grow: 1;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 15px;
    position: relative;
}

/* کادر موقعیت‌یابی لیست عمودی خبر فوری */
.ticker-text-wrapper-vertical {
    width: 100%;
    height: 40px; /* هماهنگ با ارتفاع کادر اصلی */
    overflow: hidden;
    position: relative;
}

.ticker-items-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    top: 0;
}

.ticker-item-single {
    height: 40px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ticker-item-single a {
    color: var(--accent-red);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.85rem;
    transition: color var(--transition-speed);
}

.ticker-item-single a:hover {
    color: var(--banner-deep-blue);
}

/* ==========================================================================
   ۸. چیدمان ستون‌های اصلی محتوا (درصدهای دقیق ۲۳٪ | ۴۳٪ | ۳۳٪)
   ========================================================================== */
.main-grid {
    display: grid;
    grid-template-columns: calc(23% - 10px) calc(43% - 10px) calc(33% - 10px);
    gap: 15px;
    margin-bottom: 30px;
}

.news-card {
    background-color: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: 6px;
    overflow: hidden;
}

/* ==========================================================================
   ۹. ستون سمت راست (ابزارک‌های سایدبار راست - ۲۳٪)
   ========================================================================== */
.right-sidebar {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ad-placeholder {
    background-color: #e0e0e0;
    border: 1px solid #d4d4d4;
    height: 110px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: #777;
    font-weight: bold;
}

.sidebar-widget {
    border: 1px solid #b8c9f2;
    border-radius: 6px;
    background-color: var(--bg-white);
    padding: 15px;
}

.widget-header {
    color: var(--accent-red);
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #b8c9f2;
    position: relative;
}

.widget-header::after {
    content: 'عصر دنا';
    position: absolute;
    font-size: 1.5rem;
    opacity: 0.05;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    white-space: nowrap;
}

.opinion-main-item {
    text-decoration: none;
    color: var(--text-dark);
    display: block;
    margin-bottom: 15px;
}

.opinion-main-img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 10px;
}

.opinion-main-title {
    font-size: 0.85rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.5;
}

.dotted-divider {
    border-top: 1px dotted #ccc;
    margin: 12px 0;
}

.sub-news-list {
    display: flex;
    flex-direction: column;
}

/* تکمیل و تضمین استایل‌های ابزارک‌های سایدبار راست */
.sub-news-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-decoration: none !important;
    color: var(--text-dark) !important;
    padding: 10px 0 !important;
    border-bottom: 1px dotted #e2e8f5 !important;
}

.sub-news-item:hover .sub-news-title {
    color: var(--banner-deep-blue) !important;
}

.sidebar-bullet-list li a {
    color: var(--text-dark) !important;
    text-decoration: none !important;
    transition: color var(--transition-speed) !important;
}

.sidebar-bullet-list li a:hover {
    color: var(--banner-deep-blue) !important;
}
.sub-news-item:last-child {
    border-bottom: none;
}

.sub-news-content {
    flex-grow: 1;
    padding-inline-start: 10px;
}

.sub-news-meta {
    font-size: 0.7rem;
    color: var(--text-muted);
    display: block;
    margin-bottom: 2px;
}

.sub-news-title {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.4;
}

.sub-news-img {
    width: 65px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.sidebar-bullet-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sidebar-bullet-list li {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    line-height: 1.5;
}

.sidebar-bullet-list li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: var(--accent-red);
    margin-left: 10px;
    flex-shrink: 0;
}

/* ==========================================================================
   ۱۰. ستون وسط (اسلایدر و مطالب تحلیلی - ۴۳٪)
   ========================================================================== */
.middle-slider-wrapper {
    display: flex;
    flex-direction: column;
}



/* ==========================================================================
   استایل‌های اختصاصی اسلایدر وسط با پس‌زمینه یکدست #eaebfd (مطابق تصویر)
   ========================================================================== */
.middle-slider-widget {
    position: relative;
    width: 100%;
    background-color: #eaebfd !important; /* پس‌زمینه اصلی تمام بخش طبق تصویر پیوست */
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #d5d8f8;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.slider-slides-container {
    position: relative;
    width: 100%;
}

/* افکت محو شدن نرم (Fade Effect) */
.slider-slide-item {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.slider-slide-item.active {
    display: block;
    opacity: 1;
}

/* روتیتر بالای خبر اسلایدر */
.slider-meta {
    font-size: 0.78rem;
    color: #333333;
    margin-bottom: 6px;
    font-weight: 500;
}

/* تیتر اصلی اسلایدر */
.slider-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 14px;
}

.slider-title a {
    color: #000000;
    text-decoration: none;
    transition: color 0.2s ease;
}

.slider-title a:hover {
    color: #0b51b3;
}

/* کادر تصویر اسلایدر */
.slider-image-container {
    position: relative;
    width: 100%;
    height: 310px;
    overflow: hidden;
    border-radius: 2px;
}

.slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* دکمه‌های نقطه‌ای روی تصویر (سمت چپ پایین عکس) */
.slider-dots-inside {
    position: absolute;
    bottom: 12px;
    left: 15px;
    display: flex;
    gap: 6px;
    z-index: 10;
    direction: ltr;
}

.slider-dots-inside .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #0000cc; /* رنگ آبی غیرفعال */
    border: 2px solid #ffffff;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.slider-dots-inside .dot.active {
    background-color: #ff0000; /* رنگ قرمز فعال */
    transform: scale(1.15);
}

/* زیرنویس/کاپشن زیر عکس */
.slider-caption {
    background-color: transparent;
    color: #222222;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 12px 10px 14px 10px;
    line-height: 1.5;
}

/* لیست اخبار زیر اسلایدر در همان کادر #eaebfd */
.slider-bullet-news {
    list-style: none;
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 0;
}

.slider-bullet-news li {
    padding: 10px 14px;
    font-size: 0.83rem;
    font-weight: 700;
    color: #000000;
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
    border-radius: 2px;
    transition: background-color 0.2s ease;
    background-color: #f7f8fe; /* ردیف‌های روشن */
}

.slider-bullet-news li.highlighted {
    background-color: #eaebfd; /* ردیف‌های هم‌رنگ پس‌زمینه #eaebfd */
}

.slider-bullet-news li a {
    color: #000000;
    text-decoration: none;
    width: 100%;
}

.slider-bullet-news li a:hover {
    color: #0b51b3;
}

/* مربع کوچک قرمز رنگ ابتدای هر تیتر */
.slider-bullet-news li::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #e52129;
    margin-left: 10px;
    margin-top: 8px;
    flex-shrink: 0;
}



/* ==========================================================================
   فریم و عکس‌های مستطیل عمودی (Portrait) - دقیقا مطابق الگو
   ========================================================================== */
.middle-news-feed {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    width: 100%;
}

.feed-item {
    display: flex;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px dotted #bbbbbb; /* خط‌چین زیر مطالب */
    background: transparent;
}

.feed-item:last-child {
    border-bottom: none;
}

/* فریم سفید دور عکس */
.feed-img-wrapper {
    flex-shrink: 0;
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
    padding: 3px;
    border-radius: 3px;
    margin-left: 14px; /* فاصله از متن سمت چپ */
}

/* تغییر ابعاد به مستطیل عمودی و ایستاده */
.feed-img {
    width: 95px !important;     /* عرض کمتر (باریک) */
    height: 125px !important;   /* ارتفاع بیشتر (عمودی و بلند) */
    object-fit: cover !important;
    display: block;
    border-radius: 2px;
}

.feed-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* روتیتر */
.feed-subtitle {
    font-size: 0.72rem;
    color: #666666;
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
    line-height: 1.4;
}

/* تیتر اصلی (مشکی یکدست) */
.feed-title {
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 6px;
    color: #000000;
}

.feed-title a {
    color: #000000;
    text-decoration: none;
    transition: color 0.2s ease;
}

.feed-title a:hover {
    color: #0b51b3;
}

/* خلاصه خبر */
.feed-excerpt {
    font-size: 0.78rem;
    color: #333333;
    line-height: 1.6;
    text-align: justify;
    margin: 0;
}









/* ==========================================================================
=   ========================================================================== */


.tabs-header {
    display: flex;
    border-bottom: 1px solid var(--border-color);
    background-color: var(--bg-white);
}

.tab-btn {
    flex: 1;
    padding: 10px 5px;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-muted);
    background: none;
    border: none;
    cursor: pointer;
    transition: all var(--transition-speed);
}

.tab-btn.active {
    color: #000ec2;
    border-bottom: 3px solid #000ec2;
}

.time-filter {
    display: flex;
    background-color: #ededed;
    border-bottom: 1px solid var(--border-color);
}

.filter-btn {
    flex: 1;
    padding: 6px 2px;
    text-align: center;
    font-size: 0.75rem;
    color: #555;
    background: none;
    border: none;
    border-left: 1px solid #dcdcdc;
    cursor: pointer;
}

.filter-btn:last-child {
    border-left: none;
}

.filter-btn.active {
    background-color: #dbdbdb;
    font-weight: 700;
}

.left-news-list {
    display: flex;
    flex-direction: column;
}

.left-news-item {
    display: flex;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid #eeeeee;
    text-decoration: none;
    transition: background-color var(--transition-speed);
}

.left-news-item:last-child {
    border-bottom: none;
}

.left-news-item.highlighted {
    background-color: #f1f4ff;
}

.left-news-title {
    flex-grow: 1;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.5;
    padding-left: 10px;
}

.left-news-item.highlighted .left-news-title {
    color: #0000cc;
}

.left-news-img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}

.provincial-row {
    display: flex;
    gap: 15px;
    align-items: stretch;
    width: 100%;
}

.provincial-card {
    flex-grow: 1;
    border: 1px solid #b8c9f2;
    border-radius: 6px;
    background-color: var(--bg-white);
    overflow: hidden;
}

.provincial-tabs {
    display: flex;
    border-bottom: 1px solid var(--border-color);
    background-color: var(--bg-white);
}

.provincial-tab-btn {
    flex: 1;
    padding: 12px 5px;
    text-align: center;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--text-muted);
    background: none;
    border: none;
    cursor: pointer;
    transition: all var(--transition-speed);
}

.provincial-tab-btn.active {
    color: #0000cc;
    border-bottom: 3px solid var(--accent-red);
}

.provincial-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
}

.provincial-list li {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--text-dark);
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
}

.provincial-list li.red-item {
    color: var(--accent-red);
}

.provincial-list li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: var(--accent-red);
    margin-left: 10px;
    margin-top: 8px;
    flex-shrink: 0;
}

.provincial-ad-sidebar {
    width: 130px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
}

.provincial-vertical-ad {
    background-color: #e0e0e0;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: #777;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    min-height: 200px;
}

/* ==========================================================================
   ۱۲. دکمه بالارونده و افکت‌ها (Smooth Scroll to Top)
   ========================================================================== */
html {
    scroll-behavior: smooth;
}

/* دکمه بالارونده (حالت پیش‌فرض: پنهان و غیرفعال) */
.scroll-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: var(--accent-red);
    color: #ffffff !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    
    /* مخفی‌سازی در حالت اولیه بالای سایت */
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color var(--transition-speed);
}

/* حالت نمایان هنگام اسکرول به پایین (کلاس show توسط JS اضافه می‌شود) */
.scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top-btn:hover {
    background-color: var(--banner-deep-blue);
    transform: translateY(-3px);
    color: #ffffff !important;
}

.scroll-top-btn i {
    font-size: 16px;
    line-height: 1;
}
/* ==========================================================================
   ۱۳. بخش پایانی دو ستونه تیره (صوت و فیلم / تصاویر برگزیده)
   ========================================================================== */
.bottom-news-section {
    margin-bottom: 25px;
}

.bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.bottom-card {
    background-color: #232323;
    border: 1px solid #333;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: #ffffff;
}

.bottom-card-header {
    background-color: #1a1a1a;
    padding: 12px 15px;
    border-bottom: 2px solid #333;
    position: relative;
}

.bottom-card-header h3 {
    font-size: 0.9rem;
    font-weight: 800;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.bottom-card-header::after {
    content: 'عصر دنا';
    position: absolute;
    font-size: 1.4rem;
    opacity: 0.05;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-weight: bold;
}

.bottom-card-body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
}

.photos-gallery {
    display: flex;
    gap: 12px;
    height: 220px;
}

.gallery-main {
    flex-grow: 1;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.gallery-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-thumbs {
    width: 75px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
    flex-shrink: 0;
}

.gallery-thumb {
    flex: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.6;
    border: 2px solid transparent;
    transition: all var(--transition-speed);
}

.gallery-thumb.active, .gallery-thumb:hover {
    opacity: 1;
    border-color: var(--accent-red);
}

.media-preview {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 4px;
}

.media-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: rgba(229, 33, 41, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: transform var(--transition-speed);
    z-index: 3;
}

.play-overlay:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.bottom-card-footer {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 5px;
}

.media-title, .gallery-title {
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.5;
    color: #ffffff;
}

.gallery-desc {
    font-size: 0.74rem;
    color: #b3b3b3;
    line-height: 1.6;
    text-align: justify;
}

/* ==========================================================================
   ۱۳. بخش پهن‌برگ سایر ویژه‌ها (Other Specials)
   ========================================================================== */
.other-specials-section {
    margin-bottom: 40px;
}

.specials-card {
    border: 1px solid #b8c9f2;
    border-radius: 6px;
    background-color: var(--bg-white);
    overflow: hidden;
}

.specials-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    border-bottom: 1px solid var(--border-color);
    position: relative;
}

.specials-title {
    color: var(--accent-red);
    font-size: 1rem;
    font-weight: 800;
    position: relative;
    z-index: 2;
}

.specials-title::after {
    content: 'عصر دنا';
    position: absolute;
    font-size: 1.5rem;
    opacity: 0.05;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    white-space: nowrap;
}

.specials-arrows {
    display: flex;
    gap: 8px;
}
/* تعریف چرخش استاندارد فلش‌ها برای جهت‌های راست و چپ */
.icon-chevron-right,
.icon-chevron-left,
.icon-chevron-down {
  font-family: 'asrdena' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.icon-chevron-right:before,
.icon-chevron-left:before,
.icon-chevron-down:before {
  content: "\e921";
}

.icon-chevron-right {
  transform: rotate(90deg);
}

.icon-chevron-left {
  transform: rotate(-90deg);
}

.icon-chevron-down {
  transform: rotate(180deg);
}
.arrow {
    cursor: pointer;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity var(--transition-speed);
}

.arrow:hover {
    opacity: 0.8;
}

.arrow-blue {
    color: #0000cc;
}

.arrow-red {
    color: #ff0000;
}

.specials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px;
}

.special-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.special-item:nth-last-child(-n+2) {
    border-bottom: none;
    padding-bottom: 0;
}

.special-img-wrapper {
    flex-shrink: 0;
    border: 1px solid #ddd;
    padding: 3px;
    background-color: #fff;
    border-radius: 4px;
}

.special-img {
    width: 105px;
    height: 80px;
    object-fit: cover;
    display: block;
    border-radius: 2px;
}

.special-content {
    flex-grow: 1;
    padding-inline-start: 15px;
}

.special-subtitle {
    font-size: 0.72rem;
    color: var(--text-muted);
    display: block;
    margin-bottom: 4px;
}

.special-item-title {
    font-size: 0.85rem;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 6px;
    color: #000;
    transition: color var(--transition-speed);
    cursor: pointer;
}

.special-item-title:hover {
    color: var(--top-blue);
}

.special-excerpt {
    font-size: 0.76rem;
    color: #555;
    line-height: 1.6;
    text-align: justify;
}

/* استایل انیمیشن و تعویض اسلایدر بخش سایر ویژه‌ها */
.specials-slider-container {
    position: relative;
    width: 100%;
}

.specials-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.specials-slide.active {
    display: block;
    opacity: 1;
}

.specials-arrows .arrow {
    cursor: pointer !important;
    user-select: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.specials-arrows .arrow:hover {
    transform: scale(1.15);
}





/* ==========================================================================
   کد کامل استایل‌های اختصاصی صفحه آرشیو و دسته‌بندی‌ها (archive.php)
   ========================================================================== */

/* ۱. بدنه و ساختار شبکه دو ستونه آرشیو */
.archive-page-main {
    padding: 20px 0 40px 0;
    background-color: #ffffff !important;
}

.archive-page-grid {
    display: grid;
    grid-template-columns: calc(72% - 10px) calc(28% - 10px);
    gap: 20px;
}

.archive-content-area {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* ۲. عنوان هدر دسته‌بندی */
.archive-header-title {
    border-bottom: 2px solid #000ec2;
    padding-bottom: 6px;
    margin-bottom: 15px;
}

.archive-header-title h1 {
    font-size: 1.15rem;
    font-weight: 800;
    color: #000ec2;
    margin: 0;
}

/* ۳. کادر خبر ویژه اسلایدری بالای آرشیو (با پس‌زمینه #eaebfd) */
.archive-top-featured {
    position: relative;
    background-color: #eaebfd !important; /* رنگ اصلی طبق الگو */
    border: 1px solid #d5d8f8;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
    width: 100%;
}

.archive-slides-container {
    position: relative;
    width: 100%;
}

/* افکت محو شدن اسلایدها */
.archive-slide-item {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.archive-slide-item.active {
    display: flex;
    gap: 20px;
    align-items: center;
    opacity: 1;
}

.archive-featured-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.archive-featured-meta {
    font-size: 0.78rem;
    color: #444444;
    margin-bottom: 6px;
    font-weight: 500;
}

.archive-featured-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 10px;
}

.archive-featured-title a {
    color: #000000;
    text-decoration: none;
    transition: color 0.2s ease;
}

.archive-featured-title a:hover {
    color: #0b51b3;
}

.archive-featured-caption {
    font-size: 0.82rem;
    font-weight: 700;
    color: #222222;
    margin-bottom: 15px;
    line-height: 1.5;
}

/* نقاط اسلایدر بالای آرشیو */
.archive-featured-dots {
    display: flex;
    gap: 6px;
    direction: ltr;
}

.archive-featured-dots .dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #0000cc;
    border: 1px solid #ffffff;
    cursor: pointer;
    transition: transform 0.2s, background-color 0.2s;
}

.archive-featured-dots .dot.active {
    background-color: #ff0000;
    transform: scale(1.15);
}

/* تصویر اسلایدر بالای آرشیو */
.archive-featured-media {
    width: 48%;
    height: 200px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 2px;
}

.archive-featured-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ۴. لیست اخبار آرشیو (عکس‌های عمودی و خط‌چین) */
.middle-news-feed {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.feed-item {
    display: flex;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px dotted #bbbbbb; /* خط‌چین زیر مطالب */
    background: transparent;
}

.feed-item:last-child {
    border-bottom: none;
}

/* فریم سفید دور عکس */
.feed-img-wrapper {
    flex-shrink: 0;
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
    padding: 3px;
    border-radius: 3px;
    margin-left: 14px;
}

/* تصویر مستطیل عمودی (Portrait) */
.feed-img {
    width: 95px !important;     /* عرض مستطیل (باریک) */
    height: 125px !important;   /* ارتفاع بیشتر (عمودی) */
    object-fit: cover !important;
    display: block;
    border-radius: 2px;
}

.feed-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.feed-subtitle {
    font-size: 0.72rem;
    color: #666666;
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
    line-height: 1.4;
}

.feed-title {
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 6px;
    color: #000000;
}

.feed-title a {
    color: #000000;
    text-decoration: none;
    transition: color 0.2s ease;
}

.feed-title a:hover {
    color: #0b51b3;
}

.feed-excerpt {
    font-size: 0.78rem;
    color: #333333;
    line-height: 1.6;
    text-align: justify;
    margin: 0;
}





/* ==========================================================================
   استایل‌های اختصاصی صفحه تک نوشته (صفحه خبر - single.php)
   ========================================================================== */
.single-post-main {
    padding: 20px 0 40px 0;
    background-color: #ffffff;
}

.single-post-grid {
    display: grid;
    grid-template-columns: calc(72% - 10px) calc(28% - 10px);
    gap: 20px;
}

/* کارت اصلی محتوای خبر */
.single-post-card {
    border: 1px solid #b8c9f2;
    border-radius: 6px;
    padding: 20px;
    background-color: #ffffff;
}

/* نوار نوار ابزار و مسیر فوقانی */
.post-meta-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px dashed #cfd8f3;
    flex-wrap: wrap;
    gap: 10px;
}

.post-top-right {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 0.8rem;
}

.post-breadcrumb {
    color: #0b51b3;
    font-weight: 700;
}

.post-breadcrumb a {
    color: #0b51b3;
    text-decoration: none;
}

.post-id-code {
    color: #000ec2;
    font-weight: 700;
}

.post-top-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.post-tool-btn {
    background: none;
    border: none;
    color: #000ec2;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 2px 5px;
    transition: color 0.2s;
}

.post-tool-btn:hover {
    color: #e52129;
}

/* دکمه‌های تغییر سایز فونت */
.font-resizer {
    display: flex;
    border: 1px solid #c0d0f5;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 5px;
}

.font-resizer button {
    border: none;
    background: #f0f4fd;
    color: #0b51b3;
    font-weight: 800;
    padding: 2px 8px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: background 0.2s;
}

.font-resizer button:hover {
    background: #0b51b3;
    color: #ffffff;
}

/* نوار تاریخ انتشار */
.post-date-bar {
    font-size: 0.75rem;
    color: #000ec2;
    margin: 12px 0 15px 0;
    font-weight: 700;
}

/* تیتر اصلی خبر */
.post-main-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* کادر سوتیتر / لید خبر */
.post-lead-box {
    background-color: #f8fafc;
    border: 1px solid #d5e0f8;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #333333;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
}

/* عکس شاخص خبر */
.post-featured-image-wrapper {
    float: left !important;
    margin: 0 16px 16px 0 !important; /* فاصله‌دهی دقیق از متن در سمت راست و پایین */
    max-width: 45%;
    border: 1px solid #ddd;
    padding: 3px;
    background-color: #ffffff;
    border-radius: 4px;
}

.post-featured-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
}

/* متن اصلی خبر */
.post-body-content {
    font-size: 0.95rem;
    line-height: 2.0;
    color: #222222;
    text-align: justify;
    margin-bottom: 25px;
    transition: font-size 0.2s ease;
}

.post-body-content p {
    margin-bottom: 15px;
}

/* کادر برچسب‌ها */
.post-tags-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 25px 0;
    background-color: #f6f8fe;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #e1e8fa;
    flex-wrap: wrap;
}

.tags-label {
    color: #000ec2;
    font-weight: 800;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.tags-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.tag-pill {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #d0dcfa;
    padding: 4px 12px;
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s;
}

.tag-pill:hover {
    background-color: #000ec2;
    color: #ffffff;
}

/* نوار اشتراک‌گذاری و لینک‌های کاربردی */
.post-bottom-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e1e8fa;
    border-bottom: 1px solid #e1e8fa;
    padding: 12px 0;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
}

.social-share-buttons {
    display: flex;
    gap: 8px;
}

.share-btn {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 1rem;
    transition: opacity 0.2s;
}

.share-btn:hover {
    opacity: 0.85;
}

.share-btn.whatsapp { background-color: #25d366; }
.share-btn.telegram { background-color: #0088cc; }
.share-btn.twitter { background-color: #1da1f2; }
.share-btn.eitaa { background-color: #e55b13; }
.share-btn.rubika { background-color: #7321e5; }

.utility-links {
    display: flex;
    gap: 15px;
    font-size: 0.8rem;
    font-weight: 700;
}

.utility-links a {
    color: #555555;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.2s;
}

.utility-links a:hover {
    color: #000ec2;
}

/* کادر دیدگاه‌ها */
.post-comments-section {
    border: 1px solid #b8c9f2;
    border-radius: 6px;
    overflow: hidden;
    background-color: #ffffff;
}

.comments-card-header {
    background-color: #ffffff;
    padding: 12px 18px;
    border-bottom: 1px solid #e1e8fa;
    position: relative;
}

.comments-card-header h3 {
    color: #e52129;
    font-size: 1rem;
    font-weight: 800;
    position: relative;
    z-index: 2;
}

.comments-card-header::after {
    content: 'عصر دنا';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    opacity: 0.05;
    color: #000000;
    font-weight: bold;
}

/* فرم دیدگاه‌ها مطابق تصویر الگو */
#commentform {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 15px;
}

#commentform label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 4px;
    display: block;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform textarea {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 0.85rem;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s;
}

#commentform input[type="text"]:focus,
#commentform input[type="email"]:focus,
#commentform textarea:focus {
    border-color: #0b51b3;
}

#commentform textarea {
    height: 100px;
    resize: vertical;
}

#commentform input[type="submit"],
.comments-card-body .submit {
    align-self: flex-start;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #333333;
    font-weight: 700;
    padding: 6px 25px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}

#commentform input[type="submit"]:hover,
.comments-card-body .submit:hover {
    background: #000ec2;
    color: #ffffff;
    border-color: #000ec2;
}
/* ==========================================================================
   استایل‌های اختصاصی و مدرن بخش نظرات (اصلاح‌شده)
   ========================================================================== */
.comments-area {
    margin-top: 20px;
    direction: rtl;
    text-align: right;
}

/* عنوان ارسال نظر بدون خط آبی زیرین */
.comments-header-title h3 {
    font-size: 1rem;
    font-weight: 800;
    color: #e52129;
    margin-bottom: 15px;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ساختار هر کارت نظر همراه با مارجین از کناره‌ها */
.modern-comment-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 12px 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
    margin: 0 10px 12px 10px; /* اضافه شدن مارجین از سمت راست و چپ */
}

.comment-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 10px;
}

.comment-author-block {
    display: flex;
    align-items: center;
    gap: 8px;
}

.comment-author-name {
    font-size: 0.88rem;
    font-weight: 800;
    color: #1e293b;
}

.iran-flag-badge {
    font-size: 0.95rem;
}

.comment-date-time {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-right: 5px;
}

/* دکمه‌های اکشن چپ هدر (پاسخ + لایک/دیس‌لایک) */
.comment-actions-block {
    display: flex;
    align-items: center;
    gap: 15px;
}

.reply-link-wrapper a {
    color: #e52129 !important;
    font-weight: 800;
    font-size: 0.82rem;
    text-decoration: none !important;
    transition: opacity 0.2s;
}

.reply-link-wrapper a:hover {
    opacity: 0.8;
}

/* گروه دکمه‌های مثبت و منفی */
.vote-buttons-group {
    display: flex;
    align-items: center;
    gap: 6px;
}

.vote-num {
    font-size: 0.8rem;
    font-weight: 700;
}

.like-num { color: #10b981; }
.dislike-num { color: #ef4444; }

.btn-vote {
    width: 22px;
    height: 22px;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease;
}

.btn-vote:hover {
    transform: scale(1.1);
}

.btn-like { background-color: #10b981; }
.btn-dislike { background-color: #ef4444; }

/* متن نظر */
.comment-card-body {
    font-size: 0.88rem;
    color: #334155;
    line-height: 1.7;
}

.comment-card-body p {
    margin: 0;
}

.comment-awaiting-notice {
    color: #d97706;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 5px;
}

/* نظرات پاسخ داده شده (تودرتو) */
.children {
    list-style: none;
    padding-right: 20px;
    margin-top: 10px;
    border-right: 2px solid #e2e8f0;
}

/* ==========================================================================
   استایل فرم ارسال نظر
   ========================================================================== */
.comment-form-container {
    margin-top: 20px;
    padding: 0 10px;
}

.comment-fields-row {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
}

.field-col {
    flex: 1;
}

.field-col input,
.field-row-full textarea {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 0.88rem;
    font-family: inherit;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #ffffff;
}

.field-col input:focus,
.field-row-full textarea:focus {
    border-color: #0b51b3;
    box-shadow: 0 0 0 3px rgba(11, 81, 179, 0.1);
}

.field-row-full textarea {
    height: 100px;
    resize: vertical;
    margin-bottom: 15px;
}

/* دکمه ارسال سرمه‌ای گرد شده */
.custom-submit-btn {
    background-color: #0b51b3 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 9px 32px !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    cursor: pointer !important;
    transition: background-color 0.2s !important;
}

.custom-submit-btn:hover {
    background-color: #000ec2 !important;
}

@media (max-width: 600px) {
    .modern-comment-card {
        margin: 0 0 12px 0;
    }
    .comment-fields-row {
        flex-direction: column;
        gap: 12px;
    }
}
/* سایدبار پیشنهاد عصردنا (عکس دار) */
.suggested-news-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.suggested-item-card {
    display: block;
    text-decoration: none;
    color: #222222;
    text-align: center;
}

.suggested-img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 8px;
    border: 1px solid #e0e0e0;
}

.suggested-title {
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.5;
    color: #000000;
}

.suggested-item-card:hover .suggested-title {
    color: #0b51b3;
}

/* ریسپانسیو سایدبار و صفحه خبر در موبایل */
@media (max-width: 992px) {
    .single-post-grid {
        grid-template-columns: 1fr !important;
    }
    
    .post-featured-image-wrapper {
        float: none !important;
        max-width: 100% !important;
        margin: 0 0 15px 0 !important;
    }
}









/* ۵. نوار صفحه‌بندی شکیل (Pagination Bar) */
.archive-pagination-wrapper {
    background-color: #f2f4f8;
    border: 1px solid #e1e8fa;
    border-radius: 4px;
    padding: 12px 20px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.archive-page-numbers {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.archive-page-numbers li {
    display: flex;
    align-items: center;
}

/* شماره‌ها و دکمه‌های فلش‌دار مربعی */
.archive-page-numbers a,
.archive-page-numbers span {
    background-color: #ffffff !important;
    border: 1px solid #cfd8f3 !important;
    color: #0b51b3 !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
}

/* شماره صفحه فعلی */
.archive-page-numbers span.current {
    background-color: #ffffff !important;
    border-color: #000ec2 !important;
    color: #000ec2 !important;
    font-weight: 800 !important;
}

.archive-page-numbers a:hover {
    border-color: #000ec2 !important;
    color: #000ec2 !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* رنگ فلش‌های اختصاصی بعدی/قبلی */
.red-arrow {
    color: #e52129 !important;
    font-size: 0.9rem;
}

.blue-arrow {
    color: #0000cc !important;
    font-size: 0.9rem;
}

/* ۶. استایل‌های سایدبار چپ (ابزارک‌های ۴گانه آرشیو) */
.single-sidebar {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sidebar-widget {
    border: 1px solid #b8c9f2;
    border-radius: 6px;
    background-color: #ffffff;
    padding: 15px;
}

.widget-header {
    color: #e52129;
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #b8c9f2;
    position: relative;
}

.widget-header::after {
    content: 'عصر دنا';
    position: absolute;
    font-size: 1.5rem;
    opacity: 0.05;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
    white-space: nowrap;
}

.sidebar-bullet-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    margin: 0;
}

.sidebar-bullet-list li {
    font-size: 0.8rem;
    font-weight: 700;
    color: #333333;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
}

/* مربع کوچک قرمز ابتدای اخبار سایدبار */
.sidebar-bullet-list li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #e52129;
    margin-left: 8px;
    margin-top: 8px;
    flex-shrink: 0;
}

.sidebar-bullet-list li a {
    color: #333333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sidebar-bullet-list li a:hover {
    color: #000ec2;
}

/* ۷. واکنش‌گرایی آرشیو (Responsive) */
@media (max-width: 992px) {
    .archive-page-grid {
        grid-template-columns: 1fr !important;
        gap: 25px;
    }

    .archive-slide-item.active {
        flex-direction: column-reverse !important;
        align-items: stretch !important;
    }

    .archive-featured-media {
        width: 100% !important;
        height: 220px !important;
    }
}






/* ==========================================================================
   ۱۴. بخش پایانی فوتر اختصاصی عصر دنا (Maroon Studio)
   ========================================================================== */
.site-footer {
    background-color: var(--banner-deep-blue);
    color: var(--text-light);
    padding: 40px 0 20px 0;
    border-top: 5px solid var(--accent-red);
}

.footer-content-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.footer-left-block {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-nav {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-nav li a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: color var(--transition-speed);
}

.footer-nav li a:hover {
    color: #ffffff;
}

.footer-nav li.active a {
    color: #ff3b30;
}

.footer-copyright {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 15px;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    margin-bottom: 15px;
}

.footer-credit {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.85);
}

.footer-credit a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    transition: opacity var(--transition-speed);
}

.footer-credit a:hover {
    opacity: 0.8;
}

.footer-right-block {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo {
    max-height: 90px;
    width: auto;
    display: block;
}

/* ==========================================================================
   ۱۵. مانیتورینگ واکنش‌گرایی در نمایشگرهای تبلت و موبایل (Responsive)
   ========================================================================== */
@media (max-width: 992px) {
    .quote-section {
        display: none;
    }
    
    /* حذف هدر فوقانی به طور کامل در تبلت و موبایل */
    .header-top-body {
        display: none !important;
    }
    
    .banner-grid {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 15px;
    }
    .banner-tools {
        flex-direction: column-reverse;
        gap: 12px;
        width: 100%;
    }
    .date-display {
        width: 100%;
        text-align: center;
    }
    
    /* یک ستونه شدن شبکه توزیع و تنظیم نمایش اسلایدر در ابتدای کادر موبایل */
    .main-grid {
        grid-template-columns: 1fr !important;
        gap: 25px;
    }
    .middle-slider-wrapper {
        order: 1; /* اسلایدر در ابتدای صفحه */
    }
    .right-sidebar {
        order: 2; /* سایدبار راست در رتبه دوم */
    }
    .left-sidebar {
        order: 3; /* سایدبار چپ در رتبه سوم */
    }
}

@media (max-width: 768px) {
    .nav-links-list {
        display: none !important;
    }

    /* استایل دکمه همبرگری بدون متن در حالت موبایل */
    .menu-toggle-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        color: var(--text-light);
        font-size: 1.8rem;
        cursor: pointer;
        padding: 8px;
        width: 44px;
        height: 44px;
    }

    .provincial-row {
        flex-direction: column;
    }
    .provincial-ad-sidebar {
        width: 100%;
        flex-direction: row;
    }
    .provincial-vertical-ad {
        min-height: 100px;
    }

    .bottom-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .specials-grid {
        grid-template-columns: 1fr;
    }
    .special-item {
        border-bottom: 1px dotted #ccc !important;
        padding-bottom: 15px !important;
    }
    .special-item:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }

    .footer-content-row {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
    .footer-left-block {
        align-items: center;
    }
    .footer-nav {
        justify-content: center;
    }
}

/* ==========================================================================
   ۱۶. آیکون‌های فونت اختصاصی عصردنا (بروزرسانی شده و کامل)
   ========================================================================== */
.icon-home2:before {
  content: "\e924";
}
.icon-home3:before {
  content: "\e925";
}
.icon-image:before {
  content: "\e926";
}
.icon-images3:before {
  content: "\e927";
}
.icon-files-empty:before {
  content: "\e928";
}
.icon-price-tags:before {
  content: "\e936";
}
.icon-barcode:before {
  content: "\e937";
}
.icon-qrcode:before {
  content: "\e938";
}
.icon-phone:before {
  content: "\e942";
}
.icon-phone-hang-up:before {
  content: "\e943";
}
.icon-location:before {
  content: "\e947";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-clock2:before {
  content: "\e94f";
}
.icon-bubbles:before {
  content: "\e96c";
}
.icon-bubbles2:before {
  content: "\e96d";
}
.icon-bubble2:before {
  content: "\e96e";
}
.icon-user:before {
  content: "\e971";
}
.icon-users:before {
  content: "\e972";
}
.icon-spinner:before {
  content: "\e97a";
}
.icon-spinner2:before {
  content: "\e97b";
}
.icon-stats-dots:before {
  content: "\e99b";
}
.icon-stats-bars:before {
  content: "\e99c";
}
.icon-power:before {
  content: "\e9b5";
}
.icon-switch:before {
  content: "\e9b6";
}
.icon-menu3:before {
  content: "\e9bd";
}
.icon-sun:before {
  content: "\e9d4";
}
.icon-contrast:before {
  content: "\e9d5";
}
.icon-brightness-contrast:before {
  content: "\e9d6";
}
.icon-ctrl:before {
  content: "\ea50";
}
.icon-share2:before {
  content: "\ea82";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp1:before {
  content: "\ea93";
}
.icon-telegram1:before {
  content: "\ea95";
}
.icon-twitter1:before {
  content: "\ea96";
}
.icon-rss:before {
  content: "\ea9b";
}
.icon-moon-fill:before {
  content: "\e90a";
}
.icon-night:before {
  content: "\e90a";
}
.icon-moon-stroke:before {
  content: "\e90b";
}
.icon-night2:before {
  content: "\e90b";
}
.icon-camera:before {
  content: "\e90c";
}
.icon-photos:before {
  content: "\e90c";
}
.icon-images:before {
  content: "\e90c";
}
.icon-pictures:before {
  content: "\e90c";
}
.icon-picture:before {
  content: "\e90d";
}
.icon-photos1:before {
  content: "\e90d";
}
.icon-images1:before {
  content: "\e90d";
}
.icon-tag:before {
  content: "\e90e";
}
.icon-designate:before {
  content: "\e90e";
}
.icon-label:before {
  content: "\e90e";
}
.icon-ticket:before {
  content: "\e90e";
}
.icon-indicate:before {
  content: "\e90e";
}
.icon-mark:before {
  content: "\e90e";
}
.icon-identify:before {
  content: "\e90e";
}
.icon-menu2:before {
  content: "\e929";
}
.icon-list:before {
  content: "\e929";
}
.icon-options:before {
  content: "\e929";
}
.icon-lines:before {
  content: "\e929";
}
.icon-hamburger:before {
  content: "\e929";
}
.icon-fire:before {
  content: "\e90f";
}
.icon-flame:before {
  content: "\e90f";
}
.icon-hot:before {
  content: "\e90f";
}
.icon-popular:before {
  content: "\e90f";
}
.icon-circle-up:before {
  content: "\e910";
}
.icon-up1:before {
  content: "\e910";
}
.icon-circle-top:before {
  content: "\e910";
}
.icon-arrow:before {
  content: "\e910";
}
.icon-arrow-up2:before {
  content: "\e911";
}
.icon-up2:before {
  content: "\e911";
}
.icon-upload:before {
  content: "\e911";
}
.icon-top:before {
  content: "\e911";
}
.icon-images2:before {
  content: "\e912";
}
.icon-pictures1:before {
  content: "\e912";
}
.icon-photos2:before {
  content: "\e912";
}
.icon-graphics:before {
  content: "\e912";
}
.icon-stop:before {
  content: "\e913";
}
.icon-player:before {
  content: "\e913";
}
.icon-square:before {
  content: "\e913";
}
.icon-pause:before {
  content: "\e914";
}
.icon-player1:before {
  content: "\e914";
}
.icon-display:before {
  content: "\e915";
}
.icon-screen:before {
  content: "\e915";
}
.icon-monitor:before {
  content: "\e915";
}
.icon-computer:before {
  content: "\e915";
}
.icon-desktop:before {
  content: "\e915";
}
.icon-pc:before {
  content: "\e915";
}
.icon-play:before {
  content: "\e916";
}
.icon-player2:before {
  content: "\e916";
}
.icon-play1:before {
  content: "\e917";
}
.icon-player3:before {
  content: "\e917";
}
.icon-film:before {
  content: "\e918";
}
.icon-video:before {
  content: "\e918";
}
.icon-movie:before {
  content: "\e918";
}
.icon-tape:before {
  content: "\e918";
}
.icon-play2:before {
  content: "\e918";
}
.icon-play3:before {
  content: "\e919";
}
.icon-video1:before {
  content: "\e919";
}
.icon-movie1:before {
  content: "\e919";
}
.icon-bullhorn:before {
  content: "\e91a";
}
.icon-megaphone:before {
  content: "\e91a";
}
.icon-announcement:before {
  content: "\e91a";
}
.icon-advertisement:before {
  content: "\e91a";
}
.icon-news:before {
  content: "\e91a";
}
.icon-search:before {
  content: "\e91b";
}
.icon-magnifier:before {
  content: "\e91b";
}
.icon-magnifying-glass:before {
  content: "\e91b";
}
.icon-inspect:before {
  content: "\e91b";
}
.icon-find:before {
  content: "\e91b";
}
.icon-menu_open:before {
  content: "\e92a";
}
.icon-whatshot:before {
  content: "\e91c";
}
.icon-menu:before {
  content: "\e92b";
}
.icon-arrow-up1:before {
  content: "\e91d";
}
.icon-telegram:before {
  content: "\e908";
}
.icon-moon:before {
  content: "\e91e";
}
.icon-night1:before {
  content: "\e91e";
}
.icon-stats:before {
  content: "\e91f";
}
.icon-statistics:before {
  content: "\e91f";
}
.icon-grow:before {
  content: "\e91f";
}
.icon-increase:before {
  content: "\e91f";
}
.icon-up:before {
  content: "\e91f";
}
.icon-arrow-up:before {
  content: "\e920";
}
.icon-chevron-up:before {
  content: "\e921";
}
.icon-rubik:before {
  content: "\e900";
}
.icon-gap:before {
  content: "\e901";
}
.icon-Soroush:before {
  content: "\e902";
}
.icon-Bale:before {
  content: "\e903";
}
.icon-Eitaa:before {
  content: "\e904";
}
.icon-x:before {
  content: "\e905";
}
.icon-twitter:before {
  content: "\e905";
}
.icon-linkedin:before {
  content: "\e906";
}
.icon-whatsapp:before {
  content: "\e907";
}
.icon-menu1:before {
  content: "\e92c";
}
.icon-brightness-up:before {
  content: "\e922";
}
.icon-arrow-thin-up:before {
  content: "\e923";
}
.icon-Igap:before {
  content: "\e909";
}